public class SetForwardingRequest
extends java.lang.Object
Java class for SetForwardingRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetForwardingRequest"> <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="address" type="{http://www.nortel.com/soa/oi/cct/types}address"/> <element name="forwarding" type="{http://www.nortel.com/soa/oi/cct/types}forwarding" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SetForwardingRequest() |
Modifier and Type | Method and Description |
---|---|
Address |
getAddress()
Gets the value of the address property.
|
java.util.List<Forwarding> |
getForwarding()
Gets the value of the forwarding property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
void |
setAddress(Address value)
Sets the value of the address 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 Address getAddress()
Address
public void setAddress(Address value)
value
- allowed object is
Address
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.