Class DocuSignAccountDomainModelAddress

    • Constructor Detail

      • DocuSignAccountDomainModelAddress

        public DocuSignAccountDomainModelAddress()
    • Method Detail

      • getAddress1

        public String getAddress1()
        Get address1.
        Returns:
        address1
      • setAddress1

        public void setAddress1​(String address1)
        setAddress1.
      • getAddress2

        public String getAddress2()
        Get address2.
        Returns:
        address2
      • setAddress2

        public void setAddress2​(String address2)
        setAddress2.
      • getCity

        public String getCity()
        Get city.
        Returns:
        city
      • setCity

        public void setCity​(String city)
        setCity.
      • getStateProvince

        public String getStateProvince()
        Get stateProvince.
        Returns:
        stateProvince
      • setStateProvince

        public void setStateProvince​(String stateProvince)
        setStateProvince.
      • getCountry

        public String getCountry()
        Get country.
        Returns:
        country
      • setCountry

        public void setCountry​(String country)
        setCountry.
      • getPostalCode

        public String getPostalCode()
        Get postalCode.
        Returns:
        postalCode
      • setPostalCode

        public void setPostalCode​(String postalCode)
        setPostalCode.
      • getPhone

        public String getPhone()
        Get phone.
        Returns:
        phone
      • setPhone

        public void setPhone​(String phone)
        setPhone.
      • getFax

        public String getFax()
        Get fax.
        Returns:
        fax
      • setFax

        public void setFax​(String fax)
        setFax.
      • getZipPlus4

        public String getZipPlus4()
        Get zipPlus4.
        Returns:
        zipPlus4
      • setZipPlus4

        public void setZipPlus4​(String zipPlus4)
        setZipPlus4.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object