public class PickupFromGroupRequest
extends java.lang.Object
Java class for PickupFromGroupRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PickupFromGroupRequest">
<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="terminal" type="{http://www.nortel.com/soa/oi/cct/types}terminal"/>
<element name="pickupGroup" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="terminalAddress" type="{http://www.nortel.com/soa/oi/cct/types}address"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PickupFromGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPickupGroup()
Gets the value of the pickupGroup property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
Terminal |
getTerminal()
Gets the value of the terminal property.
|
Address |
getTerminalAddress()
Gets the value of the terminalAddress property.
|
void |
setPickupGroup(java.lang.String value)
Sets the value of the pickupGroup property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
void |
setTerminal(Terminal value)
Sets the value of the terminal property.
|
void |
setTerminalAddress(Address value)
Sets the value of the terminalAddress property.
|
public SsoToken getSsoToken()
SsoTokenpublic void setSsoToken(SsoToken value)
value - allowed object is
SsoTokenpublic Terminal getTerminal()
Terminalpublic void setTerminal(Terminal value)
value - allowed object is
Terminalpublic java.lang.String getPickupGroup()
Stringpublic void setPickupGroup(java.lang.String value)
value - allowed object is
Stringpublic Address getTerminalAddress()
AddressCopyright © 2010 All Rights Reserved.