public interface PostalAddressable extends PostalAddressable, Pictured
PostalAddressable| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPostalAddressLine()
Retrieves a list containing all the elements for the attribute
postalAddressLine. |
List<String> |
getPostalStreet()
Retrieves a list containing all the elements for the attribute
postalStreet. |
void |
setPostalAddressLine(List<String> postalAddressLine)
Clears
postalAddressLine and adds the members of the given List. |
void |
setPostalStreet(List<String> postalStreet)
Clears
postalStreet and adds the members of the given List. |
getPostalCity, getPostalCode, getPostalCountry, getPostalCounty, getPostalFreightTerms, getPostalLatitude, getPostalLongitude, getPostalState, getPostalStreetNumber, getPostalUtcOffset, setPostalAddressLine, setPostalCity, setPostalCode, setPostalCountry, setPostalCounty, setPostalFreightTerms, setPostalLatitude, setPostalLongitude, setPostalState, setPostalStreet, setPostalStreetNumber, setPostalUtcOffsetgetPicture, setPicturegetPictureContent, getPictureContentMimeType, getPictureContentNamerefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeList<String> getPostalAddressLine()
postalAddressLine.getPostalAddressLine in interface PostalAddressablevoid setPostalAddressLine(List<String> postalAddressLine)
postalAddressLine and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(postalAddressLine);Note: This is an extension to the JMI 1 standard.
postalAddressLine - collection to be copied.List<String> getPostalStreet()
postalStreet.getPostalStreet in interface PostalAddressablevoid setPostalStreet(List<String> postalStreet)
postalStreet and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(postalStreet);Note: This is an extension to the JMI 1 standard.
postalStreet - collection to be copied.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.