Package net.opengis.swe.x101
Interface ArrayType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ArrayTypeImpl
public interface ArrayType extends org.apache.xmlbeans.XmlObjectAn XML ArrayType(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classArrayType.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 XMLDataPropertyTypeaddNewElement()Appends and returns a new empty value (as xml) as the last "element" elementXMLDataPropertyType[]getElementArray()Gets array of all "element" elementsXMLDataPropertyTypegetElementArray(int i)Gets ith "element" elementBigIntegergetElementCount()Gets the "elementCount" attributeStringgetRS()Gets the "RS" attributeXMLDataPropertyTypeinsertNewElement(int i)Inserts and returns a new empty value (as xml) as the ith "element" elementbooleanisSetElementCount()True if has "elementCount" attributebooleanisSetRS()True if has "RS" attributevoidremoveElement(int i)Removes the ith "element" elementvoidsetElementArray(int i, XMLDataPropertyType element)Sets ith "element" elementvoidsetElementArray(XMLDataPropertyType[] elementArray)Sets array of all "element" elementvoidsetElementCount(BigInteger elementCount)Sets the "elementCount" attributevoidsetRS(String rs)Sets the "RS" attributeintsizeOfElementArray()Returns number of "element" elementvoidunsetElementCount()Unsets the "elementCount" attributevoidunsetRS()Unsets the "RS" attributeorg.apache.xmlbeans.XmlPositiveIntegerxgetElementCount()Gets (as xml) the "elementCount" attributeorg.apache.xmlbeans.XmlAnyURIxgetRS()Gets (as xml) the "RS" attributevoidxsetElementCount(org.apache.xmlbeans.XmlPositiveInteger elementCount)Sets (as xml) the "elementCount" attributevoidxsetRS(org.apache.xmlbeans.XmlAnyURI rs)Sets (as xml) the "RS" attribute-
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
-
getElementArray
XMLDataPropertyType[] getElementArray()
Gets array of all "element" elements
-
getElementArray
XMLDataPropertyType getElementArray(int i)
Gets ith "element" element
-
sizeOfElementArray
int sizeOfElementArray()
Returns number of "element" element
-
setElementArray
void setElementArray(XMLDataPropertyType[] elementArray)
Sets array of all "element" element
-
setElementArray
void setElementArray(int i, XMLDataPropertyType element)Sets ith "element" element
-
insertNewElement
XMLDataPropertyType insertNewElement(int i)
Inserts and returns a new empty value (as xml) as the ith "element" element
-
addNewElement
XMLDataPropertyType addNewElement()
Appends and returns a new empty value (as xml) as the last "element" element
-
removeElement
void removeElement(int i)
Removes the ith "element" element
-
getRS
String getRS()
Gets the "RS" attribute
-
xgetRS
org.apache.xmlbeans.XmlAnyURI xgetRS()
Gets (as xml) the "RS" attribute
-
isSetRS
boolean isSetRS()
True if has "RS" attribute
-
setRS
void setRS(String rs)
Sets the "RS" attribute
-
xsetRS
void xsetRS(org.apache.xmlbeans.XmlAnyURI rs)
Sets (as xml) the "RS" attribute
-
unsetRS
void unsetRS()
Unsets the "RS" attribute
-
getElementCount
BigInteger getElementCount()
Gets the "elementCount" attribute
-
xgetElementCount
org.apache.xmlbeans.XmlPositiveInteger xgetElementCount()
Gets (as xml) the "elementCount" attribute
-
isSetElementCount
boolean isSetElementCount()
True if has "elementCount" attribute
-
setElementCount
void setElementCount(BigInteger elementCount)
Sets the "elementCount" attribute
-
xsetElementCount
void xsetElementCount(org.apache.xmlbeans.XmlPositiveInteger elementCount)
Sets (as xml) the "elementCount" attribute
-
unsetElementCount
void unsetElementCount()
Unsets the "elementCount" attribute
-
-