org.citygml4j.impl.gml.basicTypes
Class MeasureOrNullListImpl
java.lang.Object
org.citygml4j.impl.gml.basicTypes.DoubleOrNullListImpl
org.citygml4j.impl.gml.basicTypes.MeasureOrNullListImpl
- All Implemented Interfaces:
- ModelObject, Child, Copyable, DoubleOrNullList, MeasureOrNullList, GML
- Direct Known Subclasses:
- QuantityExtentImpl
public class MeasureOrNullListImpl
- extends DoubleOrNullListImpl
- implements MeasureOrNullList
Methods inherited from class org.citygml4j.impl.gml.basicTypes.DoubleOrNullListImpl |
addDoubleOrNull, getDoubleOrNull, getModelType, getParent, isSetDoubleOrNull, isSetParent, setDoubleOrNull, setParent, unsetDoubleOrNull, unsetDoubleOrNull, unsetParent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeasureOrNullListImpl
public MeasureOrNullListImpl()
getUom
public java.lang.String getUom()
- Specified by:
getUom
in interface MeasureOrNullList
isSetUom
public boolean isSetUom()
- Specified by:
isSetUom
in interface MeasureOrNullList
setUom
public void setUom(java.lang.String uom)
- Specified by:
setUom
in interface MeasureOrNullList
unsetUom
public void unsetUom()
- Specified by:
unsetUom
in interface MeasureOrNullList
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class DoubleOrNullListImpl
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
- Overrides:
copy
in class DoubleOrNullListImpl
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class DoubleOrNullListImpl