net.opengis.ows.x11
Interface AcceptFormatsType

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

public interface AcceptFormatsType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class AcceptFormatsType.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
 MimeType addNewOutputFormat()
          Appends and returns a new empty value (as xml) as the last "OutputFormat" element
 void addOutputFormat(String outputFormat)
          Appends the value as the last "OutputFormat" element
 String[] getOutputFormatArray()
          Gets array of all "OutputFormat" elements
 String getOutputFormatArray(int i)
          Gets ith "OutputFormat" element
 MimeType insertNewOutputFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "OutputFormat" element
 void insertOutputFormat(int i, String outputFormat)
          Inserts the value as the ith "OutputFormat" element
 void removeOutputFormat(int i)
          Removes the ith "OutputFormat" element
 void setOutputFormatArray(int i, String outputFormat)
          Sets ith "OutputFormat" element
 void setOutputFormatArray(String[] outputFormatArray)
          Sets array of all "OutputFormat" element
 int sizeOfOutputFormatArray()
          Returns number of "OutputFormat" element
 MimeType[] xgetOutputFormatArray()
          Gets (as xml) array of all "OutputFormat" elements
 MimeType xgetOutputFormatArray(int i)
          Gets (as xml) ith "OutputFormat" element
 void xsetOutputFormatArray(int i, MimeType outputFormat)
          Sets (as xml) ith "OutputFormat" element
 void xsetOutputFormatArray(MimeType[] outputFormatArray)
          Sets (as xml) array of all "OutputFormat" 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

getOutputFormatArray

String[] getOutputFormatArray()
Gets array of all "OutputFormat" elements


getOutputFormatArray

String getOutputFormatArray(int i)
Gets ith "OutputFormat" element


xgetOutputFormatArray

MimeType[] xgetOutputFormatArray()
Gets (as xml) array of all "OutputFormat" elements


xgetOutputFormatArray

MimeType xgetOutputFormatArray(int i)
Gets (as xml) ith "OutputFormat" element


sizeOfOutputFormatArray

int sizeOfOutputFormatArray()
Returns number of "OutputFormat" element


setOutputFormatArray

void setOutputFormatArray(String[] outputFormatArray)
Sets array of all "OutputFormat" element


setOutputFormatArray

void setOutputFormatArray(int i,
                          String outputFormat)
Sets ith "OutputFormat" element


xsetOutputFormatArray

void xsetOutputFormatArray(MimeType[] outputFormatArray)
Sets (as xml) array of all "OutputFormat" element


xsetOutputFormatArray

void xsetOutputFormatArray(int i,
                           MimeType outputFormat)
Sets (as xml) ith "OutputFormat" element


insertOutputFormat

void insertOutputFormat(int i,
                        String outputFormat)
Inserts the value as the ith "OutputFormat" element


addOutputFormat

void addOutputFormat(String outputFormat)
Appends the value as the last "OutputFormat" element


insertNewOutputFormat

MimeType insertNewOutputFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "OutputFormat" element


addNewOutputFormat

MimeType addNewOutputFormat()
Appends and returns a new empty value (as xml) as the last "OutputFormat" element


removeOutputFormat

void removeOutputFormat(int i)
Removes the ith "OutputFormat" element



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