Class ValueArray
- java.lang.Object
-
- org.citygml4j.model.gml.base.AbstractGML
-
- org.citygml4j.model.gml.valueObjects.CompositeValue
-
- org.citygml4j.model.gml.valueObjects.ValueArray
-
- All Implemented Interfaces:
java.io.Serializable
,Associable
,ModelObject
,Child
,Copyable
,StandardObjectProperties
,GML
public class ValueArray extends CompositeValue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueArray()
ValueArray(java.util.List<Value> values)
ValueArray(Value... values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(GMLFunctor<T> visitor)
void
accept(GMLVisitor visitor)
java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
java.lang.String
getCodeSpace()
GMLClass
getGMLClass()
java.lang.String
getUom()
boolean
isSetCodeSpace()
boolean
isSetUom()
void
setCodeSpace(java.lang.String codeSpace)
void
setUom(java.lang.String uom)
void
unsetCodeSpace()
void
unsetUom()
-
Methods inherited from class org.citygml4j.model.gml.valueObjects.CompositeValue
addValueComponent, getValueComponent, getValueComponents, isSetValueComponent, isSetValueComponents, setValueComponent, setValueComponents, unsetValueComponent, unsetValueComponent, unsetValueComponents
-
Methods inherited from class org.citygml4j.model.gml.base.AbstractGML
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
-
-
-
-
Method Detail
-
getCodeSpace
public java.lang.String getCodeSpace()
-
getUom
public java.lang.String getUom()
-
isSetCodeSpace
public boolean isSetCodeSpace()
-
isSetUom
public boolean isSetUom()
-
setCodeSpace
public void setCodeSpace(java.lang.String codeSpace)
-
setUom
public void setUom(java.lang.String uom)
-
unsetCodeSpace
public void unsetCodeSpace()
-
unsetUom
public void unsetUom()
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
- Overrides:
getGMLClass
in classCompositeValue
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classCompositeValue
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interfaceCopyable
- Overrides:
copy
in classCompositeValue
-
accept
public void accept(GMLVisitor visitor)
- Overrides:
accept
in classCompositeValue
-
accept
public <T> T accept(GMLFunctor<T> visitor)
- Overrides:
accept
in classCompositeValue
-
-