|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nortel.soa.oi.cct.types.Forwarding
public class Forwarding
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 |
|---|
public Forwarding()
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||