Class QuantityExtent
- java.lang.Object
-
- org.citygml4j.model.gml.basicTypes.DoubleOrNullList
-
- org.citygml4j.model.gml.basicTypes.MeasureOrNullList
-
- org.citygml4j.model.gml.valueObjects.QuantityExtent
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,GML
public class QuantityExtent extends MeasureOrNullList
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuantityExtent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.gml.basicTypes.MeasureOrNullList
getUom, isSetUom, setUom, unsetUom
-
Methods inherited from class org.citygml4j.model.gml.basicTypes.DoubleOrNullList
getDoubleOrNull, getParent, isSetDoubleOrNull, isSetParent, setParent, unsetDoubleOrNull, unsetDoubleOrNull, unsetParent
-
-
-
-
Method Detail
-
addDoubleOrNull
public void addDoubleOrNull(DoubleOrNull doubleOrNull)
- Overrides:
addDoubleOrNull
in classDoubleOrNullList
-
setDoubleOrNull
public void setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)
- Overrides:
setDoubleOrNull
in classDoubleOrNullList
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
- Overrides:
getGMLClass
in classMeasureOrNullList
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interfaceCopyable
- Overrides:
copy
in classMeasureOrNullList
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classMeasureOrNullList
-
-