|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kb.oai.pmh.MetadataFormat
public class MetadataFormat
This class has the information for a specific metadata format that exists in the repository.
Constructor Summary | |
---|---|
MetadataFormat(Node node)
Create a MetadataFormat from a <metadataFormat>
node from the response. |
Method Summary | |
---|---|
String |
getNamespace()
Get the namespace for the metadata format. |
String |
getPrefix()
Get the prefix for the metadata format in the repository. |
String |
getSchema()
Get the schema for the metadata format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataFormat(Node node)
MetadataFormat
from a <metadataFormat>
node from the response.
node
- a metadataFormat
nodeMethod Detail |
---|
public String getPrefix()
public String getSchema()
public String getNamespace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |