|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AcceptFormatsType
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
String[] getOutputFormatArray()
String getOutputFormatArray(int i)
MimeType[] xgetOutputFormatArray()
MimeType xgetOutputFormatArray(int i)
int sizeOfOutputFormatArray()
void setOutputFormatArray(String[] outputFormatArray)
void setOutputFormatArray(int i,
String outputFormat)
void xsetOutputFormatArray(MimeType[] outputFormatArray)
void xsetOutputFormatArray(int i,
MimeType outputFormat)
void insertOutputFormat(int i,
String outputFormat)
void addOutputFormat(String outputFormat)
MimeType insertNewOutputFormat(int i)
MimeType addNewOutputFormat()
void removeOutputFormat(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||