net.opengis.ows.x11
Interface GetResourceByIdType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
GetResourceByIdTypeImpl

public interface GetResourceByIdType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GetResourceByIdType.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
 org.apache.xmlbeans.XmlAnyURI addNewResourceID()
          Appends and returns a new empty value (as xml) as the last "ResourceID" element
 void addResourceID(String resourceID)
          Appends the value as the last "ResourceID" element
 String getOutputFormat()
          Gets the "OutputFormat" element
 String[] getResourceIDArray()
          Gets array of all "ResourceID" elements
 String getResourceIDArray(int i)
          Gets ith "ResourceID" element
 String getService()
          Gets the "service" attribute
 String getVersion()
          Gets the "version" attribute
 org.apache.xmlbeans.XmlAnyURI insertNewResourceID(int i)
          Inserts and returns a new empty value (as xml) as the ith "ResourceID" element
 void insertResourceID(int i, String resourceID)
          Inserts the value as the ith "ResourceID" element
 boolean isSetOutputFormat()
          True if has "OutputFormat" element
 void removeResourceID(int i)
          Removes the ith "ResourceID" element
 void setOutputFormat(String outputFormat)
          Sets the "OutputFormat" element
 void setResourceIDArray(int i, String resourceID)
          Sets ith "ResourceID" element
 void setResourceIDArray(String[] resourceIDArray)
          Sets array of all "ResourceID" element
 void setService(String service)
          Sets the "service" attribute
 void setVersion(String version)
          Sets the "version" attribute
 int sizeOfResourceIDArray()
          Returns number of "ResourceID" element
 void unsetOutputFormat()
          Unsets the "OutputFormat" element
 MimeType xgetOutputFormat()
          Gets (as xml) the "OutputFormat" element
 org.apache.xmlbeans.XmlAnyURI[] xgetResourceIDArray()
          Gets (as xml) array of all "ResourceID" elements
 org.apache.xmlbeans.XmlAnyURI xgetResourceIDArray(int i)
          Gets (as xml) ith "ResourceID" element
 ServiceType xgetService()
          Gets (as xml) the "service" attribute
 VersionType xgetVersion()
          Gets (as xml) the "version" attribute
 void xsetOutputFormat(MimeType outputFormat)
          Sets (as xml) the "OutputFormat" element
 void xsetResourceIDArray(int i, org.apache.xmlbeans.XmlAnyURI resourceID)
          Sets (as xml) ith "ResourceID" element
 void xsetResourceIDArray(org.apache.xmlbeans.XmlAnyURI[] resourceIDArray)
          Sets (as xml) array of all "ResourceID" element
 void xsetService(ServiceType service)
          Sets (as xml) the "service" attribute
 void xsetVersion(VersionType version)
          Sets (as xml) the "version" attribute
 
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

getResourceIDArray

String[] getResourceIDArray()
Gets array of all "ResourceID" elements


getResourceIDArray

String getResourceIDArray(int i)
Gets ith "ResourceID" element


xgetResourceIDArray

org.apache.xmlbeans.XmlAnyURI[] xgetResourceIDArray()
Gets (as xml) array of all "ResourceID" elements


xgetResourceIDArray

org.apache.xmlbeans.XmlAnyURI xgetResourceIDArray(int i)
Gets (as xml) ith "ResourceID" element


sizeOfResourceIDArray

int sizeOfResourceIDArray()
Returns number of "ResourceID" element


setResourceIDArray

void setResourceIDArray(String[] resourceIDArray)
Sets array of all "ResourceID" element


setResourceIDArray

void setResourceIDArray(int i,
                        String resourceID)
Sets ith "ResourceID" element


xsetResourceIDArray

void xsetResourceIDArray(org.apache.xmlbeans.XmlAnyURI[] resourceIDArray)
Sets (as xml) array of all "ResourceID" element


xsetResourceIDArray

void xsetResourceIDArray(int i,
                         org.apache.xmlbeans.XmlAnyURI resourceID)
Sets (as xml) ith "ResourceID" element


insertResourceID

void insertResourceID(int i,
                      String resourceID)
Inserts the value as the ith "ResourceID" element


addResourceID

void addResourceID(String resourceID)
Appends the value as the last "ResourceID" element


insertNewResourceID

org.apache.xmlbeans.XmlAnyURI insertNewResourceID(int i)
Inserts and returns a new empty value (as xml) as the ith "ResourceID" element


addNewResourceID

org.apache.xmlbeans.XmlAnyURI addNewResourceID()
Appends and returns a new empty value (as xml) as the last "ResourceID" element


removeResourceID

void removeResourceID(int i)
Removes the ith "ResourceID" element


getOutputFormat

String getOutputFormat()
Gets the "OutputFormat" element


xgetOutputFormat

MimeType xgetOutputFormat()
Gets (as xml) the "OutputFormat" element


isSetOutputFormat

boolean isSetOutputFormat()
True if has "OutputFormat" element


setOutputFormat

void setOutputFormat(String outputFormat)
Sets the "OutputFormat" element


xsetOutputFormat

void xsetOutputFormat(MimeType outputFormat)
Sets (as xml) the "OutputFormat" element


unsetOutputFormat

void unsetOutputFormat()
Unsets the "OutputFormat" element


getService

String getService()
Gets the "service" attribute


xgetService

ServiceType xgetService()
Gets (as xml) the "service" attribute


setService

void setService(String service)
Sets the "service" attribute


xsetService

void xsetService(ServiceType service)
Sets (as xml) the "service" attribute


getVersion

String getVersion()
Gets the "version" attribute


xgetVersion

VersionType xgetVersion()
Gets (as xml) the "version" attribute


setVersion

void setVersion(String version)
Sets the "version" attribute


xsetVersion

void xsetVersion(VersionType version)
Sets (as xml) the "version" attribute



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