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.XmlObject

An XML AcceptVersionsType(@http://www.opengis.net/ows/1.1). This is a complex type.


Nested Class Summary
static class AcceptVersionsType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 VersionType addNewVersion()
          Appends and returns a new empty value (as xml) as the last "Version" element
 void addVersion(String version)
          Appends the value as the last "Version" element
 String[] getVersionArray()
          Gets array of all "Version" elements
 String getVersionArray(int i)
          Gets ith "Version" element
 VersionType insertNewVersion(int i)
          Inserts and returns a new empty value (as xml) as the ith "Version" element
 void insertVersion(int i, String version)
          Inserts the value as the ith "Version" element
 void removeVersion(int i)
          Removes the ith "Version" element
 void setVersionArray(int i, String version)
          Sets ith "Version" element
 void setVersionArray(String[] versionArray)
          Sets array of all "Version" element
 int sizeOfVersionArray()
          Returns number of "Version" element
 VersionType[] xgetVersionArray()
          Gets (as xml) array of all "Version" elements
 VersionType xgetVersionArray(int i)
          Gets (as xml) ith "Version" element
 void xsetVersionArray(int i, VersionType version)
          Sets (as xml) ith "Version" element
 void xsetVersionArray(VersionType[] versionArray)
          Sets (as xml) array of all "Version" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
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



Copyright © 2004-2012 52north.org. All Rights Reserved.