public class EMLDocument extends Object
Modifier and Type | Class and Description |
---|---|
class |
EMLDocument.DistributionMetadata
sub class to contain the distribution metadata
|
Modifier and Type | Field and Description |
---|---|
Vector<EMLDocument.DistributionMetadata> |
distributionMetadata |
ObjectFormat |
format |
Constructor and Description |
---|
EMLDocument()
constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addDistributionMetadata(String url,
String mimeType)
add a url and mime type to the document reference
|
void |
setObjectFormat(ObjectFormat format)
set the format of the document
|
public ObjectFormat format
public Vector<EMLDocument.DistributionMetadata> distributionMetadata
public void addDistributionMetadata(String url, String mimeType)
url
- mimeType
- public void setObjectFormat(ObjectFormat format)
format
- Copyright © 2020. All Rights Reserved.