public class RouteRequest
extends java.lang.Object
Java class for RouteRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RouteRequest"> <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="routePointConnection" type="{http://www.nortel.com/soa/oi/cct/types}connection"/> <element name="destinationAddress" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="controlled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="routeRequestType" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
RouteRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDestinationAddress()
Gets the value of the destinationAddress property.
|
Connection |
getRoutePointConnection()
Gets the value of the routePointConnection property.
|
int |
getRouteRequestType()
Gets the value of the routeRequestType property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
boolean |
isControlled()
Gets the value of the controlled property.
|
void |
setControlled(boolean value)
Sets the value of the controlled property.
|
void |
setDestinationAddress(java.lang.String value)
Sets the value of the destinationAddress property.
|
void |
setRoutePointConnection(Connection value)
Sets the value of the routePointConnection property.
|
void |
setRouteRequestType(int value)
Sets the value of the routeRequestType property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
public SsoToken getSsoToken()
SsoToken
public void setSsoToken(SsoToken value)
value
- allowed object is
SsoToken
public Connection getRoutePointConnection()
Connection
public void setRoutePointConnection(Connection value)
value
- allowed object is
Connection
public java.lang.String getDestinationAddress()
String
public void setDestinationAddress(java.lang.String value)
value
- allowed object is
String
public boolean isControlled()
public void setControlled(boolean value)
public int getRouteRequestType()
public void setRouteRequestType(int value)
Copyright © 2010 All Rights Reserved.