org.citygml4j.model.xal
Interface PostalRoute
- All Superinterfaces:
- Child, Copyable, ModelObject, XAL
- All Known Implementing Classes:
- PostalRouteImpl
public interface PostalRoute
- extends XAL, Child, Copyable
Methods inherited from interface org.citygml4j.model.xal.XAL |
getXALClass |
getAddressLine
java.util.List<AddressLine> getAddressLine()
getPostalRouteName
java.util.List<PostalRouteName> getPostalRouteName()
getPostalRouteNumber
PostalRouteNumber getPostalRouteNumber()
getPostBox
PostBox getPostBox()
getType
java.lang.String getType()
isSetAddressLine
boolean isSetAddressLine()
isSetPostalRouteName
boolean isSetPostalRouteName()
isSetPostalRouteNumber
boolean isSetPostalRouteNumber()
isSetPostBox
boolean isSetPostBox()
isSetType
boolean isSetType()
addAddressLine
void addAddressLine(AddressLine addressLine)
setAddressLine
void setAddressLine(java.util.List<AddressLine> addressLine)
addPostalRouteName
void addPostalRouteName(PostalRouteName postalRouteName)
setPostalRouteName
void setPostalRouteName(java.util.List<PostalRouteName> postalRouteName)
setPostalRouteNumber
void setPostalRouteNumber(PostalRouteNumber postalRouteNumber)
setPostBox
void setPostBox(PostBox postBox)
setType
void setType(java.lang.String type)
unsetAddressLine
void unsetAddressLine()
unsetAddressLine
boolean unsetAddressLine(AddressLine addressLine)
unsetPostalRouteName
void unsetPostalRouteName()
unsetPostalRouteName
boolean unsetPostalRouteName(PostalRouteName postalRouteName)
unsetPostalRouteNumber
void unsetPostalRouteNumber()
unsetPostBox
void unsetPostBox()
unsetType
void unsetType()
visit
void visit(XALVisitor visitor)
visit
<T> T visit(XALFunctor<T> visitor)