Method Summary |
|
public String | getApplicationProfile() Returns the name of an application profile that can be used with the online resource. |
public InternationalString | getDescription() Returns the detailed text description of what the online resource is/does. |
public OnLineFunction | getFunction() Returns the code for function performed by the online resource. |
public URI | getLinkage() Returns the location (address) for on-line access using a Uniform Resource Locator address or
similar addressing scheme such as http://www.statkart.no/isotc211. |
public String | getName() Name of the online resource. |
public String | getProtocol() Returns the connection protocol to be used. |
public synchronized void | setApplicationProfile(String newValue) Set the name of an application profile that can be used with the online resource. |
public synchronized void | setDescription(InternationalString newValue) Set the detailed text description of what the online resource is/does. |
public synchronized void | setFunction(OnLineFunction newValue) Set the code for function performed by the online resource. |
public synchronized void | setLinkage(URI newValue) Set the location (address) for on-line access using a Uniform Resource Locator address or
similar addressing scheme such as http://www.statkart.no/isotc211. |
public synchronized void | setName(String newValue) Set the name of the online resource. |