public interface NotifyActionType extends ActionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
NotifyActionType.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 |
|---|---|
java.lang.String |
getEndPoint()
Gets the "endPoint" attribute
|
java.lang.String |
getNotificationOption()
Gets the "notificationOption" attribute
|
boolean |
isSetNotificationOption()
True if has "notificationOption" attribute
|
void |
setEndPoint(java.lang.String endPoint)
Sets the "endPoint" attribute
|
void |
setNotificationOption(java.lang.String notificationOption)
Sets the "notificationOption" attribute
|
void |
unsetNotificationOption()
Unsets the "notificationOption" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetEndPoint()
Gets (as xml) the "endPoint" attribute
|
ReferenceURI |
xgetNotificationOption()
Gets (as xml) the "notificationOption" attribute
|
void |
xsetEndPoint(org.apache.xmlbeans.XmlAnyURI endPoint)
Sets (as xml) the "endPoint" attribute
|
void |
xsetNotificationOption(ReferenceURI notificationOption)
Sets (as xml) the "notificationOption" attribute
|
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, xmlTextjava.lang.String getNotificationOption()
ReferenceURI xgetNotificationOption()
boolean isSetNotificationOption()
void setNotificationOption(java.lang.String notificationOption)
void xsetNotificationOption(ReferenceURI notificationOption)
void unsetNotificationOption()
java.lang.String getEndPoint()
org.apache.xmlbeans.XmlAnyURI xgetEndPoint()
void setEndPoint(java.lang.String endPoint)
void xsetEndPoint(org.apache.xmlbeans.XmlAnyURI endPoint)
Copyright © 2015–2018 52north.org. All rights reserved.