org.citygml4j.model.xal
Interface Firm
- All Superinterfaces:
- Child, Copyable, ModelObject, XAL
- All Known Implementing Classes:
- FirmImpl
public interface Firm
- extends XAL, Child, Copyable
Methods inherited from interface org.citygml4j.model.xal.XAL |
getXALClass |
getAddressLine
java.util.List<AddressLine> getAddressLine()
getFirmName
java.util.List<FirmName> getFirmName()
getDepartment
java.util.List<Department> getDepartment()
getMailStop
MailStop getMailStop()
getPostalCode
PostalCode getPostalCode()
getType
java.lang.String getType()
isSetAddressLine
boolean isSetAddressLine()
isSetFirmName
boolean isSetFirmName()
isSetDepartment
boolean isSetDepartment()
isSetMailStop
boolean isSetMailStop()
isSetPostalCode
boolean isSetPostalCode()
isSetType
boolean isSetType()
addAddressLine
void addAddressLine(AddressLine addressLine)
setAddressLine
void setAddressLine(java.util.List<AddressLine> addressLine)
addFirmName
void addFirmName(FirmName firmName)
setFirmName
void setFirmName(java.util.List<FirmName> firmName)
addDepartment
void addDepartment(Department department)
setDepartment
void setDepartment(java.util.List<Department> department)
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)
unsetFirmName
void unsetFirmName()
unsetFirmName
boolean unsetFirmName(FirmName firmName)
unsetDepartment
void unsetDepartment()
unsetDepartment
boolean unsetDepartment(Department department)
unsetMailStop
void unsetMailStop()
unsetPostalCode
void unsetPostalCode()
unsetType
void unsetType()
visit
void visit(XALVisitor visitor)
visit
<T> T visit(XALFunctor<T> visitor)