com.nortel.soa.oi.cct.types
Class Forwarding

java.lang.Object
  extended by com.nortel.soa.oi.cct.types.Forwarding

public class Forwarding
extends java.lang.Object

Java class for forwarding complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="forwarding">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="caller" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="destinationAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="whichCalls" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Forwarding()
           
 
Method Summary
 java.lang.String getCaller()
          Gets the value of the caller property.
 java.lang.String getDestinationAddress()
          Gets the value of the destinationAddress property.
 int getType()
          Gets the value of the type property.
 int getWhichCalls()
          Gets the value of the whichCalls property.
 void setCaller(java.lang.String value)
          Sets the value of the caller property.
 void setDestinationAddress(java.lang.String value)
          Sets the value of the destinationAddress property.
 void setType(int value)
          Sets the value of the type property.
 void setWhichCalls(int value)
          Sets the value of the whichCalls property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Forwarding

public Forwarding()
Method Detail

getCaller

public java.lang.String getCaller()
Gets the value of the caller property.

Returns:
possible object is String

setCaller

public void setCaller(java.lang.String value)
Sets the value of the caller property.

Parameters:
value - allowed object is String

getDestinationAddress

public java.lang.String getDestinationAddress()
Gets the value of the destinationAddress property.

Returns:
possible object is String

setDestinationAddress

public void setDestinationAddress(java.lang.String value)
Sets the value of the destinationAddress property.

Parameters:
value - allowed object is String

getType

public int getType()
Gets the value of the type property.


setType

public void setType(int value)
Sets the value of the type property.


getWhichCalls

public int getWhichCalls()
Gets the value of the whichCalls property.


setWhichCalls

public void setWhichCalls(int value)
Sets the value of the whichCalls property.



Copyright © 2010 All Rights Reserved.