org.citygml4j.model.xal
Interface AddressLines

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

public interface AddressLines
extends XAL, Child, Copyable


Method Summary
 void addAddressLine(AddressLine addressLine)
           
 java.util.List<AddressLine> getAddressLine()
           
 boolean isSetAddressLine()
           
 void setAddressLine(java.util.List<AddressLine> addressLine)
           
 void unsetAddressLine()
           
 boolean unsetAddressLine(AddressLine addressLine)
           
<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()

isSetAddressLine

boolean isSetAddressLine()

addAddressLine

void addAddressLine(AddressLine addressLine)

setAddressLine

void setAddressLine(java.util.List<AddressLine> addressLine)

unsetAddressLine

void unsetAddressLine()

unsetAddressLine

boolean unsetAddressLine(AddressLine addressLine)

visit

void visit(XALVisitor visitor)

visit

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