org.citygml4j.model.xal
Interface LargeMailUser
- All Superinterfaces:
- Child, Copyable, ModelObject, XAL
- All Known Implementing Classes:
- LargeMailUserImpl
public interface LargeMailUser
- extends XAL, Child, Copyable
Methods inherited from interface org.citygml4j.model.xal.XAL |
getXALClass |
getAddressLine
java.util.List<AddressLine> getAddressLine()
getLargeMailUserName
java.util.List<LargeMailUserName> getLargeMailUserName()
getLargeMailUserIdentifier
LargeMailUserIdentifier getLargeMailUserIdentifier()
getBuildingName
java.util.List<BuildingName> getBuildingName()
getDepartment
Department getDepartment()
getPostBox
PostBox getPostBox()
getThoroughfare
Thoroughfare getThoroughfare()
getPostalCode
PostalCode getPostalCode()
getType
java.lang.String getType()
isSetAddressLine
boolean isSetAddressLine()
isSetLargeMailUserName
boolean isSetLargeMailUserName()
isSetLargeMailUserIdentifier
boolean isSetLargeMailUserIdentifier()
isSetBuildingName
boolean isSetBuildingName()
isSetDepartment
boolean isSetDepartment()
isSetPostBox
boolean isSetPostBox()
isSetThoroughfare
boolean isSetThoroughfare()
isSetPostalCode
boolean isSetPostalCode()
isSetType
boolean isSetType()
addAddressLine
void addAddressLine(AddressLine addressLine)
setAddressLine
void setAddressLine(java.util.List<AddressLine> addressLine)
addLargeMailUserName
void addLargeMailUserName(LargeMailUserName largeMailUserName)
setLargeMailUserName
void setLargeMailUserName(java.util.List<LargeMailUserName> largeMailUserName)
setLargeMailUserIdentifier
void setLargeMailUserIdentifier(LargeMailUserIdentifier largeMailUserIdentifier)
addBuildingName
void addBuildingName(BuildingName buildingName)
setBuildingName
void setBuildingName(java.util.List<BuildingName> buildingName)
setDepartment
void setDepartment(Department department)
setPostBox
void setPostBox(PostBox postBox)
setThoroughfare
void setThoroughfare(Thoroughfare thoroughfare)
setPostalCode
void setPostalCode(PostalCode postalCode)
setType
void setType(java.lang.String type)
unsetAddressLine
void unsetAddressLine()
unsetAddressLine
boolean unsetAddressLine(AddressLine addressLine)
unsetLargeMailUserName
void unsetLargeMailUserName()
unsetLargeMailUserName
boolean unsetLargeMailUserName(LargeMailUserName largeMailUserName)
unsetLargeMailUserIdentifier
void unsetLargeMailUserIdentifier()
unsetBuildingName
void unsetBuildingName()
unsetBuildingName
boolean unsetBuildingName(BuildingName buildingName)
unsetDepartment
void unsetDepartment()
unsetPostBox
void unsetPostBox()
unsetThoroughfare
void unsetThoroughfare()
unsetPostalCode
void unsetPostalCode()
unsetType
void unsetType()
visit
void visit(XALVisitor visitor)
visit
<T> T visit(XALFunctor<T> visitor)