org.citygml4j.model.xal
Interface Department
- All Superinterfaces:
- Child, Copyable, ModelObject, XAL
- All Known Implementing Classes:
- DepartmentImpl
public interface Department
- extends XAL, Child, Copyable
Methods inherited from interface org.citygml4j.model.xal.XAL |
getXALClass |
getAddressLine
java.util.List<AddressLine> getAddressLine()
getDepartmentName
java.util.List<DepartmentName> getDepartmentName()
getMailStop
MailStop getMailStop()
getPostalCode
PostalCode getPostalCode()
getType
java.lang.String getType()
isSetAddressLine
boolean isSetAddressLine()
isSetDepartmentName
boolean isSetDepartmentName()
isSetMailStop
boolean isSetMailStop()
isSetPostalCode
boolean isSetPostalCode()
isSetType
boolean isSetType()
addAddressLine
void addAddressLine(AddressLine addressLine)
setAddressLine
void setAddressLine(java.util.List<AddressLine> addressLine)
addDepartmentName
void addDepartmentName(DepartmentName departmentName)
setDepartmentName
void setDepartmentName(java.util.List<DepartmentName> departmentName)
setMailStop
void setMailStop(MailStop mailStop)
setPostalCode
void setPostalCode(PostalCode postalCode)
setType
void setType(java.lang.String type)
unsetAddressLine
void unsetAddressLine()
unsetAddressLine
boolean unsetAddressLine(AddressLine addressLine)
unsetDepartmentName
void unsetDepartmentName()
unsetDepartmentName
boolean unsetDepartmentName(DepartmentName departmentName)
unsetMailStop
void unsetMailStop()
unsetPostalCode
void unsetPostalCode()
unsetType
void unsetType()
visit
void visit(XALVisitor visitor)
visit
<T> T visit(XALFunctor<T> visitor)