public class SetForwardingTerminalRequest
extends java.lang.Object
Java class for SetForwardingTerminalRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetForwardingTerminalRequest"> <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="forwarding" type="{http://www.nortel.com/soa/oi/cct/types}forwarding" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SetForwardingTerminalRequest() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Forwarding> |
getForwarding()
Gets the value of the forwarding property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
Terminal |
getTerminal()
Gets the value of the terminal property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
void |
setTerminal(Terminal value)
Sets the value of the terminal property.
|
public SsoToken getSsoToken()
SsoToken
public void setSsoToken(SsoToken value)
value
- allowed object is
SsoToken
public Terminal getTerminal()
Terminal
public void setTerminal(Terminal value)
value
- allowed object is
Terminal
public java.util.List<Forwarding> getForwarding()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the forwarding property.
For example, to add a new item, do as follows:
getForwarding().add(newItem);
Objects of the following type(s) are allowed in the list
Forwarding
Copyright © 2010 All Rights Reserved.