public static interface GenericViewType.SelectFunctionInvocation.ContentUpdate
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
GenericViewType.SelectFunctionInvocation.ContentUpdate.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 |
|---|---|
org.apache.xmlbeans.XmlObject |
addNewOnContentChange()
Appends and returns a new empty "OnContentChange" element
|
org.apache.xmlbeans.XmlObject |
addNewOnInsert()
Appends and returns a new empty "OnInsert" element
|
org.apache.xmlbeans.XmlObject |
addNewOnRelease()
Appends and returns a new empty "OnRelease" element
|
org.apache.xmlbeans.XmlObject |
getOnContentChange()
Gets the "OnContentChange" element
|
org.apache.xmlbeans.XmlObject |
getOnInsert()
Gets the "OnInsert" element
|
org.apache.xmlbeans.XmlObject |
getOnRelease()
Gets the "OnRelease" element
|
boolean |
isSetOnContentChange()
True if has "OnContentChange" element
|
boolean |
isSetOnInsert()
True if has "OnInsert" element
|
boolean |
isSetOnRelease()
True if has "OnRelease" element
|
void |
setOnContentChange(org.apache.xmlbeans.XmlObject onContentChange)
Sets the "OnContentChange" element
|
void |
setOnInsert(org.apache.xmlbeans.XmlObject onInsert)
Sets the "OnInsert" element
|
void |
setOnRelease(org.apache.xmlbeans.XmlObject onRelease)
Sets the "OnRelease" element
|
void |
unsetOnContentChange()
Unsets the "OnContentChange" element
|
void |
unsetOnInsert()
Unsets the "OnInsert" element
|
void |
unsetOnRelease()
Unsets the "OnRelease" element
|
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, xmlTextorg.apache.xmlbeans.XmlObject getOnInsert()
boolean isSetOnInsert()
void setOnInsert(org.apache.xmlbeans.XmlObject onInsert)
org.apache.xmlbeans.XmlObject addNewOnInsert()
void unsetOnInsert()
org.apache.xmlbeans.XmlObject getOnRelease()
boolean isSetOnRelease()
void setOnRelease(org.apache.xmlbeans.XmlObject onRelease)
org.apache.xmlbeans.XmlObject addNewOnRelease()
void unsetOnRelease()
org.apache.xmlbeans.XmlObject getOnContentChange()
boolean isSetOnContentChange()
void setOnContentChange(org.apache.xmlbeans.XmlObject onContentChange)
org.apache.xmlbeans.XmlObject addNewOnContentChange()
void unsetOnContentChange()
Copyright © 2018 52north.org. All rights reserved.