public class Address

  1. Object
  2. Address
This class represents a Contact Address

Constructors

public Address()

Methods

public String getCountry()Gets Address Country
public void setCountry(String country)Sets Address Country
public String getLocality()Gets Address Locality
public void setLocality(String locality)Sets Address Locality
public String getPostalCode()Gets Address Postal Code
public void setPostalCode(String postalCode)Sets Address Postal Code
public String getRegion()Gets Address Region
public void setRegion(String region)Sets Address Region
public String getStreetAddress()Gets Address Street
public void setStreetAddress(String streetAddress)Sets Address street

Inherited methods

Constructor details

Address

public Address()

Method details

getCountry

public String getCountry()
Gets Address Country

setCountry

public void setCountry(String country)
Sets Address Country

getLocality

public String getLocality()
Gets Address Locality

setLocality

public void setLocality(String locality)
Sets Address Locality

getPostalCode

public String getPostalCode()
Gets Address Postal Code

setPostalCode

public void setPostalCode(String postalCode)
Sets Address Postal Code

getRegion

public String getRegion()
Gets Address Region

setRegion

public void setRegion(String region)
Sets Address Region

getStreetAddress

public String getStreetAddress()
Gets Address Street

setStreetAddress

public void setStreetAddress(String streetAddress)
Sets Address street