org.citygml4j.model.xal
Interface MailStop
- All Superinterfaces:
- Child, Copyable, ModelObject, XAL
- All Known Implementing Classes:
- MailStopImpl
public interface MailStop
- extends XAL, Child, Copyable
Methods inherited from interface org.citygml4j.model.xal.XAL |
getXALClass |
getAddressLine
java.util.List<AddressLine> getAddressLine()
getMailStopName
MailStopName getMailStopName()
getMailStopNumber
MailStopNumber getMailStopNumber()
getType
java.lang.String getType()
isSetAddressLine
boolean isSetAddressLine()
isSetMailStopName
boolean isSetMailStopName()
isSetMailStopNumber
boolean isSetMailStopNumber()
isSetType
boolean isSetType()
setAddressLine
void setAddressLine(java.util.List<AddressLine> addressLine)
addAddressLine
void addAddressLine(AddressLine addressLine)
setMailStopName
void setMailStopName(MailStopName mailStopName)
setMailStopNumber
void setMailStopNumber(MailStopNumber mailStopNumber)
setType
void setType(java.lang.String type)
unsetAddressLine
void unsetAddressLine()
unsetAddressLine
boolean unsetAddressLine(AddressLine addressLine)
unsetMailStopName
void unsetMailStopName()
unsetMailStopNumber
void unsetMailStopNumber()
unsetType
void unsetType()
visit
void visit(XALVisitor visitor)
visit
<T> T visit(XALFunctor<T> visitor)