|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gedcomx.common.ExtensibleData
org.gedcomx.agent.Address
public class Address
An address.
| Field Summary |
|---|
| Fields inherited from class org.gedcomx.common.ExtensibleData |
|---|
extensionElements, transientProperties |
| Constructor Summary | |
|---|---|
Address()
|
|
| Method Summary | |
|---|---|
Address |
city(String city)
Build up this address with a city. |
Address |
country(String country)
Build up this address with a country. |
String |
getCity()
The city. |
String |
getCountry()
The country. |
String |
getPostalCode()
The postal code. |
String |
getStateOrProvince()
The state or province. |
String |
getStreet()
The street. |
String |
getStreet2()
Additional street information. |
String |
getStreet3()
Additional street information. |
String |
getStreet4()
Additional street information. |
String |
getStreet5()
Additional street information. |
String |
getStreet6()
Additional street information. |
String |
getValue()
The value of the property, if it can be expressed as a string. |
Address |
id(String id)
Build up this object with an id. |
Address |
postalCode(String postalCode)
Build up this address with a postalcode. |
void |
setCity(String city)
The city. |
void |
setCountry(String country)
The country. |
void |
setPostalCode(String postalCode)
The postal code. |
void |
setStateOrProvince(String stateOrProvince)
The state or province. |
void |
setStreet(String street)
The street. |
void |
setStreet2(String street2)
Additional street information. |
void |
setStreet3(String street3)
Additional street information. |
void |
setStreet4(String street4)
Additional street information. |
void |
setStreet5(String street5)
Additional street information. |
void |
setStreet6(String street6)
Additional street information. |
void |
setValue(String value)
The value of the property, if it can be expressed as a string. |
Address |
stateOrProvince(String stateOrProvince)
Build up this address with a state or province. |
Address |
street(String street)
Build up this address with a street. |
Address |
street2(String street2)
Build up this address with a street2. |
Address |
street3(String street3)
Build up this address with a street3. |
Address |
street4(String street4)
Build up this address with a street4. |
Address |
street5(String street5)
Build up this address with a street5. |
Address |
street6(String street6)
Build up this address with a street6. |
Address |
value(String value)
Build up this address with a value. |
| Methods inherited from class org.gedcomx.common.ExtensibleData |
|---|
addExtensionElement, embed, findExtensionOfType, findExtensionOfType, findExtensionsOfType, findExtensionsOfType, getExtensionElements, getId, getTransientProperties, getTransientProperty, removeExtensionElements, setExtensionElement, setExtensionElements, setId, setTransientProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Address()
| Method Detail |
|---|
public Address id(String id)
ExtensibleData
id in class ExtensibleDataid - The id.public String getCity()
public void setCity(String city)
city - The city.public Address city(String city)
city - The city.
public String getCountry()
public Address country(String country)
country - The country.
public void setCountry(String country)
country - The country.public String getPostalCode()
public void setPostalCode(String postalCode)
postalCode - The postal code.public Address postalCode(String postalCode)
postalCode - The postalcode.
public String getStateOrProvince()
public void setStateOrProvince(String stateOrProvince)
stateOrProvince - The state or province.public Address stateOrProvince(String stateOrProvince)
stateOrProvince - The state or province.
public String getStreet()
public void setStreet(String street)
street - The street.public Address street(String street)
street - The street.
public String getStreet2()
public void setStreet2(String street2)
street2 - Additional street information.public Address street2(String street2)
street2 - The street2.
public String getStreet3()
public void setStreet3(String street3)
street3 - Additional street information.public Address street3(String street3)
street3 - The street3.
public String getStreet4()
public void setStreet4(String street4)
street4 - Additional street information.public Address street4(String street4)
street4 - The street4.
public String getStreet5()
public void setStreet5(String street5)
street5 - Additional street information.public Address street5(String street5)
street5 - The street5.
public String getStreet6()
public void setStreet6(String street6)
street6 - Additional street information.public Address street6(String street6)
street6 - The street6.
public String getValue()
public void setValue(String value)
value - The value of the property.public Address value(String value)
value - The value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||