|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.oai.SimpleMetadataFormat
public class SimpleMetadataFormat
A simple implementation of MetadataFormat that provides getters on the values passed in the constructor.
| Constructor Summary | |
|---|---|
SimpleMetadataFormat(String prefix,
String schemaLocation,
String namespaceURI)
|
|
| Method Summary | |
|---|---|
String |
getNamespaceURI()
Get the URI of the namespace. |
String |
getPrefix()
Get the prefix of the format. |
String |
getSchemaLocation()
Get the URL of the schema. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleMetadataFormat(String prefix,
String schemaLocation,
String namespaceURI)
| Method Detail |
|---|
public String getPrefix()
MetadataFormat
getPrefix in interface MetadataFormatpublic String getSchemaLocation()
MetadataFormat
getSchemaLocation in interface MetadataFormatpublic String getNamespaceURI()
MetadataFormat
getNamespaceURI in interface MetadataFormat
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||