Constructor and Description |
---|
ScalarValueList() |
ScalarValueList(BooleanOrNullList booleanList) |
ScalarValueList(CodeOrNullList categoryList) |
ScalarValueList(IntegerOrNullList countList) |
ScalarValueList(MeasureOrNullList quantityList) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
BooleanOrNullList |
getBooleanList() |
CodeOrNullList |
getCategoryList() |
IntegerOrNullList |
getCountList() |
GMLClass |
getGMLClass() |
ModelObject |
getParent() |
MeasureOrNullList |
getQuantityList() |
boolean |
isSetBooleanList() |
boolean |
isSetCategoryList() |
boolean |
isSetCountList() |
boolean |
isSetParent() |
boolean |
isSetQuantityList() |
void |
setBooleanList(BooleanOrNullList booleanList) |
void |
setCategoryList(CodeOrNullList categoryList) |
void |
setCountList(IntegerOrNullList countList) |
void |
setParent(ModelObject parent) |
void |
setQuantityList(MeasureOrNullList quantityList) |
void |
unsetBooleanList() |
void |
unsetCategoryList() |
void |
unsetCountList() |
void |
unsetParent() |
void |
unsetQuantityList() |
public ScalarValueList()
public ScalarValueList(BooleanOrNullList booleanList)
public ScalarValueList(CodeOrNullList categoryList)
public ScalarValueList(MeasureOrNullList quantityList)
public ScalarValueList(IntegerOrNullList countList)
public GMLClass getGMLClass()
getGMLClass
in interface GML
public BooleanOrNullList getBooleanList()
public CodeOrNullList getCategoryList()
public MeasureOrNullList getQuantityList()
public IntegerOrNullList getCountList()
public boolean isSetBooleanList()
public boolean isSetCategoryList()
public boolean isSetQuantityList()
public boolean isSetCountList()
public void setBooleanList(BooleanOrNullList booleanList)
public void setCategoryList(CodeOrNullList categoryList)
public void setQuantityList(MeasureOrNullList quantityList)
public void setCountList(IntegerOrNullList countList)
public void unsetBooleanList()
public void unsetCategoryList()
public void unsetQuantityList()
public void unsetCountList()
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)