net.opengis.wms
Interface OperationType

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

public interface OperationType
extends org.apache.xmlbeans.XmlObject

An XML OperationType(@http://www.opengis.net/wms). This is a complex type.


Nested Class Summary
static class OperationType.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
 void addFormat(String format)
          Appends the value as the last "Format" element
 DCPTypeDocument.DCPType addNewDCPType()
          Appends and returns a new empty value (as xml) as the last "DCPType" element
 org.apache.xmlbeans.XmlString addNewFormat()
          Appends and returns a new empty value (as xml) as the last "Format" element
 DCPTypeDocument.DCPType[] getDCPTypeArray()
          Gets array of all "DCPType" elements
 DCPTypeDocument.DCPType getDCPTypeArray(int i)
          Gets ith "DCPType" element
 String[] getFormatArray()
          Gets array of all "Format" elements
 String getFormatArray(int i)
          Gets ith "Format" element
 void insertFormat(int i, String format)
          Inserts the value as the ith "Format" element
 DCPTypeDocument.DCPType insertNewDCPType(int i)
          Inserts and returns a new empty value (as xml) as the ith "DCPType" element
 org.apache.xmlbeans.XmlString insertNewFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "Format" element
 void removeDCPType(int i)
          Removes the ith "DCPType" element
 void removeFormat(int i)
          Removes the ith "Format" element
 void setDCPTypeArray(DCPTypeDocument.DCPType[] dcpTypeArray)
          Sets array of all "DCPType" element
 void setDCPTypeArray(int i, DCPTypeDocument.DCPType dcpType)
          Sets ith "DCPType" element
 void setFormatArray(int i, String format)
          Sets ith "Format" element
 void setFormatArray(String[] formatArray)
          Sets array of all "Format" element
 int sizeOfDCPTypeArray()
          Returns number of "DCPType" element
 int sizeOfFormatArray()
          Returns number of "Format" element
 org.apache.xmlbeans.XmlString[] xgetFormatArray()
          Gets (as xml) array of all "Format" elements
 org.apache.xmlbeans.XmlString xgetFormatArray(int i)
          Gets (as xml) ith "Format" element
 void xsetFormatArray(int i, org.apache.xmlbeans.XmlString format)
          Sets (as xml) ith "Format" element
 void xsetFormatArray(org.apache.xmlbeans.XmlString[] formatArray)
          Sets (as xml) array of all "Format" 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getFormatArray

String[] getFormatArray()
Gets array of all "Format" elements


getFormatArray

String getFormatArray(int i)
Gets ith "Format" element


xgetFormatArray

org.apache.xmlbeans.XmlString[] xgetFormatArray()
Gets (as xml) array of all "Format" elements


xgetFormatArray

org.apache.xmlbeans.XmlString xgetFormatArray(int i)
Gets (as xml) ith "Format" element


sizeOfFormatArray

int sizeOfFormatArray()
Returns number of "Format" element


setFormatArray

void setFormatArray(String[] formatArray)
Sets array of all "Format" element


setFormatArray

void setFormatArray(int i,
                    String format)
Sets ith "Format" element


xsetFormatArray

void xsetFormatArray(org.apache.xmlbeans.XmlString[] formatArray)
Sets (as xml) array of all "Format" element


xsetFormatArray

void xsetFormatArray(int i,
                     org.apache.xmlbeans.XmlString format)
Sets (as xml) ith "Format" element


insertFormat

void insertFormat(int i,
                  String format)
Inserts the value as the ith "Format" element


addFormat

void addFormat(String format)
Appends the value as the last "Format" element


insertNewFormat

org.apache.xmlbeans.XmlString insertNewFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "Format" element


addNewFormat

org.apache.xmlbeans.XmlString addNewFormat()
Appends and returns a new empty value (as xml) as the last "Format" element


removeFormat

void removeFormat(int i)
Removes the ith "Format" element


getDCPTypeArray

DCPTypeDocument.DCPType[] getDCPTypeArray()
Gets array of all "DCPType" elements


getDCPTypeArray

DCPTypeDocument.DCPType getDCPTypeArray(int i)
Gets ith "DCPType" element


sizeOfDCPTypeArray

int sizeOfDCPTypeArray()
Returns number of "DCPType" element


setDCPTypeArray

void setDCPTypeArray(DCPTypeDocument.DCPType[] dcpTypeArray)
Sets array of all "DCPType" element


setDCPTypeArray

void setDCPTypeArray(int i,
                     DCPTypeDocument.DCPType dcpType)
Sets ith "DCPType" element


insertNewDCPType

DCPTypeDocument.DCPType insertNewDCPType(int i)
Inserts and returns a new empty value (as xml) as the ith "DCPType" element


addNewDCPType

DCPTypeDocument.DCPType addNewDCPType()
Appends and returns a new empty value (as xml) as the last "DCPType" element


removeDCPType

void removeDCPType(int i)
Removes the ith "DCPType" element



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