public class AddressVerifyRequestType extends AbstractRequestType
Java class for AddressVerifyRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressVerifyRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="Email" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType"/> <element name="Street" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Zip" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
email |
protected java.lang.String |
street |
protected java.lang.String |
zip |
any, detailLevel, errorLanguage, version
Constructor and Description |
---|
AddressVerifyRequestType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmail()
Gets the value of the email property.
|
java.lang.String |
getStreet()
Gets the value of the street property.
|
java.lang.String |
getZip()
Gets the value of the zip property.
|
void |
setEmail(java.lang.String value)
Sets the value of the email property.
|
void |
setStreet(java.lang.String value)
Sets the value of the street property.
|
void |
setZip(java.lang.String value)
Sets the value of the zip property.
|
getAny, getDetailLevel, getErrorLanguage, getVersion, setAny, setErrorLanguage, setVersion
protected java.lang.String email
protected java.lang.String street
protected java.lang.String zip
public java.lang.String getEmail()
String
public void setEmail(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getStreet()
String
public void setStreet(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getZip()
String
public void setZip(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.