public class TerminalPropertyForwarding
extends java.lang.Object
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" minOccurs="0"/> <element name="caller" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TerminalPropertyForwarding() |
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.
|
java.lang.Integer |
getFilter()
Gets the value of the filter property.
|
java.lang.Integer |
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(java.lang.Integer value)
Sets the value of the filter property.
|
void |
setType(java.lang.Integer value)
Sets the value of the type property.
|
public java.lang.String getDestinationAddress()
String
public void setDestinationAddress(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getFilter()
Integer
public void setFilter(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getCaller()
String
public void setCaller(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getType()
Integer
public void setType(java.lang.Integer value)
value
- allowed object is
Integer
Copyright © 2010 All Rights Reserved.