|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.ActionType
oasis.names.tc.ebxml_regrep.xsd.rim._3.NotifyActionType
public class 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 | |
---|---|
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 |
---|
protected java.lang.String notificationOption
protected java.lang.String endPoint
Constructor Detail |
---|
public NotifyActionType()
Method Detail |
---|
public java.lang.String getNotificationOption()
String
public void setNotificationOption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEndPoint()
String
public void setEndPoint(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |