org.citygml4j.model.xal
Interface ThoroughfareNumberFrom

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

public interface ThoroughfareNumberFrom
extends XAL, GrPostal, Child, Copyable


Method Summary
 void addAddressLine(AddressLine addressLine)
           
 void addContent(ThoroughfareNumberFromContent content)
           
 void addString(java.lang.String string)
           
 void addThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 void addThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 void addThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 java.util.List<ThoroughfareNumberFromContent> getContent()
           
 boolean isSetContent()
           
 void setContent(java.util.List<ThoroughfareNumberFromContent> content)
           
 boolean unsetAddressLine(AddressLine addressLine)
           
 void unsetContent()
           
 boolean unsetContent(ThoroughfareNumberFromContent content)
           
 boolean unsetString(java.lang.String string)
           
 boolean unsetThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 boolean unsetThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 boolean unsetThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
<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.util.List<ThoroughfareNumberFromContent> getContent()

isSetContent

boolean isSetContent()

addContent

void addContent(ThoroughfareNumberFromContent content)

setContent

void setContent(java.util.List<ThoroughfareNumberFromContent> content)

addAddressLine

void addAddressLine(AddressLine addressLine)

addThoroughfareNumberPrefix

void addThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)

addThoroughfareNumber

void addThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)

addThoroughfareNumberSuffix

void addThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)

addString

void addString(java.lang.String string)

unsetContent

void unsetContent()

unsetContent

boolean unsetContent(ThoroughfareNumberFromContent content)

unsetAddressLine

boolean unsetAddressLine(AddressLine addressLine)

unsetThoroughfareNumberPrefix

boolean unsetThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)

unsetThoroughfareNumber

boolean unsetThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)

unsetThoroughfareNumberSuffix

boolean unsetThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)

unsetString

boolean unsetString(java.lang.String string)

visit

void visit(XALVisitor visitor)

visit

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