public class AddressVerifyResponseType extends AbstractResponseType
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>
| Modifier and Type | Field and Description |
|---|---|
protected AddressStatusCodeType |
confirmationCode |
protected CountryCodeType |
countryCode |
protected java.lang.String |
payPalToken |
protected MatchStatusCodeType |
streetMatch |
protected MatchStatusCodeType |
zipMatch |
ack, any, build, correlationID, errors, timestamp, version| Constructor and Description |
|---|
AddressVerifyResponseType() |
| Modifier and Type | Method and Description |
|---|---|
AddressStatusCodeType |
getConfirmationCode()
Gets the value of the confirmationCode property.
|
CountryCodeType |
getCountryCode()
Gets the value of the countryCode property.
|
java.lang.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(java.lang.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.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersionprotected AddressStatusCodeType confirmationCode
protected MatchStatusCodeType streetMatch
protected MatchStatusCodeType zipMatch
protected CountryCodeType countryCode
protected java.lang.String payPalToken
public AddressStatusCodeType getConfirmationCode()
AddressStatusCodeTypepublic void setConfirmationCode(AddressStatusCodeType value)
value - the value
allowed object is
AddressStatusCodeTypepublic MatchStatusCodeType getStreetMatch()
MatchStatusCodeTypepublic void setStreetMatch(MatchStatusCodeType value)
value - the value
allowed object is
MatchStatusCodeTypepublic MatchStatusCodeType getZipMatch()
MatchStatusCodeTypepublic void setZipMatch(MatchStatusCodeType value)
value - the value
allowed object is
MatchStatusCodeTypepublic CountryCodeType getCountryCode()
CountryCodeTypepublic void setCountryCode(CountryCodeType value)
value - the value
allowed object is
CountryCodeTypepublic java.lang.String getPayPalToken()
Stringpublic void setPayPalToken(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.