public class NotifyActionType extends ActionType
Java class for NotifyActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotifyActionType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ActionType">
<attribute name="notificationOption" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" default="urn:oasis:names:tc:ebxml-regrep:NotificationOptionType:ObjectRefs" />
<attribute name="endPoint" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
NotifyActionType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEndPoint()
Gets the value of the endPoint property.
|
java.lang.String |
getNotificationOption()
Gets the value of the notificationOption property.
|
void |
setEndPoint(java.lang.String value)
Sets the value of the endPoint property.
|
void |
setNotificationOption(java.lang.String value)
Sets the value of the notificationOption property.
|
public java.lang.String getNotificationOption()
Stringpublic void setNotificationOption(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEndPoint()
Stringpublic void setEndPoint(java.lang.String value)
value - allowed object is
String