Package org.citygml4j.model.xal
Class AddressLines
- java.lang.Object
-
- org.citygml4j.model.xal.AddressLines
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,XAL
public class AddressLines extends java.lang.Object implements XAL, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddressLines()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(XALFunctor<T> visitor)
void
accept(XALVisitor visitor)
void
addAddressLine(AddressLine addressLine)
java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
java.util.List<AddressLine>
getAddressLine()
ModelObject
getParent()
XALClass
getXALClass()
boolean
isSetAddressLine()
boolean
isSetParent()
void
setAddressLine(java.util.List<AddressLine> addressLine)
void
setParent(ModelObject parent)
void
unsetAddressLine()
boolean
unsetAddressLine(AddressLine addressLine)
void
unsetParent()
-
-
-
Method Detail
-
addAddressLine
public void addAddressLine(AddressLine addressLine)
-
getAddressLine
public java.util.List<AddressLine> getAddressLine()
-
isSetAddressLine
public boolean isSetAddressLine()
-
setAddressLine
public void setAddressLine(java.util.List<AddressLine> addressLine)
-
unsetAddressLine
public void unsetAddressLine()
-
unsetAddressLine
public boolean unsetAddressLine(AddressLine addressLine)
-
getXALClass
public XALClass getXALClass()
- Specified by:
getXALClass
in interfaceXAL
-
getParent
public ModelObject getParent()
-
setParent
public void setParent(ModelObject parent)
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interfaceChild
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
accept
public void accept(XALVisitor visitor)
-
accept
public <T> T accept(XALFunctor<T> visitor)
-
-