Package org.citygml4j.model.xal
Class PostalServiceElements
- java.lang.Object
-
- org.citygml4j.model.xal.PostalServiceElements
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,XAL
public class PostalServiceElements extends java.lang.Object implements XAL, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PostalServiceElements()
-
Method Summary
-
-
-
Method Detail
-
addAddressIdentifier
public void addAddressIdentifier(AddressIdentifier addressIdentifier)
-
addSupplementaryPostalServiceData
public void addSupplementaryPostalServiceData(SupplementaryPostalServiceData supplementaryPostalServiceData)
-
getAddressIdentifier
public java.util.List<AddressIdentifier> getAddressIdentifier()
-
getAddressLatitude
public AddressLatitude getAddressLatitude()
-
getAddressLatitudeDirection
public AddressLatitudeDirection getAddressLatitudeDirection()
-
getAddressLongitude
public AddressLongitude getAddressLongitude()
-
getAddressLongitudeDirection
public AddressLongitudeDirection getAddressLongitudeDirection()
-
getBarcode
public Barcode getBarcode()
-
getEndorsementLineCode
public EndorsementLineCode getEndorsementLineCode()
-
getKeyLineCode
public KeyLineCode getKeyLineCode()
-
getSortingCode
public SortingCode getSortingCode()
-
getSupplementaryPostalServiceData
public java.util.List<SupplementaryPostalServiceData> getSupplementaryPostalServiceData()
-
getType
public java.lang.String getType()
-
isSetAddressIdentifier
public boolean isSetAddressIdentifier()
-
isSetAddressLatitude
public boolean isSetAddressLatitude()
-
isSetAddressLatitudeDirection
public boolean isSetAddressLatitudeDirection()
-
isSetAddressLongitude
public boolean isSetAddressLongitude()
-
isSetAddressLongitudeDirection
public boolean isSetAddressLongitudeDirection()
-
isSetBarcode
public boolean isSetBarcode()
-
isSetEndorsementLineCode
public boolean isSetEndorsementLineCode()
-
isSetKeyLineCode
public boolean isSetKeyLineCode()
-
isSetSortingCode
public boolean isSetSortingCode()
-
isSetSupplementaryPostalServiceData
public boolean isSetSupplementaryPostalServiceData()
-
isSetType
public boolean isSetType()
-
setAddressIdentifier
public void setAddressIdentifier(java.util.List<AddressIdentifier> addressIdentifier)
-
setAddressLatitude
public void setAddressLatitude(AddressLatitude addressLatitude)
-
setAddressLatitudeDirection
public void setAddressLatitudeDirection(AddressLatitudeDirection addressLatitudeDirection)
-
setAddressLongitude
public void setAddressLongitude(AddressLongitude addressLongitude)
-
setAddressLongitudeDirection
public void setAddressLongitudeDirection(AddressLongitudeDirection addressLongitudeDirection)
-
setBarcode
public void setBarcode(Barcode barcode)
-
setEndorsementLineCode
public void setEndorsementLineCode(EndorsementLineCode endorsementLineCode)
-
setKeyLineCode
public void setKeyLineCode(KeyLineCode keyLineCode)
-
setSortingCode
public void setSortingCode(SortingCode sortingCode)
-
setSupplementaryPostalServiceData
public void setSupplementaryPostalServiceData(java.util.List<SupplementaryPostalServiceData> supplementaryPostalServiceData)
-
setType
public void setType(java.lang.String type)
-
unsetAddressIdentifier
public void unsetAddressIdentifier()
-
unsetAddressIdentifier
public boolean unsetAddressIdentifier(AddressIdentifier addressIdentifier)
-
unsetAddressLatitude
public void unsetAddressLatitude()
-
unsetAddressLatitudeDirection
public void unsetAddressLatitudeDirection()
-
unsetAddressLongitude
public void unsetAddressLongitude()
-
unsetAddressLongitudeDirection
public void unsetAddressLongitudeDirection()
-
unsetBarcode
public void unsetBarcode()
-
unsetEndorsementLineCode
public void unsetEndorsementLineCode()
-
unsetKeyLineCode
public void unsetKeyLineCode()
-
unsetSortingCode
public void unsetSortingCode()
-
unsetSupplementaryPostalServiceData
public void unsetSupplementaryPostalServiceData()
-
unsetSupplementaryPostalServiceData
public boolean unsetSupplementaryPostalServiceData(SupplementaryPostalServiceData supplementaryPostalServiceData)
-
unsetType
public void unsetType()
-
getXALClass
public XALClass getXALClass()
- Specified by:
getXALClass
in interfaceXAL
-
getParent
public ModelObject getParent()
-
setParent
public void setParent(ModelObject parent)
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interfaceChild
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
accept
public void accept(XALVisitor visitor)
-
accept
public <T> T accept(XALFunctor<T> visitor)
-
-