org.citygml4j.impl.gml.valueObjects
Class QuantityExtentImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.basicTypes.DoubleOrNullListImpl
      extended by org.citygml4j.impl.gml.basicTypes.MeasureOrNullListImpl
          extended by org.citygml4j.impl.gml.valueObjects.QuantityExtentImpl
All Implemented Interfaces:
ModelObject, Child, Copyable, DoubleOrNullList, MeasureOrNullList, GML, QuantityExtent

public class QuantityExtentImpl
extends MeasureOrNullListImpl
implements QuantityExtent


Constructor Summary
QuantityExtentImpl()
           
 
Method Summary
 void addDoubleOrNull(DoubleOrNull doubleOrNull)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 void setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)
           
 
Methods inherited from class org.citygml4j.impl.gml.basicTypes.MeasureOrNullListImpl
getUom, isSetUom, setUom, unsetUom
 
Methods inherited from class org.citygml4j.impl.gml.basicTypes.DoubleOrNullListImpl
getDoubleOrNull, getModelType, getParent, isSetDoubleOrNull, isSetParent, setParent, unsetDoubleOrNull, unsetDoubleOrNull, 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.basicTypes.MeasureOrNullList
getUom, isSetUom, setUom, unsetUom
 
Methods inherited from interface org.citygml4j.model.gml.basicTypes.DoubleOrNullList
getDoubleOrNull, isSetDoubleOrNull, unsetDoubleOrNull, unsetDoubleOrNull
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
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

QuantityExtentImpl

public QuantityExtentImpl()
Method Detail

addDoubleOrNull

public void addDoubleOrNull(DoubleOrNull doubleOrNull)
Specified by:
addDoubleOrNull in interface DoubleOrNullList
Overrides:
addDoubleOrNull in class DoubleOrNullListImpl

setDoubleOrNull

public void setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)
Specified by:
setDoubleOrNull in interface DoubleOrNullList
Overrides:
setDoubleOrNull in class DoubleOrNullListImpl

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML
Overrides:
getGMLClass in class MeasureOrNullListImpl

copy

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

copyTo

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