Class Measure
- java.lang.Object
-
- org.citygml4j.model.gml.basicTypes.Measure
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
GMLClass
getGMLClass()
ModelObject
getParent()
java.lang.String
getUom()
double
getValue()
boolean
isSetParent()
boolean
isSetUom()
boolean
isSetValue()
void
setParent(ModelObject parent)
void
setUom(java.lang.String uom)
void
setValue(double value)
void
unsetParent()
-
-
-
Method Detail
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
-
getUom
public java.lang.String getUom()
-
getValue
public double getValue()
-
isSetUom
public boolean isSetUom()
-
isSetValue
public boolean isSetValue()
-
setUom
public void setUom(java.lang.String uom)
-
setValue
public void setValue(double value)
-
getParent
public ModelObject getParent()
-
setParent
public void setParent(ModelObject parent)
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interfaceChild
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
-