|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PostalAddressable
Abstract class PostalAddressable
| Method Summary | |
|---|---|
List<String> |
getPostalAddressLine()
Retrieves a list containing all the elements for the attribute postalAddressLine. |
String |
getPostalCity()
Retrieves the possibly null value for the optional attribute postalCity. |
String |
getPostalCode()
Retrieves the possibly null value for the optional attribute postalCode. |
short |
getPostalCountry()
Retrieves the value for the attribute postalCountry. |
String |
getPostalCounty()
Retrieves the possibly null value for the optional attribute postalCounty. |
short |
getPostalFreightTerms()
Retrieves the value for the attribute postalFreightTerms. |
BigDecimal |
getPostalLatitude()
Retrieves the possibly null value for the optional attribute postalLatitude. |
BigDecimal |
getPostalLongitude()
Retrieves the possibly null value for the optional attribute postalLongitude. |
String |
getPostalState()
Retrieves the possibly null value for the optional attribute postalState. |
List<String> |
getPostalStreet()
Retrieves a list containing all the elements for the attribute postalStreet. |
String |
getPostalStreetNumber()
Retrieves the possibly null value for the optional attribute postalStreetNumber. |
short |
getPostalUtcOffset()
Retrieves the value for the attribute postalUtcOffset. |
void |
setPostalAddressLine(String... postalAddressLine)
Clears postalAddressLine and adds the given value(s). |
void |
setPostalCity(String postalCity)
Sets a new value for the attribute postalCity. |
void |
setPostalCode(String postalCode)
Sets a new value for the attribute postalCode. |
void |
setPostalCountry(short postalCountry)
Sets a new value for the attribute postalCountry. |
void |
setPostalCounty(String postalCounty)
Sets a new value for the attribute postalCounty. |
void |
setPostalFreightTerms(short postalFreightTerms)
Sets a new value for the attribute postalFreightTerms. |
void |
setPostalLatitude(BigDecimal postalLatitude)
Sets a new value for the attribute postalLatitude. |
void |
setPostalLongitude(BigDecimal postalLongitude)
Sets a new value for the attribute postalLongitude. |
void |
setPostalState(String postalState)
Sets a new value for the attribute postalState. |
void |
setPostalStreet(String... postalStreet)
Clears postalStreet and adds the given value(s). |
void |
setPostalStreetNumber(String postalStreetNumber)
Sets a new value for the attribute postalStreetNumber. |
void |
setPostalUtcOffset(short postalUtcOffset)
Sets a new value for the attribute postalUtcOffset. |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.Pictured |
|---|
getPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, setPicture |
| Method Detail |
|---|
List<String> getPostalAddressLine()
postalAddressLine.
void setPostalAddressLine(String... postalAddressLine)
postalAddressLine and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
postalAddressLine - value(s) to be added to postalAddressLineString getPostalCity()
postalCity.
postalCity.void setPostalCity(String postalCity)
postalCity.
postalCity - The possibly null new value for attribute postalCity.String getPostalCode()
postalCode.
postalCode.void setPostalCode(String postalCode)
postalCode.
postalCode - The possibly null new value for attribute postalCode.short getPostalCountry()
postalCountry.
postalCountry.void setPostalCountry(short postalCountry)
postalCountry.
postalCountry - The non-null new value for attribute postalCountry.String getPostalCounty()
postalCounty.
postalCounty.void setPostalCounty(String postalCounty)
postalCounty.
postalCounty - The possibly null new value for attribute postalCounty.short getPostalFreightTerms()
postalFreightTerms.
postalFreightTerms.void setPostalFreightTerms(short postalFreightTerms)
postalFreightTerms.
postalFreightTerms - The non-null new value for attribute postalFreightTerms.BigDecimal getPostalLatitude()
postalLatitude.
postalLatitude.void setPostalLatitude(BigDecimal postalLatitude)
postalLatitude.
postalLatitude - The possibly null new value for attribute postalLatitude.BigDecimal getPostalLongitude()
postalLongitude.
postalLongitude.void setPostalLongitude(BigDecimal postalLongitude)
postalLongitude.
postalLongitude - The possibly null new value for attribute postalLongitude.String getPostalState()
postalState.
postalState.void setPostalState(String postalState)
postalState.
postalState - The possibly null new value for attribute postalState.List<String> getPostalStreet()
postalStreet.
void setPostalStreet(String... postalStreet)
postalStreet and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
postalStreet - value(s) to be added to postalStreetString getPostalStreetNumber()
postalStreetNumber.
postalStreetNumber.void setPostalStreetNumber(String postalStreetNumber)
postalStreetNumber.
postalStreetNumber - The possibly null new value for attribute postalStreetNumber.short getPostalUtcOffset()
postalUtcOffset.
postalUtcOffset.void setPostalUtcOffset(short postalUtcOffset)
postalUtcOffset.
postalUtcOffset - The non-null new value for attribute postalUtcOffset.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||