org.citygml4j.impl.gml.basicTypes
Class MeasureOrNullListImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.basicTypes.DoubleOrNullListImpl
      extended by 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


Constructor Summary
MeasureOrNullListImpl()
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 java.lang.String getUom()
           
 boolean isSetUom()
           
 void setUom(java.lang.String uom)
           
 void unsetUom()
           
 
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
 
Methods inherited from interface org.citygml4j.model.gml.basicTypes.DoubleOrNullList
addDoubleOrNull, getDoubleOrNull, isSetDoubleOrNull, setDoubleOrNull, unsetDoubleOrNull, unsetDoubleOrNull
 
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

MeasureOrNullListImpl

public MeasureOrNullListImpl()
Method Detail

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