org.citygml4j.model.xal
Interface MailStop

All Superinterfaces:
Child, Copyable, ModelObject, XAL
All Known Implementing Classes:
MailStopImpl

public interface MailStop
extends XAL, Child, Copyable


Method Summary
 void addAddressLine(AddressLine addressLine)
           
 java.util.List<AddressLine> getAddressLine()
           
 MailStopName getMailStopName()
           
 MailStopNumber getMailStopNumber()
           
 java.lang.String getType()
           
 boolean isSetAddressLine()
           
 boolean isSetMailStopName()
           
 boolean isSetMailStopNumber()
           
 boolean isSetType()
           
 void setAddressLine(java.util.List<AddressLine> addressLine)
           
 void setMailStopName(MailStopName mailStopName)
           
 void setMailStopNumber(MailStopNumber mailStopNumber)
           
 void setType(java.lang.String type)
           
 void unsetAddressLine()
           
 boolean unsetAddressLine(AddressLine addressLine)
           
 void unsetMailStopName()
           
 void unsetMailStopNumber()
           
 void unsetType()
           
<T> T
visit(XALFunctor<T> visitor)
           
 void visit(XALVisitor visitor)
           
 
Methods inherited from interface org.citygml4j.model.xal.XAL
getXALClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

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)