Package com.docusign.esign.model
Class AddressInformation
- java.lang.Object
-
- com.docusign.esign.model.AddressInformation
-
public class AddressInformation extends Object
Contains address information..
-
-
Constructor Summary
Constructors Constructor Description AddressInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressInformationaddress1(String address1)address1.AddressInformationaddress2(String address2)address2.AddressInformationcity(String city)city.AddressInformationcountry(String country)country.booleanequals(Object o)Compares objects.AddressInformationfax(String fax)fax.StringgetAddress1()First Line of the address.StringgetAddress2()Second Line of the address.StringgetCity()The city associated with the address..StringgetCountry()Specifies the country associated with the address..StringgetFax()A Fax number associated with the address if one is available..StringgetPhone()A phone number associated with the address..StringgetPostalCode().StringgetStateOrProvince().StringgetZipPlus4().inthashCode()Returns the HashCode.AddressInformationphone(String phone)phone.AddressInformationpostalCode(String postalCode)postalCode.voidsetAddress1(String address1)setAddress1.voidsetAddress2(String address2)setAddress2.voidsetCity(String city)setCity.voidsetCountry(String country)setCountry.voidsetFax(String fax)setFax.voidsetPhone(String phone)setPhone.voidsetPostalCode(String postalCode)setPostalCode.voidsetStateOrProvince(String stateOrProvince)setStateOrProvince.voidsetZipPlus4(String zipPlus4)setZipPlus4.AddressInformationstateOrProvince(String stateOrProvince)stateOrProvince.StringtoString()Converts the given object to string.AddressInformationzipPlus4(String zipPlus4)zipPlus4.
-
-
-
Method Detail
-
address1
public AddressInformation address1(String address1)
address1.- Returns:
- AddressInformation
-
getAddress1
public String getAddress1()
First Line of the address. Maximum length: 100 characters..- Returns:
- address1
-
setAddress1
public void setAddress1(String address1)
setAddress1.
-
address2
public AddressInformation address2(String address2)
address2.- Returns:
- AddressInformation
-
getAddress2
public String getAddress2()
Second Line of the address. Maximum length: 100 characters..- Returns:
- address2
-
setAddress2
public void setAddress2(String address2)
setAddress2.
-
city
public AddressInformation city(String city)
city.- Returns:
- AddressInformation
-
getCity
public String getCity()
The city associated with the address..- Returns:
- city
-
setCity
public void setCity(String city)
setCity.
-
country
public AddressInformation country(String country)
country.- Returns:
- AddressInformation
-
getCountry
public String getCountry()
Specifies the country associated with the address..- Returns:
- country
-
setCountry
public void setCountry(String country)
setCountry.
-
fax
public AddressInformation fax(String fax)
fax.- Returns:
- AddressInformation
-
getFax
public String getFax()
A Fax number associated with the address if one is available..- Returns:
- fax
-
setFax
public void setFax(String fax)
setFax.
-
phone
public AddressInformation phone(String phone)
phone.- Returns:
- AddressInformation
-
getPhone
public String getPhone()
A phone number associated with the address..- Returns:
- phone
-
setPhone
public void setPhone(String phone)
setPhone.
-
postalCode
public AddressInformation postalCode(String postalCode)
postalCode.- Returns:
- AddressInformation
-
getPostalCode
public String getPostalCode()
.- Returns:
- postalCode
-
setPostalCode
public void setPostalCode(String postalCode)
setPostalCode.
-
stateOrProvince
public AddressInformation stateOrProvince(String stateOrProvince)
stateOrProvince.- Returns:
- AddressInformation
-
getStateOrProvince
public String getStateOrProvince()
.- Returns:
- stateOrProvince
-
setStateOrProvince
public void setStateOrProvince(String stateOrProvince)
setStateOrProvince.
-
zipPlus4
public AddressInformation zipPlus4(String zipPlus4)
zipPlus4.- Returns:
- AddressInformation
-
getZipPlus4
public String getZipPlus4()
.- Returns:
- zipPlus4
-
setZipPlus4
public void setZipPlus4(String zipPlus4)
setZipPlus4.
-
equals
public boolean equals(Object o)
Compares objects.
-
-