public class MetadataFormat extends Object
| Constructor and Description |
|---|
MetadataFormat() |
| Modifier and Type | Method and Description |
|---|---|
org.openarchives.oai._2.MetadataFormatType |
asMetadataFormatType()
Get the metadata format as a OAI schema compliant type used by JAX-B for serialization
|
String |
getNamespace()
get the namespace for this metadata format
|
String |
getPrefix()
Get the prefix for this metadata format used in oai representations
|
String |
getPropertyName()
Get the property name used for the metadata format
|
String |
getSchemaUrl()
Get this metadata format's XML schema url
|
void |
setNamespace(String namespace)
Sets namespace.
|
void |
setPrefix(String prefix)
Sets prefix.
|
void |
setPropertyName(String propertyName)
Sets property name.
|
void |
setSchemaUrl(String schemaUrl)
Sets schema url.
|
public MetadataFormat()
public String getPropertyName()
public String getPrefix()
public String getSchemaUrl()
public String getNamespace()
public org.openarchives.oai._2.MetadataFormatType asMetadataFormatType()
public void setSchemaUrl(String schemaUrl)
schemaUrl - the schema urlpublic void setNamespace(String namespace)
namespace - the namespacepublic void setPropertyName(String propertyName)
propertyName - the property nameCopyright © 2013–2015 DuraSpace, Inc.. All rights reserved.