public final class VisaUserAddress
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<VisaUserAddress> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.String |
getCity()
Get the name of the city that is associated with the billing address
|
java.lang.String |
getLine1()
Get the addressee's complete name
|
java.lang.String |
getLine2()
Get the second line of the address, if available
|
java.lang.String |
getLine3()
Get the third line of the address, if available
|
java.lang.String |
getPersonName()
Get the addressee's complete name
|
java.lang.String |
getPhone()
Get the PhoneNumber that is associated with the billing address
|
java.lang.String |
getPostalCode()
Get the PostalCode that is associated with the billing address
|
java.lang.String |
getStateProvinceCode()
Get the name of the state that is associated with the billing address
|
java.lang.String |
getTwoCharacterCountryCode()
Get the CountryCode that is associated with the billing address, e.g.
|
void |
setCity(java.lang.String value)
Set the name of the city that is associated with the billing address
|
void |
setLine1(java.lang.String value)
Set the addressee's complete name
|
void |
setLine2(java.lang.String value)
Set the second line of the address
|
void |
setLine3(java.lang.String value)
Set the third line of the address
|
void |
setPersonName(java.lang.String value)
Set the addressee's complete name
|
void |
setPhone(java.lang.String value)
Set the PhoneNumber that is associated with the billing address
|
void |
setPostalCode(java.lang.String value)
Set the PostalCode that is associated with the billing address, e.g.
|
void |
setStateProvinceCode(java.lang.String value)
Set the name of the state that is associated with the billing address, e.g.
|
void |
setTwoCharacterCountryCode(java.lang.String twoCharacterCountryCode)
Get the CountryCode that is associated with the billing address, e.g.
|
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final android.os.Parcelable.Creator<VisaUserAddress> CREATOR
public java.lang.String getPersonName()
public void setPersonName(java.lang.String value)
public java.lang.String getLine1()
public void setLine1(java.lang.String value)
public java.lang.String getLine2()
public void setLine2(java.lang.String value)
public java.lang.String getLine3()
public void setLine3(java.lang.String value)
public java.lang.String getCity()
public void setCity(java.lang.String value)
public java.lang.String getStateProvinceCode()
public void setStateProvinceCode(java.lang.String value)
public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String value)
public java.lang.String getPhone()
public void setPhone(java.lang.String value)
public java.lang.String getTwoCharacterCountryCode()
public void setTwoCharacterCountryCode(java.lang.String twoCharacterCountryCode)
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel out, int flags)
writeToParcel
in interface android.os.Parcelable