Package net.opengis.gml.x32
Interface ValueArrayType
-
- All Superinterfaces:
AbstractGMLType,CompositeValueType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ValueArrayTypeImpl
public interface ValueArrayType extends CompositeValueType
An XML ValueArrayType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classValueArrayType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCodeSpace()Gets the "codeSpace" attributeStringgetUom()Gets the "uom" attributebooleanisSetCodeSpace()True if has "codeSpace" attributebooleanisSetUom()True if has "uom" attributevoidsetCodeSpace(String codeSpace)Sets the "codeSpace" attributevoidsetUom(String uom)Sets the "uom" attributevoidunsetCodeSpace()Unsets the "codeSpace" attributevoidunsetUom()Unsets the "uom" attributeorg.apache.xmlbeans.XmlAnyURIxgetCodeSpace()Gets (as xml) the "codeSpace" attributeUomIdentifierxgetUom()Gets (as xml) the "uom" attributevoidxsetCodeSpace(org.apache.xmlbeans.XmlAnyURI codeSpace)Sets (as xml) the "codeSpace" attributevoidxsetUom(UomIdentifier uom)Sets (as xml) the "uom" attribute-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x32.CompositeValueType
addNewValueComponent, addNewValueComponents, getAggregationType, getValueComponentArray, getValueComponentArray, getValueComponents, insertNewValueComponent, isSetAggregationType, isSetValueComponents, removeValueComponent, setAggregationType, setValueComponentArray, setValueComponentArray, setValueComponents, sizeOfValueComponentArray, unsetAggregationType, unsetValueComponents, xgetAggregationType, xsetAggregationType
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getCodeSpace
String getCodeSpace()
Gets the "codeSpace" attribute
-
xgetCodeSpace
org.apache.xmlbeans.XmlAnyURI xgetCodeSpace()
Gets (as xml) the "codeSpace" attribute
-
isSetCodeSpace
boolean isSetCodeSpace()
True if has "codeSpace" attribute
-
setCodeSpace
void setCodeSpace(String codeSpace)
Sets the "codeSpace" attribute
-
xsetCodeSpace
void xsetCodeSpace(org.apache.xmlbeans.XmlAnyURI codeSpace)
Sets (as xml) the "codeSpace" attribute
-
unsetCodeSpace
void unsetCodeSpace()
Unsets the "codeSpace" attribute
-
getUom
String getUom()
Gets the "uom" attribute
-
xgetUom
UomIdentifier xgetUom()
Gets (as xml) the "uom" attribute
-
isSetUom
boolean isSetUom()
True if has "uom" attribute
-
setUom
void setUom(String uom)
Sets the "uom" attribute
-
xsetUom
void xsetUom(UomIdentifier uom)
Sets (as xml) the "uom" attribute
-
unsetUom
void unsetUom()
Unsets the "uom" attribute
-
-