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()
String
public void setAddressName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAddressTypeId()
String
public void setAddressTypeId(java.lang.String value)
value
- allowed object is
String
public boolean isEnabled()
public void setEnabled(boolean value)
public java.lang.String getProviderName()
String
public void setProviderName(java.lang.String value)
value
- allowed object is
String
Copyright © 2010 All Rights Reserved.