public class AddressEventRequest
extends java.lang.Object
Java class for AddressEventRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressEventRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="addressId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="addressName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="addressTypeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="providerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AddressEventRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAddressId()
Gets the value of the addressId property.
|
java.lang.String |
getAddressName()
Gets the value of the addressName property.
|
java.lang.String |
getAddressTypeId()
Gets the value of the addressTypeId property.
|
java.lang.String |
getProviderName()
Gets the value of the providerName property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAddressId(int value)
Sets the value of the addressId property.
|
void |
setAddressName(java.lang.String value)
Sets the value of the addressName property.
|
void |
setAddressTypeId(java.lang.String value)
Sets the value of the addressTypeId property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setProviderName(java.lang.String value)
Sets the value of the providerName property.
|
public int getAddressId()
public void setAddressId(int value)
public java.lang.String getAddressName()
Stringpublic void setAddressName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddressTypeId()
Stringpublic void setAddressTypeId(java.lang.String value)
value - allowed object is
Stringpublic boolean isEnabled()
public void setEnabled(boolean value)
public java.lang.String getProviderName()
Stringpublic void setProviderName(java.lang.String value)
value - allowed object is
StringCopyright © 2010 All Rights Reserved.