org.citygml4j.model.xal
Interface PostalServiceElements

All Superinterfaces:
Child, Copyable, ModelObject, XAL
All Known Implementing Classes:
PostalServiceElementsImpl

public interface PostalServiceElements
extends XAL, Child, Copyable


Method Summary
 void addAddressIdentifier(AddressIdentifier addressIdentifier)
           
 void addSupplementaryPostalServiceData(SupplementaryPostalServiceData supplementaryPostalServiceData)
           
 java.util.List<AddressIdentifier> getAddressIdentifier()
           
 AddressLatitude getAddressLatitude()
           
 AddressLatitudeDirection getAddressLatitudeDirection()
           
 AddressLongitude getAddressLongitude()
           
 AddressLongitudeDirection getAddressLongitudeDirection()
           
 Barcode getBarcode()
           
 EndorsementLineCode getEndorsementLineCode()
           
 KeyLineCode getKeyLineCode()
           
 SortingCode getSortingCode()
           
 java.util.List<SupplementaryPostalServiceData> getSupplementaryPostalServiceData()
           
 java.lang.String getType()
           
 boolean isSetAddressIdentifier()
           
 boolean isSetAddressLatitude()
           
 boolean isSetAddressLatitudeDirection()
           
 boolean isSetAddressLongitude()
           
 boolean isSetAddressLongitudeDirection()
           
 boolean isSetBarcode()
           
 boolean isSetEndorsementLineCode()
           
 boolean isSetKeyLineCode()
           
 boolean isSetSortingCode()
           
 boolean isSetSupplementaryPostalServiceData()
           
 boolean isSetType()
           
 void setAddressIdentifier(java.util.List<AddressIdentifier> addressIdentifier)
           
 void setAddressLatitude(AddressLatitude addressLatitude)
           
 void setAddressLatitudeDirection(AddressLatitudeDirection addressLatitudeDirection)
           
 void setAddressLongitude(AddressLongitude addressLongitude)
           
 void setAddressLongitudeDirection(AddressLongitudeDirection addressLongitudeDirection)
           
 void setBarcode(Barcode barcode)
           
 void setEndorsementLineCode(EndorsementLineCode endorsementLineCode)
           
 void setKeyLineCode(KeyLineCode keyLineCode)
           
 void setSortingCode(SortingCode sortingCode)
           
 void setSupplementaryPostalServiceData(java.util.List<SupplementaryPostalServiceData> supplementaryPostalServiceData)
           
 void setType(java.lang.String type)
           
 void unsetAddressIdentifier()
           
 boolean unsetAddressIdentifier(AddressIdentifier addressIdentifier)
           
 void unsetAddressLatitude()
           
 void unsetAddressLatitudeDirection()
           
 void unsetAddressLongitude()
           
 void unsetAddressLongitudeDirection()
           
 void unsetBarcode()
           
 void unsetEndorsementLineCode()
           
 void unsetKeyLineCode()
           
 void unsetSortingCode()
           
 void unsetSupplementaryPostalServiceData()
           
 boolean unsetSupplementaryPostalServiceData(SupplementaryPostalServiceData supplementaryPostalServiceData)
           
 void unsetType()
           
<T> T
visit(XALFunctor<T> visitor)
           
 void visit(XALVisitor visitor)
           
 
Methods inherited from interface org.citygml4j.model.xal.XAL
getXALClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

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)