org.citygml4j.impl.gml.geometry.primitives
Class CurveSegmentArrayPropertyImpl
java.lang.Object
org.citygml4j.impl.gml.base.ArrayAssociationImpl<AbstractCurveSegment>
org.citygml4j.impl.gml.geometry.primitives.CurveSegmentArrayPropertyImpl
- All Implemented Interfaces:
- Association<AbstractCurveSegment>, ModelObject, Child, Copyable, ArrayAssociation<AbstractCurveSegment>, CurveSegmentArrayProperty, GML
public class CurveSegmentArrayPropertyImpl
- extends ArrayAssociationImpl<AbstractCurveSegment>
- implements CurveSegmentArrayProperty
Methods inherited from class org.citygml4j.impl.gml.base.ArrayAssociationImpl |
addObject, getModelType, getObject, getParent, isSetObject, isSetParent, setObject, setParent, unsetObject, unsetObject, unsetParent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurveSegmentArrayPropertyImpl
public CurveSegmentArrayPropertyImpl()
addCurveSegment
public void addCurveSegment(AbstractCurveSegment curveSegment)
- Specified by:
addCurveSegment
in interface CurveSegmentArrayProperty
getCurveSegment
public java.util.List<? extends AbstractCurveSegment> getCurveSegment()
- Specified by:
getCurveSegment
in interface CurveSegmentArrayProperty
isSetCurveSegment
public boolean isSetCurveSegment()
- Specified by:
isSetCurveSegment
in interface CurveSegmentArrayProperty
setCurveSegment
public void setCurveSegment(java.util.List<? extends AbstractCurveSegment> curveSegment)
- Specified by:
setCurveSegment
in interface CurveSegmentArrayProperty
unsetCurveSegment
public void unsetCurveSegment()
- Specified by:
unsetCurveSegment
in interface CurveSegmentArrayProperty
unsetCurveSegment
public boolean unsetCurveSegment(AbstractCurveSegment curveSegment)
- Specified by:
unsetCurveSegment
in interface CurveSegmentArrayProperty
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class ArrayAssociationImpl<AbstractCurveSegment>
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
- Overrides:
copyTo
in class ArrayAssociationImpl<AbstractCurveSegment>