public class MetadatumDTO extends Object
| Constructor and Description |
|---|
MetadatumDTO()
An empty MetadatumDTO constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getElement()
Retrieve the element set to this MetadatumDTO.
|
String |
getQualifier()
Retrieve the qualifier set to this MetadatumDTO.
|
String |
getSchema()
Retrieve the schema set to this MetadatumDTO.
|
String |
getValue()
Retrieve the value set to this MetadatumDTO.
|
void |
setElement(String element)
Set the element to this MetadatumDTO
|
void |
setQualifier(String qualifier)
Set the qualifier to this MetadatumDTO
|
void |
setSchema(String schema)
Set the schema to this MetadatumDTO
|
void |
setValue(String value)
Set the MetadatumDTO to this value.
|
public String getSchema()
public void setSchema(String schema)
schema - metadata field schemapublic String getElement()
public void setElement(String element)
element - metadata field elementpublic String getQualifier()
public void setQualifier(String qualifier)
qualifier - metadata field qualifierpublic String getValue()
public void setValue(String value)
value - metadata field valueCopyright © 2019 DuraSpace. All rights reserved.