public interface EventHandlerTypeConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
EventHandlerTypeConfig.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 |
---|---|
ScriptConfig |
addNewScript()
Appends and returns a new empty "script" element
|
String |
getName()
Gets the "name" attribute
|
ScriptConfig |
getScript()
Gets the "script" element
|
String |
getTarget()
Gets the "target" attribute
|
String |
getType()
Gets the "type" attribute
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetTarget()
True if has "target" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setScript(ScriptConfig script)
Sets the "script" element
|
void |
setTarget(String target)
Sets the "target" attribute
|
void |
setType(String type)
Sets the "type" attribute
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetTarget()
Unsets the "target" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetTarget()
Gets (as xml) the "target" attribute
|
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetTarget(org.apache.xmlbeans.XmlString target)
Sets (as xml) the "target" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
ScriptConfig getScript()
void setScript(ScriptConfig script)
ScriptConfig addNewScript()
String getType()
org.apache.xmlbeans.XmlString xgetType()
boolean isSetType()
void setType(String type)
void xsetType(org.apache.xmlbeans.XmlString type)
void unsetType()
String getTarget()
org.apache.xmlbeans.XmlString xgetTarget()
boolean isSetTarget()
void setTarget(String target)
void xsetTarget(org.apache.xmlbeans.XmlString target)
void unsetTarget()
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
Copyright © 2019. All Rights Reserved.