public class

AddressVerifyRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.AddressVerifyRequestType

Class Overview

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>
 

Summary

Fields
protected String email
protected String street
protected String zip
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
AddressVerifyRequestType()
Public Methods
String getEmail()
Gets the value of the email property.
String getStreet()
Gets the value of the street property.
String getZip()
Gets the value of the zip property.
void setEmail(String value)
Sets the value of the email property.
void setStreet(String value)
Sets the value of the street property.
void setZip(String value)
Sets the value of the zip property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected String email

protected String street

protected String zip

Public Constructors

public AddressVerifyRequestType ()

Public Methods

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public String getStreet ()

Gets the value of the street property.

Returns
  • possible object is String

public String getZip ()

Gets the value of the zip property.

Returns
  • possible object is String

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setStreet (String value)

Sets the value of the street property.

Parameters
value Allowed object is String

public void setZip (String value)

Sets the value of the zip property.

Parameters
value Allowed object is String