oasis.names.tc.ebxml_regrep.xsd.rim._3
Class NotifyActionType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.ActionType
      extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.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 Summary
protected  java.lang.String endPoint
           
protected  java.lang.String notificationOption
           
 
Constructor Summary
NotifyActionType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notificationOption

protected java.lang.String notificationOption

endPoint

protected java.lang.String endPoint
Constructor Detail

NotifyActionType

public NotifyActionType()
Method Detail

getNotificationOption

public java.lang.String getNotificationOption()
Gets the value of the notificationOption property.

Returns:
possible object is String

setNotificationOption

public void setNotificationOption(java.lang.String value)
Sets the value of the notificationOption property.

Parameters:
value - allowed object is String

getEndPoint

public java.lang.String getEndPoint()
Gets the value of the endPoint property.

Returns:
possible object is String

setEndPoint

public void setEndPoint(java.lang.String value)
Sets the value of the endPoint property.

Parameters:
value - allowed object is String