|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PostalAddressable
| Method Summary | |
|---|---|
List |
getPostalAddressLine()
|
String |
getPostalAddressLine(int index)
|
String |
getPostalCity()
|
String |
getPostalCode()
|
short |
getPostalCountry()
Retrieves the value for the attribute postalCountry. |
String |
getPostalCounty()
|
short |
getPostalFreightTerms()
Retrieves the value for the attribute postalFreightTerms. |
BigDecimal |
getPostalLatitude()
|
BigDecimal |
getPostalLongitude()
|
String |
getPostalState()
|
List |
getPostalStreet()
|
String |
getPostalStreet(int index)
|
String |
getPostalStreetNumber()
|
short |
getPostalUtcOffset()
Retrieves the value for the attribute postalUtcOffset. |
void |
setPostalAddressLine(List newValue)
|
void |
setPostalAddressLine(String[] newValue)
|
void |
setPostalCity(String newValue)
Sets a new value for the attribute postalCity. |
void |
setPostalCode(String newValue)
Sets a new value for the attribute postalCode. |
void |
setPostalCountry(short newValue)
Sets a new value for the attribute postalCountry. |
void |
setPostalCounty(String newValue)
Sets a new value for the attribute postalCounty. |
void |
setPostalFreightTerms(short newValue)
Sets a new value for the attribute postalFreightTerms. |
void |
setPostalLatitude(BigDecimal newValue)
Sets a new value for the attribute postalLatitude. |
void |
setPostalLongitude(BigDecimal newValue)
Sets a new value for the attribute postalLongitude. |
void |
setPostalState(String newValue)
Sets a new value for the attribute postalState. |
void |
setPostalStreet(List newValue)
|
void |
setPostalStreet(String[] newValue)
|
void |
setPostalStreetNumber(String newValue)
Sets a new value for the attribute postalStreetNumber. |
void |
setPostalUtcOffset(short newValue)
Sets a new value for the attribute postalUtcOffset. |
| Methods inherited from interface org.opencrx.kernel.generic.cci.Pictured |
|---|
getPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, removePicture, setPicture |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
List getPostalAddressLine()
JmiException - If the values cannot be retrieved for some reason.String getPostalAddressLine(int index)
index - The index of the element to return.
JmiException - If the value cannot be retrieved for some reason.void setPostalAddressLine(List newValue)
newValue - A list containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.void setPostalAddressLine(String[] newValue)
newValue - An array containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.String getPostalCity()
postalCity.
JmiException - If the value cannot be retrieved for some reason.void setPostalCity(String newValue)
postalCity.
newValue - The possibly null new value for attribute postalCity.
JmiException - If the value cannot be set for some reason.String getPostalCode()
postalCode.
JmiException - If the value cannot be retrieved for some reason.void setPostalCode(String newValue)
postalCode.
newValue - The possibly null new value for attribute postalCode.
JmiException - If the value cannot be set for some reason.short getPostalCountry()
postalCountry.
postalCountry.
JmiException - If the value cannot be retrieved for some reason.void setPostalCountry(short newValue)
postalCountry.
newValue - The non-null new value for attribute postalCountry.
JmiException - If the value cannot be set for some reason.String getPostalCounty()
postalCounty.
JmiException - If the value cannot be retrieved for some reason.void setPostalCounty(String newValue)
postalCounty.
newValue - The possibly null new value for attribute postalCounty.
JmiException - If the value cannot be set for some reason.short getPostalFreightTerms()
postalFreightTerms.
postalFreightTerms.
JmiException - If the value cannot be retrieved for some reason.void setPostalFreightTerms(short newValue)
postalFreightTerms.
newValue - The non-null new value for attribute postalFreightTerms.
JmiException - If the value cannot be set for some reason.BigDecimal getPostalLatitude()
postalLatitude.
JmiException - If the value cannot be retrieved for some reason.void setPostalLatitude(BigDecimal newValue)
postalLatitude.
newValue - The possibly null new value for attribute postalLatitude.
JmiException - If the value cannot be set for some reason.BigDecimal getPostalLongitude()
postalLongitude.
JmiException - If the value cannot be retrieved for some reason.void setPostalLongitude(BigDecimal newValue)
postalLongitude.
newValue - The possibly null new value for attribute postalLongitude.
JmiException - If the value cannot be set for some reason.String getPostalState()
postalState.
JmiException - If the value cannot be retrieved for some reason.void setPostalState(String newValue)
postalState.
newValue - The possibly null new value for attribute postalState.
JmiException - If the value cannot be set for some reason.List getPostalStreet()
JmiException - If the values cannot be retrieved for some reason.String getPostalStreet(int index)
index - The index of the element to return.
JmiException - If the value cannot be retrieved for some reason.void setPostalStreet(List newValue)
newValue - A list containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.void setPostalStreet(String[] newValue)
newValue - An array containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.String getPostalStreetNumber()
postalStreetNumber.
JmiException - If the value cannot be retrieved for some reason.void setPostalStreetNumber(String newValue)
postalStreetNumber.
newValue - The possibly null new value for attribute postalStreetNumber.
JmiException - If the value cannot be set for some reason.short getPostalUtcOffset()
postalUtcOffset.
postalUtcOffset.
JmiException - If the value cannot be retrieved for some reason.void setPostalUtcOffset(short newValue)
postalUtcOffset.
newValue - The non-null new value for attribute postalUtcOffset.
JmiException - If the value cannot be set for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||