Package net.opengis.eml.x002
Interface GenericViewType.SelectFunctionInvocation
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GenericViewTypeImpl.SelectFunctionInvocationImpl
- Enclosing interface:
- GenericViewType
public static interface GenericViewType.SelectFunctionInvocation extends org.apache.xmlbeans.XmlObjectAn XML SelectFunctionInvocation(@http://www.opengis.net/eml/0.0.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGenericViewType.SelectFunctionInvocation.ContentUpdateAn XML ContentUpdate(@http://www.opengis.net/eml/0.0.2).static classGenericViewType.SelectFunctionInvocation.FactoryA factory class with static methods for creating instances of this type.static interfaceGenericViewType.SelectFunctionInvocation.OnParameterUpdateAn XML OnParameterUpdate(@http://www.opengis.net/eml/0.0.2).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
-
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
-
getOnParameterUpdate
GenericViewType.SelectFunctionInvocation.OnParameterUpdate getOnParameterUpdate()
Gets the "OnParameterUpdate" element
-
isSetOnParameterUpdate
boolean isSetOnParameterUpdate()
True if has "OnParameterUpdate" element
-
setOnParameterUpdate
void setOnParameterUpdate(GenericViewType.SelectFunctionInvocation.OnParameterUpdate onParameterUpdate)
Sets the "OnParameterUpdate" element
-
addNewOnParameterUpdate
GenericViewType.SelectFunctionInvocation.OnParameterUpdate addNewOnParameterUpdate()
Appends and returns a new empty "OnParameterUpdate" element
-
unsetOnParameterUpdate
void unsetOnParameterUpdate()
Unsets the "OnParameterUpdate" element
-
getContentUpdate
GenericViewType.SelectFunctionInvocation.ContentUpdate getContentUpdate()
Gets the "ContentUpdate" element
-
isSetContentUpdate
boolean isSetContentUpdate()
True if has "ContentUpdate" element
-
setContentUpdate
void setContentUpdate(GenericViewType.SelectFunctionInvocation.ContentUpdate contentUpdate)
Sets the "ContentUpdate" element
-
addNewContentUpdate
GenericViewType.SelectFunctionInvocation.ContentUpdate addNewContentUpdate()
Appends and returns a new empty "ContentUpdate" element
-
unsetContentUpdate
void unsetContentUpdate()
Unsets the "ContentUpdate" element
-
-