public class AddressVerifyResponseType extends AbstractResponseType
| Constructor and Description |
|---|
AddressVerifyResponseType()
Default Constructor
|
AddressVerifyResponseType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
AddressStatusCodeType |
getConfirmationCode()
Getter for confirmationCode
|
CountryCodeType |
getCountryCode()
Getter for countryCode
|
String |
getPayPalToken()
Getter for payPalToken
|
MatchStatusCodeType |
getStreetMatch()
Getter for streetMatch
|
MatchStatusCodeType |
getZipMatch()
Getter for zipMatch
|
void |
setConfirmationCode(AddressStatusCodeType confirmationCode)
Setter for confirmationCode
|
void |
setCountryCode(CountryCodeType countryCode)
Setter for countryCode
|
void |
setPayPalToken(String payPalToken)
Setter for payPalToken
|
void |
setStreetMatch(MatchStatusCodeType streetMatch)
Setter for streetMatch
|
void |
setZipMatch(MatchStatusCodeType zipMatch)
Setter for zipMatch
|
getAck, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setBuild, setCorrelationID, setErrors, setTimestamp, setVersionpublic AddressVerifyResponseType()
public AddressVerifyResponseType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic AddressStatusCodeType getConfirmationCode()
public void setConfirmationCode(AddressStatusCodeType confirmationCode)
public MatchStatusCodeType getStreetMatch()
public void setStreetMatch(MatchStatusCodeType streetMatch)
public MatchStatusCodeType getZipMatch()
public void setZipMatch(MatchStatusCodeType zipMatch)
public CountryCodeType getCountryCode()
public void setCountryCode(CountryCodeType countryCode)
public String getPayPalToken()
public void setPayPalToken(String payPalToken)
Copyright © 2015. All Rights Reserved.