public class Subscribe
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ConsumerReference" type="{http://schemas.xmlsoap.org/ws/2003/03/addressing}EndpointReferenceType"/> <element name="TopicExpression" type="{http://www.nortel.com/soa/oi/cct/BaseNotification}TopicExpressionType"/> <element name="UseNotify" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Precondition" type="{http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd}QueryExpressionType" minOccurs="0"/> <element name="Selector" type="{http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd}QueryExpressionType" minOccurs="0"/> <element name="SubscriptionPolicy" type="{http://www.nortel.com/soa/oi/cct/notification}SubscriptionPolicyType" minOccurs="0"/> <element name="InitialTerminationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ssoToken" type="{http://www.nortel.com/soa/oi/cct/types}ssoToken"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Subscribe() |
Modifier and Type | Method and Description |
---|---|
org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType |
getConsumerReference()
Gets the value of the consumerReference property.
|
javax.xml.datatype.XMLGregorianCalendar |
getInitialTerminationTime()
Gets the value of the initialTerminationTime property.
|
org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType |
getPrecondition()
Gets the value of the precondition property.
|
org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType |
getSelector()
Gets the value of the selector property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
com.nortel.soa.oi.cct.notification.SubscriptionPolicyType |
getSubscriptionPolicy()
Gets the value of the subscriptionPolicy property.
|
com.nortel.soa.oi.cct.basenotification.TopicExpressionType |
getTopicExpression()
Gets the value of the topicExpression property.
|
java.lang.Boolean |
isUseNotify()
Gets the value of the useNotify property.
|
void |
setConsumerReference(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType value)
Sets the value of the consumerReference property.
|
void |
setInitialTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the initialTerminationTime property.
|
void |
setPrecondition(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType value)
Sets the value of the precondition property.
|
void |
setSelector(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType value)
Sets the value of the selector property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
void |
setSubscriptionPolicy(com.nortel.soa.oi.cct.notification.SubscriptionPolicyType value)
Sets the value of the subscriptionPolicy property.
|
void |
setTopicExpression(com.nortel.soa.oi.cct.basenotification.TopicExpressionType value)
Sets the value of the topicExpression property.
|
void |
setUseNotify(java.lang.Boolean value)
Sets the value of the useNotify property.
|
public org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType getConsumerReference()
EndpointReferenceType
public void setConsumerReference(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType value)
value
- allowed object is
EndpointReferenceType
public com.nortel.soa.oi.cct.basenotification.TopicExpressionType getTopicExpression()
TopicExpressionType
public void setTopicExpression(com.nortel.soa.oi.cct.basenotification.TopicExpressionType value)
value
- allowed object is
TopicExpressionType
public java.lang.Boolean isUseNotify()
Boolean
public void setUseNotify(java.lang.Boolean value)
value
- allowed object is
Boolean
public org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType getPrecondition()
QueryExpressionType
public void setPrecondition(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType value)
value
- allowed object is
QueryExpressionType
public org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType getSelector()
QueryExpressionType
public void setSelector(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType value)
value
- allowed object is
QueryExpressionType
public com.nortel.soa.oi.cct.notification.SubscriptionPolicyType getSubscriptionPolicy()
SubscriptionPolicyType
public void setSubscriptionPolicy(com.nortel.soa.oi.cct.notification.SubscriptionPolicyType value)
value
- allowed object is
SubscriptionPolicyType
public javax.xml.datatype.XMLGregorianCalendar getInitialTerminationTime()
XMLGregorianCalendar
public void setInitialTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public SsoToken getSsoToken()
SsoToken
Copyright © 2010 All Rights Reserved.