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

public class NotifyActionType extends ActionType
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 Details

    • notificationOption

      protected String notificationOption
    • endPoint

      protected String endPoint
  • Constructor Details

    • NotifyActionType

      public NotifyActionType()
  • Method Details

    • getNotificationOption

      public String getNotificationOption()
      Gets the value of the notificationOption property.
      Returns:
      possible object is String
    • setNotificationOption

      public void setNotificationOption(String value)
      Sets the value of the notificationOption property.
      Parameters:
      value - allowed object is String
    • getEndPoint

      public String getEndPoint()
      Gets the value of the endPoint property.
      Returns:
      possible object is String
    • setEndPoint

      public void setEndPoint(String value)
      Sets the value of the endPoint property.
      Parameters:
      value - allowed object is String