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 |
|---|---|
String |
getEndPoint()
Gets the value of the endPoint property.
|
String |
getNotificationOption()
Gets the value of the notificationOption property.
|
void |
setEndPoint(String value)
Sets the value of the endPoint property.
|
void |
setNotificationOption(String value)
Sets the value of the notificationOption property.
|
public String getNotificationOption()
Stringpublic void setNotificationOption(String value)
value - allowed object is
Stringpublic String getEndPoint()
StringCopyright © 2010–2025. All rights reserved.