Package com.docusign.esign.model
Class AddressInformationV2
- java.lang.Object
-
- com.docusign.esign.model.AddressInformationV2
-
public class AddressInformationV2 extends Object
AddressInformationV2.
-
-
Constructor Summary
Constructors Constructor Description AddressInformationV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressInformationV2address1(String address1)address1.AddressInformationV2address2(String address2)address2.AddressInformationV2city(String city)city.AddressInformationV2country(String country)country.booleanequals(Object o)Compares objects.AddressInformationV2fax(String fax)fax.StringgetAddress1()First Line of the address.StringgetAddress2()Second Line of the address.StringgetCity().StringgetCountry()Specifies the country associated with the address..StringgetFax().StringgetPhone().StringgetPostalCode().StringgetStateOrProvince()The state or province associated with the address..inthashCode()Returns the HashCode.AddressInformationV2phone(String phone)phone.AddressInformationV2postalCode(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.AddressInformationV2stateOrProvince(String stateOrProvince)stateOrProvince.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
address1
public AddressInformationV2 address1(String address1)
address1.- Returns:
- AddressInformationV2
-
getAddress1
public String getAddress1()
First Line of the address. Maximum length: 100 characters..- Returns:
- address1
-
setAddress1
public void setAddress1(String address1)
setAddress1.
-
address2
public AddressInformationV2 address2(String address2)
address2.- Returns:
- AddressInformationV2
-
getAddress2
public String getAddress2()
Second Line of the address. Maximum length: 100 characters..- Returns:
- address2
-
setAddress2
public void setAddress2(String address2)
setAddress2.
-
city
public AddressInformationV2 city(String city)
city.- Returns:
- AddressInformationV2
-
getCity
public String getCity()
.- Returns:
- city
-
setCity
public void setCity(String city)
setCity.
-
country
public AddressInformationV2 country(String country)
country.- Returns:
- AddressInformationV2
-
getCountry
public String getCountry()
Specifies the country associated with the address..- Returns:
- country
-
setCountry
public void setCountry(String country)
setCountry.
-
fax
public AddressInformationV2 fax(String fax)
fax.- Returns:
- AddressInformationV2
-
getFax
public String getFax()
.- Returns:
- fax
-
setFax
public void setFax(String fax)
setFax.
-
phone
public AddressInformationV2 phone(String phone)
phone.- Returns:
- AddressInformationV2
-
getPhone
public String getPhone()
.- Returns:
- phone
-
setPhone
public void setPhone(String phone)
setPhone.
-
postalCode
public AddressInformationV2 postalCode(String postalCode)
postalCode.- Returns:
- AddressInformationV2
-
getPostalCode
public String getPostalCode()
.- Returns:
- postalCode
-
setPostalCode
public void setPostalCode(String postalCode)
setPostalCode.
-
stateOrProvince
public AddressInformationV2 stateOrProvince(String stateOrProvince)
stateOrProvince.- Returns:
- AddressInformationV2
-
getStateOrProvince
public String getStateOrProvince()
The state or province associated with the address..- Returns:
- stateOrProvince
-
setStateOrProvince
public void setStateOrProvince(String stateOrProvince)
setStateOrProvince.
-
equals
public boolean equals(Object o)
Compares objects.
-
-