| org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.citation.ResponsiblePartyImpl
ResponsiblePartyImpl | public class ResponsiblePartyImpl extends MetadataEntity implements ResponsibleParty(Code) | | Identification of, and means of communication with, person(s) and
organizations associated with the dataset.
since: 2.1 version: $Id: ResponsiblePartyImpl.java 27848 2007-11-12 13:10:32Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane |
Constructor Summary | |
public | ResponsiblePartyImpl() Constructs an initially empty responsible party. | public | ResponsiblePartyImpl(ResponsibleParty source) Constructs a new responsible party initialized to the values specified by the given object.
This constructor performs a shallow copy (i.e. | public | ResponsiblePartyImpl(Role role) Constructs a responsability party with the given role. |
Method Summary | |
public static ResponsibleParty | OGC(Role role, OnLineResource resource) Creates a responsible party metadata entry for OGC involvement.
The organisation name is automatically set to "Open Geospatial Consortium".
Parameters: role - The OGC role (point of contact, owner, etc.) for a resource. Parameters: resource - The URI to the resource. | public static ResponsibleParty | OGC(Role role, OnLineFunction function, URI onlineResource) Creates a responsible party metadata entry for OGC involvement.
The organisation name is automatically set to "Open Geospatial Consortium".
Parameters: role - The OGC role (point of contact, owner, etc.) for a resource. Parameters: function - The OGC function (information, download, etc.) for a resource. Parameters: onlineResource - The URI to the resource. | static ResponsibleParty | OGC(Role role, OnLineFunction function, String onlineResource) Creates a responsible party metadata entry for OGC involvement.
The organisation name is automatically set to "Open Geospatial Consortium".
Parameters: role - The OGC role (point of contact, owner, etc.) for a resource. Parameters: function - The OGC function (information, download, etc.) for a resource. Parameters: onlineResource - The URI on the resource. | public Contact | getContactInfo() Returns the address of the responsible party. | public String | getIndividualName() Returns the name of the responsible person- surname, given name, title separated by a delimiter. | public InternationalString | getOrganisationName() Returns the name of the responsible organization. | public InternationalString | getPositionName() Returns the role or position of the responsible person
Only one of
ResponsiblePartyImpl.getIndividualName individualName ,
ResponsiblePartyImpl.getOrganisationName organisationName and
positionName should be provided. | public Role | getRole() Returns the function performed by the responsible party. | public synchronized void | setContactInfo(Contact newValue) Set the address of the responsible party. | public synchronized void | setIndividualName(String newValue) Set the name of the responsible person- surname, given name, title separated by a delimiter. | public synchronized void | setOrganisationName(InternationalString newValue) Set the name of the responsible organization. | public synchronized void | setPositionName(InternationalString newValue) set the role or position of the responsible person
Only one of
ResponsiblePartyImpl.getIndividualName individualName ,
ResponsiblePartyImpl.getOrganisationName organisationName and
positionName should be provided. | public synchronized void | setRole(Role newValue) Set the function performed by the responsible party. |
OGC_NAME | final static InternationalString OGC_NAME(Code) | | The name of Open Geospatial Consortium as an international string.
|
ResponsiblePartyImpl | public ResponsiblePartyImpl()(Code) | | Constructs an initially empty responsible party.
|
ResponsiblePartyImpl | public ResponsiblePartyImpl(ResponsibleParty source)(Code) | | Constructs a new responsible party initialized to the values specified by the given object.
This constructor performs a shallow copy (i.e. each source attributes are reused without
copying them).
since: 2.2 |
ResponsiblePartyImpl | public ResponsiblePartyImpl(Role role)(Code) | | Constructs a responsability party with the given role.
|
OGC | public static ResponsibleParty OGC(Role role, OnLineResource resource)(Code) | | Creates a responsible party metadata entry for OGC involvement.
The organisation name is automatically set to "Open Geospatial Consortium".
Parameters: role - The OGC role (point of contact, owner, etc.) for a resource. Parameters: resource - The URI to the resource. Responsible party describing OGC involvement. since: 2.2 |
OGC | public static ResponsibleParty OGC(Role role, OnLineFunction function, URI onlineResource)(Code) | | Creates a responsible party metadata entry for OGC involvement.
The organisation name is automatically set to "Open Geospatial Consortium".
Parameters: role - The OGC role (point of contact, owner, etc.) for a resource. Parameters: function - The OGC function (information, download, etc.) for a resource. Parameters: onlineResource - The URI to the resource. Responsible party describing OGC involvement. |
OGC | static ResponsibleParty OGC(Role role, OnLineFunction function, String onlineResource)(Code) | | Creates a responsible party metadata entry for OGC involvement.
The organisation name is automatically set to "Open Geospatial Consortium".
Parameters: role - The OGC role (point of contact, owner, etc.) for a resource. Parameters: function - The OGC function (information, download, etc.) for a resource. Parameters: onlineResource - The URI on the resource. Responsible party describing OGC involvement. |
getContactInfo | public Contact getContactInfo()(Code) | | Returns the address of the responsible party.
|
getRole | public Role getRole()(Code) | | Returns the function performed by the responsible party.
|
setContactInfo | public synchronized void setContactInfo(Contact newValue)(Code) | | Set the address of the responsible party.
|
setRole | public synchronized void setRole(Role newValue)(Code) | | Set the function performed by the responsible party.
|
|
|