Constructor and Description |
---|
ScalarValue() |
ScalarValue(boolean _boolean) |
ScalarValue(Code category) |
ScalarValue(java.lang.Integer count) |
ScalarValue(Measure quantity) |
Modifier and Type | Method and 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() |
public ScalarValue()
public ScalarValue(boolean _boolean)
public ScalarValue(Code category)
public ScalarValue(Measure quantity)
public ScalarValue(java.lang.Integer count)
public GMLClass getGMLClass()
getGMLClass
in interface GML
public java.lang.Boolean getBoolean()
public Code getCategory()
public Measure getQuantity()
public java.lang.Integer getCount()
public boolean isSetBoolean()
public boolean isSetCategory()
public boolean isSetQuantity()
public boolean isSetCount()
public void setBoolean(java.lang.Boolean _boolean)
public void setCategory(Code category)
public void setQuantity(Measure quantity)
public void setCount(java.lang.Integer count)
public void unsetBoolean()
public void unsetCategory()
public void unsetQuantity()
public void unsetCount()
public ModelObject getParent()
public boolean isSetParent()
isSetParent
in interface Child
public void setParent(ModelObject parent)
public void unsetParent()
unsetParent
in interface Child
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
public java.lang.Object copy(CopyBuilder copyBuilder)