public interface OutputType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
OutputType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
GridCrsType |
addNewGridCRS()
Appends and returns a new empty "GridCRS" element
|
String |
getFormat()
Gets the "format" attribute
|
GridCrsType |
getGridCRS()
Gets the "GridCRS" element
|
boolean |
getStore()
Gets the "store" attribute
|
boolean |
isSetGridCRS()
True if has "GridCRS" element
|
boolean |
isSetStore()
True if has "store" attribute
|
void |
setFormat(String format)
Sets the "format" attribute
|
void |
setGridCRS(GridCrsType gridCRS)
Sets the "GridCRS" element
|
void |
setStore(boolean store)
Sets the "store" attribute
|
void |
unsetGridCRS()
Unsets the "GridCRS" element
|
void |
unsetStore()
Unsets the "store" attribute
|
MimeType |
xgetFormat()
Gets (as xml) the "format" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetStore()
Gets (as xml) the "store" attribute
|
void |
xsetFormat(MimeType format)
Sets (as xml) the "format" attribute
|
void |
xsetStore(org.apache.xmlbeans.XmlBoolean store)
Sets (as xml) the "store" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextGridCrsType getGridCRS()
boolean isSetGridCRS()
void setGridCRS(GridCrsType gridCRS)
GridCrsType addNewGridCRS()
void unsetGridCRS()
String getFormat()
MimeType xgetFormat()
void setFormat(String format)
void xsetFormat(MimeType format)
boolean getStore()
org.apache.xmlbeans.XmlBoolean xgetStore()
boolean isSetStore()
void setStore(boolean store)
void xsetStore(org.apache.xmlbeans.XmlBoolean store)
void unsetStore()
Copyright © 2017 52north.org. All rights reserved.