org.citygml4j.model.xal
Interface PostalServiceElements
- All Superinterfaces:
- Child, Copyable, ModelObject, XAL
- All Known Implementing Classes:
- PostalServiceElementsImpl
public interface PostalServiceElements
- extends XAL, Child, Copyable
Methods inherited from interface org.citygml4j.model.xal.XAL |
getXALClass |
getAddressIdentifier
java.util.List<AddressIdentifier> getAddressIdentifier()
getEndorsementLineCode
EndorsementLineCode getEndorsementLineCode()
getKeyLineCode
KeyLineCode getKeyLineCode()
getBarcode
Barcode getBarcode()
getSortingCode
SortingCode getSortingCode()
getAddressLatitude
AddressLatitude getAddressLatitude()
getAddressLatitudeDirection
AddressLatitudeDirection getAddressLatitudeDirection()
getAddressLongitude
AddressLongitude getAddressLongitude()
getAddressLongitudeDirection
AddressLongitudeDirection getAddressLongitudeDirection()
getSupplementaryPostalServiceData
java.util.List<SupplementaryPostalServiceData> getSupplementaryPostalServiceData()
getType
java.lang.String getType()
isSetAddressIdentifier
boolean isSetAddressIdentifier()
isSetEndorsementLineCode
boolean isSetEndorsementLineCode()
isSetKeyLineCode
boolean isSetKeyLineCode()
isSetBarcode
boolean isSetBarcode()
isSetSortingCode
boolean isSetSortingCode()
isSetAddressLatitude
boolean isSetAddressLatitude()
isSetAddressLatitudeDirection
boolean isSetAddressLatitudeDirection()
isSetAddressLongitude
boolean isSetAddressLongitude()
isSetAddressLongitudeDirection
boolean isSetAddressLongitudeDirection()
isSetSupplementaryPostalServiceData
boolean isSetSupplementaryPostalServiceData()
isSetType
boolean isSetType()
addAddressIdentifier
void addAddressIdentifier(AddressIdentifier addressIdentifier)
setAddressIdentifier
void setAddressIdentifier(java.util.List<AddressIdentifier> addressIdentifier)
setEndorsementLineCode
void setEndorsementLineCode(EndorsementLineCode endorsementLineCode)
setKeyLineCode
void setKeyLineCode(KeyLineCode keyLineCode)
setBarcode
void setBarcode(Barcode barcode)
setSortingCode
void setSortingCode(SortingCode sortingCode)
setAddressLatitude
void setAddressLatitude(AddressLatitude addressLatitude)
setAddressLatitudeDirection
void setAddressLatitudeDirection(AddressLatitudeDirection addressLatitudeDirection)
setAddressLongitude
void setAddressLongitude(AddressLongitude addressLongitude)
setAddressLongitudeDirection
void setAddressLongitudeDirection(AddressLongitudeDirection addressLongitudeDirection)
addSupplementaryPostalServiceData
void addSupplementaryPostalServiceData(SupplementaryPostalServiceData supplementaryPostalServiceData)
setSupplementaryPostalServiceData
void setSupplementaryPostalServiceData(java.util.List<SupplementaryPostalServiceData> supplementaryPostalServiceData)
setType
void setType(java.lang.String type)
unsetAddressIdentifier
void unsetAddressIdentifier()
unsetAddressIdentifier
boolean unsetAddressIdentifier(AddressIdentifier addressIdentifier)
unsetEndorsementLineCode
void unsetEndorsementLineCode()
unsetKeyLineCode
void unsetKeyLineCode()
unsetBarcode
void unsetBarcode()
unsetSortingCode
void unsetSortingCode()
unsetAddressLatitude
void unsetAddressLatitude()
unsetAddressLatitudeDirection
void unsetAddressLatitudeDirection()
unsetAddressLongitude
void unsetAddressLongitude()
unsetAddressLongitudeDirection
void unsetAddressLongitudeDirection()
unsetSupplementaryPostalServiceData
void unsetSupplementaryPostalServiceData()
unsetSupplementaryPostalServiceData
boolean unsetSupplementaryPostalServiceData(SupplementaryPostalServiceData supplementaryPostalServiceData)
unsetType
void unsetType()
visit
void visit(XALVisitor visitor)
visit
<T> T visit(XALFunctor<T> visitor)