org.citygml4j.model.xal
Interface PostBoxNumberSuffix

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

public interface PostBoxNumberSuffix
extends XAL, GrPostal, Child, Copyable


Method Summary
 java.lang.String getContent()
           
 java.lang.String getNumberSuffixSeparator()
           
 boolean isSetContent()
           
 boolean isSetNumberSuffixSeparator()
           
 void setContent(java.lang.String content)
           
 void setNumberSuffixSeparator(java.lang.String numberSuffixSeparator)
           
 void unsetContent()
           
 void unsetNumberSuffixSeparator()
           
<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.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()

getNumberSuffixSeparator

java.lang.String getNumberSuffixSeparator()

isSetContent

boolean isSetContent()

isSetNumberSuffixSeparator

boolean isSetNumberSuffixSeparator()

setContent

void setContent(java.lang.String content)

setNumberSuffixSeparator

void setNumberSuffixSeparator(java.lang.String numberSuffixSeparator)

unsetContent

void unsetContent()

unsetNumberSuffixSeparator

void unsetNumberSuffixSeparator()

visit

void visit(XALVisitor visitor)

visit

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