java.lang.Object
com.gemalto.mfs.mwsdk.mobilegateway.enrollment.Address

public class Address extends Object
Address indicates the detail address information of the WalletAccountData.
  • Constructor Details

    • Address

      public Address()
  • Method Details

    • getLine1

      public String getLine1()
      Fetches the first line of the end user address.
      Returns:
      The first line of the end user address.
    • setLine1

      public void setLine1(String line1)
      Sets the first line of the end user address.
      Parameters:
      line1 - The first line of the end user address.
    • getLine2

      public String getLine2()
      Fetches the second line of the end user address.
      Returns:
      The second line of the end user address.
    • setLine2

      public void setLine2(String line2)
      Sets the second line of the end user address.
      Parameters:
      line2 - The second line of the end user address.
    • getCity

      public String getCity()
      Fetches the city of the end user address.
      Returns:
      The city of the end user address.
    • setCity

      public void setCity(String city)
      Sets the city of the end user address.
      Parameters:
      city - The city of the end user address.
    • getState

      public String getState()
      Fetches the state or province code.
      Returns:
      State or province code.
    • setState

      public void setState(String state)
      Sets State or province code
      Parameters:
      state - State or province code in ISO 3166-2 format.
    • getCountry

      public String getCountry()
      Fetches country code.
      Returns:
      The country code.
    • setCountry

      public void setCountry(String country)
      Sets the country code.
      Parameters:
      country - The country code in ISO 3166-1 alpha-2 format.
    • getPostalCode

      public String getPostalCode()
      Fetches the postal code.
      Returns:
      The postal code.
    • setPostalCode

      public void setPostalCode(String postalCode)
      Sets the postal code.
      Parameters:
      postalCode - The postal code.