org.citygml4j.impl.gml.base
Class ArrayAssociationImpl<T extends Associable & Child>

java.lang.Object
  extended by org.citygml4j.impl.gml.base.ArrayAssociationImpl<T>
All Implemented Interfaces:
Association<T>, ModelObject, Child, Copyable, ArrayAssociation<T>, GML
Direct Known Subclasses:
CurveSegmentArrayPropertyImpl, FeatureArrayPropertyImpl, GeometryArrayPropertyImpl, LineStringSegmentArrayPropertyImpl, SurfacePatchArrayPropertyImpl, ValueArrayPropertyImpl

public abstract class ArrayAssociationImpl<T extends Associable & Child>
extends java.lang.Object
implements ArrayAssociation<T>


Constructor Summary
ArrayAssociationImpl()
           
 
Method Summary
 void addObject(T object)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 ModelType getModelType()
           
 java.util.List<T> getObject()
           
 ModelObject getParent()
           
 boolean isSetObject()
           
 boolean isSetParent()
           
 void setObject(java.util.List<T> object)
           
 void setParent(ModelObject parent)
           
 void unsetObject()
           
 boolean unsetObject(T object)
           
 void unsetParent()
           
 
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
 

Constructor Detail

ArrayAssociationImpl

public ArrayAssociationImpl()
Method Detail

addObject

public void addObject(T object)
Specified by:
addObject in interface ArrayAssociation<T extends Associable & Child>

getObject

public java.util.List<T> getObject()
Specified by:
getObject in interface ArrayAssociation<T extends Associable & Child>

isSetObject

public boolean isSetObject()
Specified by:
isSetObject in interface ArrayAssociation<T extends Associable & Child>

setObject

public void setObject(java.util.List<T> object)
Specified by:
setObject in interface ArrayAssociation<T extends Associable & Child>

unsetObject

public void unsetObject()
Specified by:
unsetObject in interface ArrayAssociation<T extends Associable & Child>

unsetObject

public boolean unsetObject(T object)
Specified by:
unsetObject in interface ArrayAssociation<T extends Associable & Child>

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML

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