Class AddressField

  • All Implemented Interfaces:
    PositionData

    public final class AddressField
    extends StringField
    Represent a postal address field broken down into its individual components.
    • Method Detail

      • getRawValue

        public String getRawValue()
        The address exactly as it appears on the document.
        Overrides:
        getRawValue in class StringField
      • getStreetNumber

        public String getStreetNumber()
        Street number.
      • getStreetName

        public String getStreetName()
        Street name.
      • getPoBox

        public String getPoBox()
        PO-box number.
      • getAddressComplement

        public String getAddressComplement()
        Additional address complement.
      • getCity

        public String getCity()
        City or locality.
      • getPostalCode

        public String getPostalCode()
        Postal or ZIP code.
      • getState

        public String getState()
        State, province or region.
      • getCountry

        public String getCountry()
        Country.