|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
AddressImpl
public class AddressImpl
Location of the responsible individual or organization.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
AddressImpl()
Constructs an initially empty address. |
|
AddressImpl(Address source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
InternationalString |
getAdministrativeArea()
Return the state, province of the location. |
InternationalString |
getCity()
Returns the city of the location Returns null if unspecified. |
InternationalString |
getCountry()
Returns the country of the physical address. |
Collection<String> |
getDeliveryPoints()
Returns the address line for the location (as described in ISO 11180, Annex A). |
Collection<String> |
getElectronicMailAddresses()
Returns the address of the electronic mailbox of the responsible organization or individual. |
String |
getPostalCode()
Returns ZIP or other postal code. |
void |
setAdministrativeArea(InternationalString newValue)
Set the state, province of the location. |
void |
setCity(InternationalString newValue)
Set the city of the location |
void |
setCountry(InternationalString newValue)
set the country of the physical address. |
void |
setDeliveryPoints(Collection<? extends String> newValues)
Set the address line for the location (as described in ISO 11180, Annex A). |
void |
setElectronicMailAddresses(Collection<? extends String> newValues)
Set the address of the electronic mailbox of the responsible organization or individual. |
void |
setPostalCode(String newValue)
Set ZIP or other postal code. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddressImpl()
public AddressImpl(Address source)
Method Detail |
---|
public InternationalString getAdministrativeArea()
null
if unspecified.
getAdministrativeArea
in interface Address
public void setAdministrativeArea(InternationalString newValue)
public InternationalString getCity()
null
if unspecified.
getCity
in interface Address
public void setCity(InternationalString newValue)
public InternationalString getCountry()
null
if unspecified.
getCountry
in interface Address
public void setCountry(InternationalString newValue)
public Collection<String> getDeliveryPoints()
getDeliveryPoints
in interface Address
public void setDeliveryPoints(Collection<? extends String> newValues)
public Collection<String> getElectronicMailAddresses()
getElectronicMailAddresses
in interface Address
public void setElectronicMailAddresses(Collection<? extends String> newValues)
public String getPostalCode()
null
if unspecified.
getPostalCode
in interface Address
public void setPostalCode(String newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |