org.citygml4j.model.gml.base
Class ArrayAssociation<T extends Associable & Child>
java.lang.Object
org.citygml4j.model.gml.base.ArrayAssociation<T>
- All Implemented Interfaces:
- Association<T>, ModelObject, Child, Copyable, GML
- Direct Known Subclasses:
- CurveSegmentArrayProperty, FeatureArrayProperty, GeometryArrayProperty, LineStringSegmentArrayProperty, SurfacePatchArrayProperty, ValueArrayProperty
public abstract class ArrayAssociation<T extends Associable & Child>
- extends java.lang.Object
- implements GML, Association<T>, Child, Copyable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.citygml4j.model.common.copy.Copyable |
copy |
ArrayAssociation
public ArrayAssociation()
ArrayAssociation
public ArrayAssociation(T object)
ArrayAssociation
public ArrayAssociation(java.util.List<T> object)
ArrayAssociation
public ArrayAssociation(T... object)
addObject
public void addObject(T object)
getObject
public java.util.List<T> getObject()
isSetObject
public boolean isSetObject()
setObject
public void setObject(java.util.List<T> object)
unsetObject
public void unsetObject()
unsetObject
public boolean unsetObject(T object)
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
getLocalProperty
public java.lang.Object getLocalProperty(java.lang.String name)
- Specified by:
getLocalProperty
in interface Association<T extends Associable & Child>
setLocalProperty
public void setLocalProperty(java.lang.String name,
java.lang.Object value)
- Specified by:
setLocalProperty
in interface Association<T extends Associable & Child>
hasLocalProperty
public boolean hasLocalProperty(java.lang.String name)
- Specified by:
hasLocalProperty
in interface Association<T extends Associable & Child>
unsetLocalProperty
public java.lang.Object unsetLocalProperty(java.lang.String name)
- Specified by:
unsetLocalProperty
in interface Association<T extends Associable & Child>
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
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable