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 and Description |
|---|
Forwarding() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.lang.String getCaller()
Stringpublic void setCaller(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDestinationAddress()
Stringpublic void setDestinationAddress(java.lang.String value)
value - allowed object is
Stringpublic int getType()
public void setType(int value)
public int getWhichCalls()
public void setWhichCalls(int value)
Copyright © 2010 All Rights Reserved.