public class

AddressVerifyResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.AddressVerifyResponseType

Class Overview

Java class for AddressVerifyResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AddressVerifyResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="ConfirmationCode" type="{urn:ebay:apis:eBLBaseComponents}AddressStatusCodeType"/>
         <element name="StreetMatch" type="{urn:ebay:apis:eBLBaseComponents}MatchStatusCodeType"/>
         <element name="ZipMatch" type="{urn:ebay:apis:eBLBaseComponents}MatchStatusCodeType" minOccurs="0"/>
         <element name="CountryCode" type="{urn:ebay:apis:eBLBaseComponents}CountryCodeType" minOccurs="0"/>
         <element name="PayPalToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AddressStatusCodeType confirmationCode
protected CountryCodeType countryCode
protected String payPalToken
protected MatchStatusCodeType streetMatch
protected MatchStatusCodeType zipMatch
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
AddressVerifyResponseType()
Public Methods
AddressStatusCodeType getConfirmationCode()
Gets the value of the confirmationCode property.
CountryCodeType getCountryCode()
Gets the value of the countryCode property.
String getPayPalToken()
Gets the value of the payPalToken property.
MatchStatusCodeType getStreetMatch()
Gets the value of the streetMatch property.
MatchStatusCodeType getZipMatch()
Gets the value of the zipMatch property.
void setConfirmationCode(AddressStatusCodeType value)
Sets the value of the confirmationCode property.
void setCountryCode(CountryCodeType value)
Sets the value of the countryCode property.
void setPayPalToken(String value)
Sets the value of the payPalToken property.
void setStreetMatch(MatchStatusCodeType value)
Sets the value of the streetMatch property.
void setZipMatch(MatchStatusCodeType value)
Sets the value of the zipMatch property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected AddressStatusCodeType confirmationCode

protected CountryCodeType countryCode

protected String payPalToken

protected MatchStatusCodeType streetMatch

protected MatchStatusCodeType zipMatch

Public Constructors

public AddressVerifyResponseType ()

Public Methods

public AddressStatusCodeType getConfirmationCode ()

Gets the value of the confirmationCode property.

Returns

public CountryCodeType getCountryCode ()

Gets the value of the countryCode property.

Returns

public String getPayPalToken ()

Gets the value of the payPalToken property.

Returns
  • possible object is String

public MatchStatusCodeType getStreetMatch ()

Gets the value of the streetMatch property.

Returns

public MatchStatusCodeType getZipMatch ()

Gets the value of the zipMatch property.

Returns

public void setConfirmationCode (AddressStatusCodeType value)

Sets the value of the confirmationCode property.

Parameters
value Allowed object is AddressStatusCodeType

public void setCountryCode (CountryCodeType value)

Sets the value of the countryCode property.

Parameters
value Allowed object is CountryCodeType

public void setPayPalToken (String value)

Sets the value of the payPalToken property.

Parameters
value Allowed object is String

public void setStreetMatch (MatchStatusCodeType value)

Sets the value of the streetMatch property.

Parameters
value Allowed object is MatchStatusCodeType

public void setZipMatch (MatchStatusCodeType value)

Sets the value of the zipMatch property.

Parameters
value Allowed object is MatchStatusCodeType