public class Renew
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"/>
<element name="TerminationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Renew() |
| 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.
|
javax.xml.datatype.XMLGregorianCalendar |
getTerminationTime()
Gets the value of the terminationTime 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.
|
void |
setTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the terminationTime property.
|
public org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType getSubscriptionReference()
EndpointReferenceTypepublic void setSubscriptionReference(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType value)
value - allowed object is
EndpointReferenceTypepublic SsoToken getSsoToken()
SsoTokenpublic void setSsoToken(SsoToken value)
value - allowed object is
SsoTokenpublic javax.xml.datatype.XMLGregorianCalendar getTerminationTime()
XMLGregorianCalendarpublic void setTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2010 All Rights Reserved.