|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.TerminalPropertyForwarding
public class TerminalPropertyForwarding
Java class for terminalPropertyForwarding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="terminalPropertyForwarding"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="destinationAddress" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="filter" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="caller" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
TerminalPropertyForwarding()
|
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 |
getFilter()
Gets the value of the filter property. |
int |
getType()
Gets the value of the type 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 |
setFilter(int value)
Sets the value of the filter property. |
void |
setType(int value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TerminalPropertyForwarding()
Method Detail |
---|
public java.lang.String getDestinationAddress()
String
public void setDestinationAddress(java.lang.String value)
value
- allowed object is
String
public int getFilter()
public void setFilter(int value)
public java.lang.String getCaller()
String
public void setCaller(java.lang.String value)
value
- allowed object is
String
public int getType()
public void setType(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |