public class Unsubscribe
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="SubscriptionReference" type="{http://schemas.xmlsoap.org/ws/2003/03/addressing}EndpointReferenceType"/> <element name="ssoToken" type="{http://www.nortel.com/soa/oi/cct/types}ssoToken"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Unsubscribe() |
Modifier and Type | Method and Description |
---|---|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType |
getSubscriptionReference()
Gets the value of the subscriptionReference property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
void |
setSubscriptionReference(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType value)
Sets the value of the subscriptionReference property.
|
public org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType getSubscriptionReference()
EndpointReferenceType
public void setSubscriptionReference(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType value)
value
- allowed object is
EndpointReferenceType
public SsoToken getSsoToken()
SsoToken
Copyright © 2010 All Rights Reserved.