|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
ContactImpl
public class ContactImpl
Information required to enable contact with the responsible person and/or organization.
Field Summary | |
---|---|
static Contact |
EPSG
Contact informations for the European Petroleum Survey Group. |
static Contact |
ESRI
Contact informations for ESRI. |
static Contact |
GEOTIFF
Contact informations for the GeoTIFF group. |
static Contact |
GEOTOOLS
Contact informations for the Geotools project. |
static Contact |
OGC
Contact informations for the Open Geospatial consortium. |
static Contact |
OPEN_GIS
Contact informations for the OpenGIS consortium. |
static Contact |
ORACLE
Contact informations for Oracle. |
static Contact |
POSTGIS
Contact informations for PostGIS. |
static Contact |
SUN_MICROSYSTEMS
Contact informations for Sun Microsystems. |
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ContactImpl()
Constructs an initially empty contact. |
|
ContactImpl(Contact source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
ContactImpl(OnLineResource resource)
Constructs a contact initialized to the specified online resource. |
Method Summary | |
---|---|
Address |
getAddress()
Returns the physical and email address at which the organization or individual may be contacted. |
InternationalString |
getContactInstructions()
Returns supplemental instructions on how or when to contact the individual or organization. |
InternationalString |
getHoursOfService()
Returns time period (including time zone) when individuals can contact the organization or individual. |
OnLineResource |
getOnLineResource()
Return on-line information that can be used to contact the individual or organization. |
Telephone |
getPhone()
Returns telephone numbers at which the organization or individual may be contacted. |
void |
setAddress(Address newValue)
Set the physical and email address at which the organization or individual may be contacted. |
void |
setContactInstructions(InternationalString newValue)
Set supplemental instructions on how or when to contact the individual or organization. |
void |
setHoursOfService(InternationalString newValue)
Set time period (including time zone) when individuals can contact the organization or individual. |
void |
setOnLineResource(OnLineResource newValue)
Set on-line information that can be used to contact the individual or organization. |
void |
setPhone(Telephone newValue)
Set telephone numbers at which the organization or individual may be contacted. |
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 |
Field Detail |
---|
public static final Contact OGC
OnLineResourceImpl.OGC
public static final Contact OPEN_GIS
OnLineResourceImpl.OPEN_GIS
public static final Contact EPSG
OnLineResourceImpl.EPSG
public static final Contact GEOTIFF
OnLineResourceImpl.GEOTIFF
public static final Contact ESRI
OnLineResourceImpl.ESRI
public static final Contact ORACLE
OnLineResourceImpl.ORACLE
public static final Contact POSTGIS
OnLineResourceImpl.POSTGIS
public static final Contact SUN_MICROSYSTEMS
OnLineResourceImpl.SUN_MICROSYSTEMS
public static final Contact GEOTOOLS
OnLineResourceImpl.GEOTOOLS
Constructor Detail |
---|
public ContactImpl()
public ContactImpl(Contact source)
public ContactImpl(OnLineResource resource)
Method Detail |
---|
public Address getAddress()
null
if none.
getAddress
in interface Contact
public void setAddress(Address newValue)
public InternationalString getContactInstructions()
null
if none.
getContactInstructions
in interface Contact
public void setContactInstructions(InternationalString newValue)
public OnLineResource getOnLineResource()
null
if none.
getOnLineResource
in interface Contact
public void setOnLineResource(OnLineResource newValue)
public Telephone getPhone()
null
if none.
getPhone
in interface Contact
public void setPhone(Telephone newValue)
public InternationalString getHoursOfService()
null
if none.
getHoursOfService
in interface Contact
public void setHoursOfService(InternationalString newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |