Package net.opengis.eml.x002
Interface SupportedViewType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SupportedViewTypeImpl
public interface SupportedViewType extends org.apache.xmlbeans.XmlObjectAn XML SupportedViewType(@http://www.opengis.net/eml/0.0.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSupportedViewType.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 ParameterNamesDocument.ParameterNamesaddNewParameterNames()Appends and returns a new empty "ParameterNames" elementbooleangetBatch()Gets the "batch" attributeStringgetDescription()Gets the "Description" elementQNamegetName()Gets the "name" attributeParameterNamesDocument.ParameterNamesgetParameterNames()Gets the "ParameterNames" elementbooleanisSetBatch()True if has "batch" attributebooleanisSetDescription()True if has "Description" elementvoidsetBatch(boolean batch)Sets the "batch" attributevoidsetDescription(String description)Sets the "Description" elementvoidsetName(QName name)Sets the "name" attributevoidsetParameterNames(ParameterNamesDocument.ParameterNames parameterNames)Sets the "ParameterNames" elementvoidunsetBatch()Unsets the "batch" attributevoidunsetDescription()Unsets the "Description" elementorg.apache.xmlbeans.XmlBooleanxgetBatch()Gets (as xml) the "batch" attributeorg.apache.xmlbeans.XmlStringxgetDescription()Gets (as xml) the "Description" elementorg.apache.xmlbeans.XmlQNamexgetName()Gets (as xml) the "name" attributevoidxsetBatch(org.apache.xmlbeans.XmlBoolean batch)Sets (as xml) the "batch" attributevoidxsetDescription(org.apache.xmlbeans.XmlString description)Sets (as xml) the "Description" elementvoidxsetName(org.apache.xmlbeans.XmlQName name)Sets (as xml) the "name" 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
-
getParameterNames
ParameterNamesDocument.ParameterNames getParameterNames()
Gets the "ParameterNames" element
-
setParameterNames
void setParameterNames(ParameterNamesDocument.ParameterNames parameterNames)
Sets the "ParameterNames" element
-
addNewParameterNames
ParameterNamesDocument.ParameterNames addNewParameterNames()
Appends and returns a new empty "ParameterNames" element
-
getDescription
String getDescription()
Gets the "Description" element
-
xgetDescription
org.apache.xmlbeans.XmlString xgetDescription()
Gets (as xml) the "Description" element
-
isSetDescription
boolean isSetDescription()
True if has "Description" element
-
setDescription
void setDescription(String description)
Sets the "Description" element
-
xsetDescription
void xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "Description" element
-
unsetDescription
void unsetDescription()
Unsets the "Description" element
-
getName
QName getName()
Gets the "name" attribute
-
xgetName
org.apache.xmlbeans.XmlQName xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(QName name)
Sets the "name" attribute
-
xsetName
void xsetName(org.apache.xmlbeans.XmlQName name)
Sets (as xml) the "name" attribute
-
getBatch
boolean getBatch()
Gets the "batch" attribute
-
xgetBatch
org.apache.xmlbeans.XmlBoolean xgetBatch()
Gets (as xml) the "batch" attribute
-
isSetBatch
boolean isSetBatch()
True if has "batch" attribute
-
setBatch
void setBatch(boolean batch)
Sets the "batch" attribute
-
xsetBatch
void xsetBatch(org.apache.xmlbeans.XmlBoolean batch)
Sets (as xml) the "batch" attribute
-
unsetBatch
void unsetBatch()
Unsets the "batch" attribute
-
-