org.citygml4j.impl.xal
Class AddressLinesImpl
java.lang.Object
org.citygml4j.impl.xal.AddressLinesImpl
- All Implemented Interfaces:
- ModelObject, Child, Copyable, AddressLines, XAL
public class AddressLinesImpl
- extends java.lang.Object
- implements AddressLines
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressLinesImpl
public AddressLinesImpl()
addAddressLine
public void addAddressLine(AddressLine addressLine)
- Specified by:
addAddressLine
in interface AddressLines
getAddressLine
public java.util.List<AddressLine> getAddressLine()
- Specified by:
getAddressLine
in interface AddressLines
isSetAddressLine
public boolean isSetAddressLine()
- Specified by:
isSetAddressLine
in interface AddressLines
setAddressLine
public void setAddressLine(java.util.List<AddressLine> addressLine)
- Specified by:
setAddressLine
in interface AddressLines
unsetAddressLine
public void unsetAddressLine()
- Specified by:
unsetAddressLine
in interface AddressLines
unsetAddressLine
public boolean unsetAddressLine(AddressLine addressLine)
- Specified by:
unsetAddressLine
in interface AddressLines
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getXALClass
public XALClass getXALClass()
- Specified by:
getXALClass
in interface XAL
getParent
public ModelObject getParent()
- Specified by:
getParent
in interface Child
setParent
public void setParent(ModelObject parent)
- Specified by:
setParent
in interface Child
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interface Child
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interface Child
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
visit
public void visit(XALVisitor visitor)
- Specified by:
visit
in interface AddressLines
visit
public <T> T visit(XALFunctor<T> visitor)
- Specified by:
visit
in interface AddressLines