public class GetForwardingResponse
extends java.lang.Object
Java class for GetForwardingResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetForwardingResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="forwarding" type="{http://www.nortel.com/soa/oi/cct/types}forwarding" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetForwardingResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Forwarding> |
getForwarding()
Gets the value of the forwarding property.
|
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.