org.citygml4j.model.xal
Interface PostOfficeNumber

All Superinterfaces:
Child, Copyable, GrPostal, ModelObject, XAL
All Known Implementing Classes:
PostOfficeNumberImpl

public interface PostOfficeNumber
extends XAL, GrPostal, Child, Copyable


Method Summary
 java.lang.String getContent()
           
 java.lang.String getIndicator()
           
 java.lang.String getIndicatorOccurrence()
           
 boolean isSetContent()
           
 boolean isSetIndicator()
           
 boolean isSetIndicatorOccurrence()
           
 void setContent(java.lang.String content)
           
 void setIndicator(java.lang.String indicator)
           
 void setIndicatorOccurrence(java.lang.String indicatorOccurrence)
           
 void unsetContent()
           
 void unsetIndicator()
           
 void unsetIndicatorOccurrence()
           
<T> T
visit(XALFunctor<T> visitor)
           
 void visit(XALVisitor visitor)
           
 
Methods inherited from interface org.citygml4j.model.xal.GrPostal
getCode, isSetCode, setCode, unsetCode
 
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.copy.Copyable
copy, copyTo
 

Method Detail

getContent

java.lang.String getContent()

getIndicator

java.lang.String getIndicator()

getIndicatorOccurrence

java.lang.String getIndicatorOccurrence()

isSetContent

boolean isSetContent()

isSetIndicator

boolean isSetIndicator()

isSetIndicatorOccurrence

boolean isSetIndicatorOccurrence()

setContent

void setContent(java.lang.String content)

setIndicator

void setIndicator(java.lang.String indicator)

setIndicatorOccurrence

void setIndicatorOccurrence(java.lang.String indicatorOccurrence)

unsetContent

void unsetContent()

unsetIndicator

void unsetIndicator()

unsetIndicatorOccurrence

void unsetIndicatorOccurrence()

visit

void visit(XALVisitor visitor)

visit

<T> T visit(XALFunctor<T> visitor)