public class GetTerminalRequest
extends java.lang.Object
Java class for GetTerminalRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetTerminalRequest"> <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="terminalName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
GetTerminalRequest() |
Modifier and Type | Method and Description |
---|---|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
java.lang.String |
getTerminalName()
Gets the value of the terminalName property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
void |
setTerminalName(java.lang.String value)
Sets the value of the terminalName property.
|
public SsoToken getSsoToken()
SsoToken
public void setSsoToken(SsoToken value)
value
- allowed object is
SsoToken
public java.lang.String getTerminalName()
String
public void setTerminalName(java.lang.String value)
value
- allowed object is
String
Copyright © 2010 All Rights Reserved.