org.citygml4j.impl.gml.valueObjects
Class ValueArrayPropertyImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.base.ArrayAssociationImpl<Value>
      extended by org.citygml4j.impl.gml.valueObjects.ValueArrayPropertyImpl
All Implemented Interfaces:
Association<Value>, ModelObject, Child, Copyable, ArrayAssociation<Value>, GML, ValueArrayProperty

public class ValueArrayPropertyImpl
extends ArrayAssociationImpl<Value>
implements ValueArrayProperty


Constructor Summary
ValueArrayPropertyImpl()
           
 
Method Summary
 void addValue(Value value)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 java.util.List<Value> getValue()
           
 boolean isSetValue()
           
 void setValue(java.util.List<Value> value)
           
 void unsetValue()
           
 boolean unsetValue(Value value)
           
 
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
 
Methods inherited from interface org.citygml4j.model.gml.base.ArrayAssociation
addObject, getObject, isSetObject, setObject, unsetObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Constructor Detail

ValueArrayPropertyImpl

public ValueArrayPropertyImpl()
Method Detail

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML
Overrides:
getGMLClass in class ArrayAssociationImpl<Value>

getValue

public java.util.List<Value> getValue()
Specified by:
getValue in interface ValueArrayProperty

isSetValue

public boolean isSetValue()
Specified by:
isSetValue in interface ValueArrayProperty

setValue

public void setValue(java.util.List<Value> value)
Specified by:
setValue in interface ValueArrayProperty

addValue

public void addValue(Value value)
Specified by:
addValue in interface ValueArrayProperty

unsetValue

public void unsetValue()
Specified by:
unsetValue in interface ValueArrayProperty

unsetValue

public boolean unsetValue(Value value)
Specified by:
unsetValue in interface ValueArrayProperty

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable
Overrides:
copyTo in class ArrayAssociationImpl<Value>

copy

public java.lang.Object copy(CopyBuilder copyBuilder)
Specified by:
copy in interface Copyable