Package net.opengis.eml.x002
Interface GenericViewType.SelectFunctionInvocation.ContentUpdate
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GenericViewTypeImpl.SelectFunctionInvocationImpl.ContentUpdateImpl
- Enclosing interface:
- GenericViewType.SelectFunctionInvocation
public static interface GenericViewType.SelectFunctionInvocation.ContentUpdate extends org.apache.xmlbeans.XmlObjectAn XML ContentUpdate(@http://www.opengis.net/eml/0.0.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGenericViewType.SelectFunctionInvocation.ContentUpdate.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 org.apache.xmlbeans.XmlObjectaddNewOnContentChange()Appends and returns a new empty "OnContentChange" elementorg.apache.xmlbeans.XmlObjectaddNewOnInsert()Appends and returns a new empty "OnInsert" elementorg.apache.xmlbeans.XmlObjectaddNewOnRelease()Appends and returns a new empty "OnRelease" elementorg.apache.xmlbeans.XmlObjectgetOnContentChange()Gets the "OnContentChange" elementorg.apache.xmlbeans.XmlObjectgetOnInsert()Gets the "OnInsert" elementorg.apache.xmlbeans.XmlObjectgetOnRelease()Gets the "OnRelease" elementbooleanisSetOnContentChange()True if has "OnContentChange" elementbooleanisSetOnInsert()True if has "OnInsert" elementbooleanisSetOnRelease()True if has "OnRelease" elementvoidsetOnContentChange(org.apache.xmlbeans.XmlObject onContentChange)Sets the "OnContentChange" elementvoidsetOnInsert(org.apache.xmlbeans.XmlObject onInsert)Sets the "OnInsert" elementvoidsetOnRelease(org.apache.xmlbeans.XmlObject onRelease)Sets the "OnRelease" elementvoidunsetOnContentChange()Unsets the "OnContentChange" elementvoidunsetOnInsert()Unsets the "OnInsert" elementvoidunsetOnRelease()Unsets the "OnRelease" element-
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
-
getOnInsert
org.apache.xmlbeans.XmlObject getOnInsert()
Gets the "OnInsert" element
-
isSetOnInsert
boolean isSetOnInsert()
True if has "OnInsert" element
-
setOnInsert
void setOnInsert(org.apache.xmlbeans.XmlObject onInsert)
Sets the "OnInsert" element
-
addNewOnInsert
org.apache.xmlbeans.XmlObject addNewOnInsert()
Appends and returns a new empty "OnInsert" element
-
unsetOnInsert
void unsetOnInsert()
Unsets the "OnInsert" element
-
getOnRelease
org.apache.xmlbeans.XmlObject getOnRelease()
Gets the "OnRelease" element
-
isSetOnRelease
boolean isSetOnRelease()
True if has "OnRelease" element
-
setOnRelease
void setOnRelease(org.apache.xmlbeans.XmlObject onRelease)
Sets the "OnRelease" element
-
addNewOnRelease
org.apache.xmlbeans.XmlObject addNewOnRelease()
Appends and returns a new empty "OnRelease" element
-
unsetOnRelease
void unsetOnRelease()
Unsets the "OnRelease" element
-
getOnContentChange
org.apache.xmlbeans.XmlObject getOnContentChange()
Gets the "OnContentChange" element
-
isSetOnContentChange
boolean isSetOnContentChange()
True if has "OnContentChange" element
-
setOnContentChange
void setOnContentChange(org.apache.xmlbeans.XmlObject onContentChange)
Sets the "OnContentChange" element
-
addNewOnContentChange
org.apache.xmlbeans.XmlObject addNewOnContentChange()
Appends and returns a new empty "OnContentChange" element
-
unsetOnContentChange
void unsetOnContentChange()
Unsets the "OnContentChange" element
-
-