Package org.gbif.api.model.registry.eml
Class DataDescription
java.lang.Object
org.gbif.api.model.registry.eml.DataDescription
- All Implemented Interfaces:
Serializable
Describes the format of externally available data on a URL.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
The name of the character encoding.The name of the format of the data object, e.g., Microsoft Excel.The version of the format of the data object, e.g., 2000 (9.0.2720).getName()
The name representing the data object being described.getUrl()
The URL to download the resource in the mentioned format.int
hashCode()
void
setCharset
(String charset) void
void
setFormatVersion
(String formatVersion) void
void
toString()
-
Constructor Details
-
DataDescription
public DataDescription() -
DataDescription
-
-
Method Details
-
getCharset
The name of the character encoding. This is typically ASCII or UTF-8, or one of the other common encodings.- Returns:
- the character encoding
-
setCharset
-
getFormat
The name of the format of the data object, e.g., Microsoft Excel.- Returns:
- the data format
-
setFormat
-
getFormatVersion
The version of the format of the data object, e.g., 2000 (9.0.2720).- Returns:
- the data format version
-
setFormatVersion
-
getName
The name representing the data object being described.- Returns:
- the data object name
-
setName
-
getUrl
The URL to download the resource in the mentioned format.- Returns:
- the download URL
-
setUrl
-
equals
-
hashCode
-
toString
-