public class AddressPropertyForwarding
extends java.lang.Object
Java class for addressPropertyForwarding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addressPropertyForwarding">
<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 |
|---|
AddressPropertyForwarding() |
| 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()
Stringpublic void setDestinationAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getFilter()
Integerpublic void setFilter(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getCaller()
Stringpublic void setCaller(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getType()
Integerpublic void setType(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2010 All Rights Reserved.