Class Dmp
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe DMP Ethical Issues Exist Schemastatic enumThe DMP Language Schema -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe DMP Contact SchemaThe Contributor SchemagetCost()The Cost SchemaThe DMP Creation SchemaThe Dataset SchemaThe DMP Description SchemagetDmpId()The DMP Identifier SchemaThe DMP Ethical Issues Description SchemaThe DMP Ethical Issues Exist SchemaThe DMP Ethical Issues Report SchemaThe DMP Language SchemaThe DMP Modification SchemaThe DMP Project SchemagetTitle()The DMP Title SchemainthashCode()voidsetAdditionalProperty(String name, Object value) voidsetContact(Contact contact) The DMP Contact SchemavoidsetContributor(List<Contributor> contributor) The Contributor SchemavoidThe Cost SchemavoidsetCreated(Date created) The DMP Creation SchemavoidsetDataset(List<Dataset> dataset) The Dataset SchemavoidsetDescription(String description) The DMP Description SchemavoidThe DMP Identifier SchemavoidsetEthicalIssuesDescription(String ethicalIssuesDescription) The DMP Ethical Issues Description SchemavoidsetEthicalIssuesExist(Dmp.EthicalIssuesExist ethicalIssuesExist) The DMP Ethical Issues Exist SchemavoidsetEthicalIssuesReport(URI ethicalIssuesReport) The DMP Ethical Issues Report SchemavoidsetLanguage(Dmp.Language language) The DMP Language SchemavoidsetModified(Date modified) The DMP Modification SchemavoidsetProject(List<Project> project) The DMP Project SchemavoidThe DMP Title SchematoString()
-
Constructor Details
-
Dmp
public Dmp()
-
-
Method Details
-
getContact
The DMP Contact Schema(Required)
-
setContact
The DMP Contact Schema(Required)
-
getContributor
The Contributor Schema -
setContributor
The Contributor Schema -
getCost
The Cost Schema -
setCost
The Cost Schema -
getCreated
The DMP Creation SchemaDate and time of the first version of a DMP. Must not be changed in subsequent DMPs. Encoded using the relevant ISO 8601 Date and Time compliant string (Required)
-
setCreated
The DMP Creation SchemaDate and time of the first version of a DMP. Must not be changed in subsequent DMPs. Encoded using the relevant ISO 8601 Date and Time compliant string (Required)
-
getDataset
The Dataset Schema(Required)
-
setDataset
The Dataset Schema(Required)
-
getDescription
The DMP Description SchemaTo provide any free-form text information on a DMP
-
setDescription
The DMP Description SchemaTo provide any free-form text information on a DMP
-
getDmpId
The DMP Identifier SchemaIdentifier for the DMP itself (Required)
-
setDmpId
The DMP Identifier SchemaIdentifier for the DMP itself (Required)
-
getEthicalIssuesDescription
The DMP Ethical Issues Description SchemaTo describe ethical issues directly in a DMP
-
setEthicalIssuesDescription
The DMP Ethical Issues Description SchemaTo describe ethical issues directly in a DMP
-
getEthicalIssuesExist
The DMP Ethical Issues Exist SchemaTo indicate whether there are ethical issues related to data that this DMP describes. Allowed values: yes, no, unknown (Required)
-
setEthicalIssuesExist
The DMP Ethical Issues Exist SchemaTo indicate whether there are ethical issues related to data that this DMP describes. Allowed values: yes, no, unknown (Required)
-
getEthicalIssuesReport
The DMP Ethical Issues Report SchemaTo indicate where a protocol from a meeting with an ethical commitee can be found
-
setEthicalIssuesReport
The DMP Ethical Issues Report SchemaTo indicate where a protocol from a meeting with an ethical commitee can be found
-
getLanguage
The DMP Language SchemaLanguage of the DMP expressed using ISO 639-3. (Required)
-
setLanguage
The DMP Language SchemaLanguage of the DMP expressed using ISO 639-3. (Required)
-
getModified
The DMP Modification SchemaMust be set each time DMP is modified. Indicates DMP version. Encoded using the relevant ISO 8601 Date and Time compliant string. (Required)
-
setModified
The DMP Modification SchemaMust be set each time DMP is modified. Indicates DMP version. Encoded using the relevant ISO 8601 Date and Time compliant string. (Required)
-
getProject
The DMP Project SchemaProject related to a DMP
-
setProject
The DMP Project SchemaProject related to a DMP
-
getTitle
The DMP Title SchemaTitle of a DMP (Required)
-
setTitle
The DMP Title SchemaTitle of a DMP (Required)
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-