Package com.docusign.admin.model
Class AddressInformation
- java.lang.Object
-
- com.docusign.admin.model.AddressInformation
-
- All Implemented Interfaces:
Serializable
public class AddressInformation extends Object implements Serializable
AddressInformation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddressInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressInformationcountry(String country)country.booleanequals(Object o)Compares objects.AddressInformationfax(String fax)fax.StringgetCountry()Get country.StringgetFax()Get fax.StringgetLocality()Get locality.StringgetPhone()Get phone.StringgetPostalCode()Get postalCode.StringgetRegion()Get region.StringgetStreetAddress()Get streetAddress.StringgetStreetAddress2()Get streetAddress2.inthashCode()Returns the HashCode.AddressInformationlocality(String locality)locality.AddressInformationphone(String phone)phone.AddressInformationpostalCode(String postalCode)postalCode.AddressInformationregion(String region)region.voidsetCountry(String country)setCountry.voidsetFax(String fax)setFax.voidsetLocality(String locality)setLocality.voidsetPhone(String phone)setPhone.voidsetPostalCode(String postalCode)setPostalCode.voidsetRegion(String region)setRegion.voidsetStreetAddress(String streetAddress)setStreetAddress.voidsetStreetAddress2(String streetAddress2)setStreetAddress2.AddressInformationstreetAddress(String streetAddress)streetAddress.AddressInformationstreetAddress2(String streetAddress2)streetAddress2.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
streetAddress
public AddressInformation streetAddress(String streetAddress)
streetAddress.- Returns:
- AddressInformation
-
getStreetAddress
public String getStreetAddress()
Get streetAddress.- Returns:
- streetAddress
-
setStreetAddress
public void setStreetAddress(String streetAddress)
setStreetAddress.
-
streetAddress2
public AddressInformation streetAddress2(String streetAddress2)
streetAddress2.- Returns:
- AddressInformation
-
getStreetAddress2
public String getStreetAddress2()
Get streetAddress2.- Returns:
- streetAddress2
-
setStreetAddress2
public void setStreetAddress2(String streetAddress2)
setStreetAddress2.
-
locality
public AddressInformation locality(String locality)
locality.- Returns:
- AddressInformation
-
getLocality
public String getLocality()
Get locality.- Returns:
- locality
-
setLocality
public void setLocality(String locality)
setLocality.
-
region
public AddressInformation region(String region)
region.- Returns:
- AddressInformation
-
getRegion
public String getRegion()
Get region.- Returns:
- region
-
setRegion
public void setRegion(String region)
setRegion.
-
postalCode
public AddressInformation postalCode(String postalCode)
postalCode.- Returns:
- AddressInformation
-
getPostalCode
public String getPostalCode()
Get postalCode.- Returns:
- postalCode
-
setPostalCode
public void setPostalCode(String postalCode)
setPostalCode.
-
country
public AddressInformation country(String country)
country.- Returns:
- AddressInformation
-
getCountry
public String getCountry()
Get country.- Returns:
- country
-
setCountry
public void setCountry(String country)
setCountry.
-
phone
public AddressInformation phone(String phone)
phone.- Returns:
- AddressInformation
-
getPhone
public String getPhone()
Get phone.- Returns:
- phone
-
setPhone
public void setPhone(String phone)
setPhone.
-
fax
public AddressInformation fax(String fax)
fax.- Returns:
- AddressInformation
-
getFax
public String getFax()
Get fax.- Returns:
- fax
-
setFax
public void setFax(String fax)
setFax.
-
equals
public boolean equals(Object o)
Compares objects.
-
-