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/BaseStatsNotification}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.basestatsnotification.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.basestatsnotification.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()
EndpointReferenceTypepublic void setConsumerReference(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType value)
value - allowed object is
EndpointReferenceTypepublic com.nortel.soa.oi.cct.basestatsnotification.TopicExpressionType getTopicExpression()
TopicExpressionTypepublic void setTopicExpression(com.nortel.soa.oi.cct.basestatsnotification.TopicExpressionType value)
value - allowed object is
TopicExpressionTypepublic java.lang.Boolean isUseNotify()
Booleanpublic void setUseNotify(java.lang.Boolean value)
value - allowed object is
Booleanpublic org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType getPrecondition()
QueryExpressionTypepublic void setPrecondition(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType value)
value - allowed object is
QueryExpressionTypepublic org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType getSelector()
QueryExpressionTypepublic void setSelector(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType value)
value - allowed object is
QueryExpressionTypepublic com.nortel.soa.oi.cct.notification.SubscriptionPolicyType getSubscriptionPolicy()
SubscriptionPolicyTypepublic void setSubscriptionPolicy(com.nortel.soa.oi.cct.notification.SubscriptionPolicyType value)
value - allowed object is
SubscriptionPolicyTypepublic javax.xml.datatype.XMLGregorianCalendar getInitialTerminationTime()
XMLGregorianCalendarpublic void setInitialTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic SsoToken getSsoToken()
SsoTokenCopyright © 2010 All Rights Reserved.