public class BrAPIDataLink extends Object
| Constructor and Description |
|---|
BrAPIDataLink() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIDataLink |
dataFormat(String dataFormat) |
BrAPIDataLink |
description(String description) |
boolean |
equals(Object o) |
BrAPIDataLink |
fileFormat(String fileFormat) |
String |
getDataFormat()
The structure of the data within a file.
|
String |
getDescription()
The general description of this data link
|
String |
getFileFormat()
The MIME type of the file (ie text/csv, application/excel, application/zip).
|
String |
getName()
The name of the external data link MIAPPE V1.1 (DM-38) Data file description - Description of the format of the data file.
|
String |
getProvenance()
The description of the origin or ownership of this linked data.
|
String |
getScientificType()
The general type of data.
|
String |
getUrl()
MIAPPE V1.1 (DM-37) Data file link - Link to the data file (or digital object) in a public database or in a persistent institutional repository; or identifier of the data file when submitted together with the MIAPPE submission.
|
String |
getVersion()
MIAPPE V1.1 (DM-39) Data file version - The version of the dataset (the actual data).
|
int |
hashCode() |
BrAPIDataLink |
name(String name) |
BrAPIDataLink |
provenance(String provenance) |
BrAPIDataLink |
scientificType(String scientificType) |
void |
setDataFormat(String dataFormat) |
void |
setDescription(String description) |
void |
setFileFormat(String fileFormat) |
void |
setName(String name) |
void |
setProvenance(String provenance) |
void |
setScientificType(String scientificType) |
void |
setUrl(String url) |
void |
setVersion(String version) |
String |
toString() |
BrAPIDataLink |
url(String url) |
BrAPIDataLink |
version(String version) |
public BrAPIDataLink dataFormat(String dataFormat)
public String getDataFormat()
public void setDataFormat(String dataFormat)
public BrAPIDataLink description(String description)
public String getDescription()
public void setDescription(String description)
public BrAPIDataLink fileFormat(String fileFormat)
public String getFileFormat()
public void setFileFormat(String fileFormat)
public BrAPIDataLink name(String name)
public String getName()
public void setName(String name)
public BrAPIDataLink provenance(String provenance)
public String getProvenance()
public void setProvenance(String provenance)
public BrAPIDataLink scientificType(String scientificType)
public String getScientificType()
public void setScientificType(String scientificType)
public BrAPIDataLink url(String url)
public String getUrl()
public void setUrl(String url)
public BrAPIDataLink version(String version)
public String getVersion()
public void setVersion(String version)
Copyright © 2023. All rights reserved.