Class ScalarValue
- java.lang.Object
-
- org.citygml4j.model.gml.valueObjects.ScalarValue
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,GML
public class ScalarValue extends java.lang.Object implements GML, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScalarValue()
ScalarValue(boolean _boolean)
ScalarValue(java.lang.Integer count)
ScalarValue(Code category)
ScalarValue(Measure quantity)
-
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)
java.lang.Boolean
getBoolean()
Code
getCategory()
java.lang.Integer
getCount()
GMLClass
getGMLClass()
ModelObject
getParent()
Measure
getQuantity()
boolean
isSetBoolean()
boolean
isSetCategory()
boolean
isSetCount()
boolean
isSetParent()
boolean
isSetQuantity()
void
setBoolean(java.lang.Boolean _boolean)
void
setCategory(Code category)
void
setCount(java.lang.Integer count)
void
setParent(ModelObject parent)
void
setQuantity(Measure quantity)
void
unsetBoolean()
void
unsetCategory()
void
unsetCount()
void
unsetParent()
void
unsetQuantity()
-
-
-
Method Detail
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
-
getBoolean
public java.lang.Boolean getBoolean()
-
getCategory
public Code getCategory()
-
getQuantity
public Measure getQuantity()
-
getCount
public java.lang.Integer getCount()
-
isSetBoolean
public boolean isSetBoolean()
-
isSetCategory
public boolean isSetCategory()
-
isSetQuantity
public boolean isSetQuantity()
-
isSetCount
public boolean isSetCount()
-
setBoolean
public void setBoolean(java.lang.Boolean _boolean)
-
setCategory
public void setCategory(Code category)
-
setQuantity
public void setQuantity(Measure quantity)
-
setCount
public void setCount(java.lang.Integer count)
-
unsetBoolean
public void unsetBoolean()
-
unsetCategory
public void unsetCategory()
-
unsetQuantity
public void unsetQuantity()
-
unsetCount
public void unsetCount()
-
getParent
public ModelObject getParent()
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
setParent
public void setParent(ModelObject parent)
-
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)
-
-