|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gcube.common.OAIMetadataFormat
public class OAIMetadataFormat
This class represents an OAI Metadata Format. This object is returned by the OAIMetadataFormatList.getCurrentItem() method.
| Constructor Summary | |
|---|---|
OAIMetadataFormat()
Constructs an empty OAI metadata format |
|
| Method Summary | |
|---|---|
protected void |
frndSetMetadataNamespace(String mn)
|
protected void |
frndSetMetadataPrefix(String mp)
|
protected void |
frndSetSchema(String s)
|
protected void |
frndSetValid(boolean b)
|
String |
getMetadataNamespace()
Returns the XML namespace of this metadata format. |
String |
getMetadataPrefix()
Returns the prefix used for this metadata format. |
String |
getSchema()
Returns the URL of the XML schema for this metadata format |
boolean |
isMetadataFormatValid()
Returns true if the record list appears to be valid (well-formed, and if the Validation if Very Strict also valid according to the XML Schemas); if the Validation is Loose and the record is not well-formed, false is returned. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OAIMetadataFormat()
| Method Detail |
|---|
public boolean isMetadataFormatValid()
protected void frndSetValid(boolean b)
public String getMetadataNamespace()
public String getMetadataPrefix()
public String getSchema()
protected void frndSetMetadataNamespace(String mn)
protected void frndSetMetadataPrefix(String mp)
protected void frndSetSchema(String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||