Class NotifyActionType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.ActionType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.NotifyActionType
Abstract Base type for all types of Notify Actions
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endPoint property.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.
-
Field Details
-
notificationOption
-
endPoint
-
-
Constructor Details
-
NotifyActionType
public NotifyActionType()
-
-
Method Details
-
getNotificationOption
Gets the value of the notificationOption property.- Returns:
- possible object is
String
-
setNotificationOption
Sets the value of the notificationOption property.- Parameters:
value
- allowed object isString
-
getEndPoint
Gets the value of the endPoint property.- Returns:
- possible object is
String
-
setEndPoint
Sets the value of the endPoint property.- Parameters:
value
- allowed object isString
-