|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.CompositeValueType
org.citygml4j.jaxb.gml._3_1_1.ValueArrayType
public class ValueArrayType
A Value Array is used for homogeneous arrays of primitive and aggregate values. The member values may be scalars, composites, arrays or lists. ValueArray has the same content model as CompositeValue, but the member values must be homogeneous. The element declaration contains a Schematron constraint which expresses this restriction precisely. Since the members are homogeneous, the referenceSystem (uom, codeSpace) may be specified on the ValueArray itself and implicitly inherited by all the members if desired. Note that a_ScalarValueList is preferred for arrays of Scalar Values since this is a more efficient encoding.
Java class for ValueArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueArrayType"> <complexContent> <extension base="{http://www.opengis.net/gml}CompositeValueType"> <attGroup ref="{http://www.opengis.net/gml}referenceSystem"/> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
ValueArrayType()
|
Method Summary | |
---|---|
java.lang.String |
getCodeSpace()
Gets the value of the codeSpace property. |
java.lang.String |
getUom()
Gets the value of the uom property. |
boolean |
isSetCodeSpace()
|
boolean |
isSetUom()
|
void |
setCodeSpace(java.lang.String value)
Sets the value of the codeSpace property. |
void |
setUom(java.lang.String value)
Sets the value of the uom property. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.CompositeValueType |
---|
getValueComponent, getValueComponents, isSetValueComponent, isSetValueComponents, setValueComponent, setValueComponents, unsetValueComponent |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueArrayType()
Method Detail |
---|
public java.lang.String getCodeSpace()
String
public void setCodeSpace(java.lang.String value)
value
- allowed object is
String
public boolean isSetCodeSpace()
public java.lang.String getUom()
String
public void setUom(java.lang.String value)
value
- allowed object is
String
public boolean isSetUom()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |