public class ParkRequest
extends java.lang.Object
Java class for ParkRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ssoToken" type="{http://www.nortel.com/soa/oi/cct/types}ssoToken"/>
<element name="connection" type="{http://www.nortel.com/soa/oi/cct/types}connection"/>
<element name="destinationAddress" type="{http://www.nortel.com/soa/oi/cct/types}address"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ParkRequest() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection()
Gets the value of the connection property.
|
Address |
getDestinationAddress()
Gets the value of the destinationAddress property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
void |
setConnection(Connection value)
Sets the value of the connection property.
|
void |
setDestinationAddress(Address value)
Sets the value of the destinationAddress property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
public SsoToken getSsoToken()
SsoTokenpublic void setSsoToken(SsoToken value)
value - allowed object is
SsoTokenpublic Connection getConnection()
Connectionpublic void setConnection(Connection value)
value - allowed object is
Connectionpublic Address getDestinationAddress()
AddressCopyright © 2010 All Rights Reserved.