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