Class DefaultAddressStandardClaim

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getCountry()
      Returns the country.
      java.lang.String getFormatted()
      Returns the full mailing address, formatted for display.
      java.lang.String getLocality()
      Returns the city or locality.
      java.lang.String getPostalCode()
      Returns the zip code or postal code.
      java.lang.String getRegion()
      Returns the state, province, prefecture, or region.
      java.lang.String getStreetAddress()
      Returns the full street address, which may include house number, street name, P.O.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFormatted

        public java.lang.String getFormatted()
        Description copied from interface: AddressStandardClaim
        Returns the full mailing address, formatted for display.
        Specified by:
        getFormatted in interface AddressStandardClaim
        Returns:
        the full mailing address
      • getStreetAddress

        public java.lang.String getStreetAddress()
        Description copied from interface: AddressStandardClaim
        Returns the full street address, which may include house number, street name, P.O. Box, etc.
        Specified by:
        getStreetAddress in interface AddressStandardClaim
        Returns:
        the full street address
      • getRegion

        public java.lang.String getRegion()
        Description copied from interface: AddressStandardClaim
        Returns the state, province, prefecture, or region.
        Specified by:
        getRegion in interface AddressStandardClaim
        Returns:
        the state, province, prefecture, or region
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object