Package net.opengis.wcs.x11
Interface OutputType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
OutputTypeImpl
public interface OutputType extends org.apache.xmlbeans.XmlObjectAn XML OutputType(@http://www.opengis.net/wcs/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOutputType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridCrsTypeaddNewGridCRS()Appends and returns a new empty "GridCRS" elementStringgetFormat()Gets the "format" attributeGridCrsTypegetGridCRS()Gets the "GridCRS" elementbooleangetStore()Gets the "store" attributebooleanisSetGridCRS()True if has "GridCRS" elementbooleanisSetStore()True if has "store" attributevoidsetFormat(String format)Sets the "format" attributevoidsetGridCRS(GridCrsType gridCRS)Sets the "GridCRS" elementvoidsetStore(boolean store)Sets the "store" attributevoidunsetGridCRS()Unsets the "GridCRS" elementvoidunsetStore()Unsets the "store" attributeMimeTypexgetFormat()Gets (as xml) the "format" attributeorg.apache.xmlbeans.XmlBooleanxgetStore()Gets (as xml) the "store" attributevoidxsetFormat(MimeType format)Sets (as xml) the "format" attributevoidxsetStore(org.apache.xmlbeans.XmlBoolean store)Sets (as xml) the "store" attribute-
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
-
-
-
-
Method Detail
-
getGridCRS
GridCrsType getGridCRS()
Gets the "GridCRS" element
-
isSetGridCRS
boolean isSetGridCRS()
True if has "GridCRS" element
-
setGridCRS
void setGridCRS(GridCrsType gridCRS)
Sets the "GridCRS" element
-
addNewGridCRS
GridCrsType addNewGridCRS()
Appends and returns a new empty "GridCRS" element
-
unsetGridCRS
void unsetGridCRS()
Unsets the "GridCRS" element
-
getFormat
String getFormat()
Gets the "format" attribute
-
xgetFormat
MimeType xgetFormat()
Gets (as xml) the "format" attribute
-
setFormat
void setFormat(String format)
Sets the "format" attribute
-
xsetFormat
void xsetFormat(MimeType format)
Sets (as xml) the "format" attribute
-
getStore
boolean getStore()
Gets the "store" attribute
-
xgetStore
org.apache.xmlbeans.XmlBoolean xgetStore()
Gets (as xml) the "store" attribute
-
isSetStore
boolean isSetStore()
True if has "store" attribute
-
setStore
void setStore(boolean store)
Sets the "store" attribute
-
xsetStore
void xsetStore(org.apache.xmlbeans.XmlBoolean store)
Sets (as xml) the "store" attribute
-
unsetStore
void unsetStore()
Unsets the "store" attribute
-
-