Package net.opengis.ows.x11
Interface AcceptVersionsType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AcceptVersionsTypeImpl
public interface AcceptVersionsType extends org.apache.xmlbeans.XmlObjectAn XML AcceptVersionsType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAcceptVersionsType.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 VersionTypeaddNewVersion()Appends and returns a new empty value (as xml) as the last "Version" elementvoidaddVersion(String version)Appends the value as the last "Version" elementString[]getVersionArray()Gets array of all "Version" elementsStringgetVersionArray(int i)Gets ith "Version" elementVersionTypeinsertNewVersion(int i)Inserts and returns a new empty value (as xml) as the ith "Version" elementvoidinsertVersion(int i, String version)Inserts the value as the ith "Version" elementvoidremoveVersion(int i)Removes the ith "Version" elementvoidsetVersionArray(int i, String version)Sets ith "Version" elementvoidsetVersionArray(String[] versionArray)Sets array of all "Version" elementintsizeOfVersionArray()Returns number of "Version" elementVersionType[]xgetVersionArray()Gets (as xml) array of all "Version" elementsVersionTypexgetVersionArray(int i)Gets (as xml) ith "Version" elementvoidxsetVersionArray(int i, VersionType version)Sets (as xml) ith "Version" elementvoidxsetVersionArray(VersionType[] versionArray)Sets (as xml) array of all "Version" element-
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
-
getVersionArray
String[] getVersionArray()
Gets array of all "Version" elements
-
getVersionArray
String getVersionArray(int i)
Gets ith "Version" element
-
xgetVersionArray
VersionType[] xgetVersionArray()
Gets (as xml) array of all "Version" elements
-
xgetVersionArray
VersionType xgetVersionArray(int i)
Gets (as xml) ith "Version" element
-
sizeOfVersionArray
int sizeOfVersionArray()
Returns number of "Version" element
-
setVersionArray
void setVersionArray(String[] versionArray)
Sets array of all "Version" element
-
setVersionArray
void setVersionArray(int i, String version)Sets ith "Version" element
-
xsetVersionArray
void xsetVersionArray(VersionType[] versionArray)
Sets (as xml) array of all "Version" element
-
xsetVersionArray
void xsetVersionArray(int i, VersionType version)Sets (as xml) ith "Version" element
-
insertVersion
void insertVersion(int i, String version)Inserts the value as the ith "Version" element
-
addVersion
void addVersion(String version)
Appends the value as the last "Version" element
-
insertNewVersion
VersionType insertNewVersion(int i)
Inserts and returns a new empty value (as xml) as the ith "Version" element
-
addNewVersion
VersionType addNewVersion()
Appends and returns a new empty value (as xml) as the last "Version" element
-
removeVersion
void removeVersion(int i)
Removes the ith "Version" element
-
-