public class DataDescription extends Object implements Serializable
Constructor and Description |
---|
DataDescription() |
DataDescription(String name,
String charset,
URI url,
String format,
String formatVersion) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCharset()
The name of the character encoding.
|
String |
getFormat()
The name of the format of the data object, e.g., Microsoft Excel.
|
String |
getFormatVersion()
The version of the format of the data object, e.g., 2000 (9.0.2720).
|
String |
getName()
The name representing the data object being described.
|
URI |
getUrl()
The URL to download the resource in the mentioned format.
|
int |
hashCode() |
void |
setCharset(String charset) |
void |
setFormat(String format) |
void |
setFormatVersion(String formatVersion) |
void |
setName(String name) |
void |
setUrl(URI url) |
String |
toString() |
public DataDescription()
public String getCharset()
public void setCharset(String charset)
public String getFormat()
public String getFormatVersion()
public void setFormatVersion(String formatVersion)
public String getName()
public URI getUrl()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.