|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gcube.common.OAISet
public class OAISet
This class represents an OAI Set. This object is returned by the OAISetList.getCurrentItem() method.
| Constructor Summary | |
|---|---|
OAISet()
Construct a empty set. |
|
| Method Summary | |
|---|---|
protected void |
frndSetSetDescription(NodeList nl)
|
protected void |
frndSetSetName(String sn)
|
protected void |
frndSetSetSpec(String ss)
|
protected void |
frndSetValid(boolean b)
|
Node |
getSetDescription()
Return the first description of this repository |
Node |
getSetDescription(int i)
Return one of the descriptions of this repository |
int |
getSetDescriptionCount()
Return how many descriptions there are for the repository |
String |
getSetName()
Returns the human-readable name of the set. |
String |
getSetSpec()
Returns the identifier for the set. |
boolean |
isSetValid()
Return true if the set 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 OAISet()
| Method Detail |
|---|
public Node getSetDescription()
throws OAIException
OAIException
public Node getSetDescription(int i)
throws OAIException
OAIExceptionpublic int getSetDescriptionCount()
public boolean isSetValid()
protected void frndSetValid(boolean b)
protected void frndSetSetSpec(String ss)
protected void frndSetSetName(String sn)
protected void frndSetSetDescription(NodeList nl)
public String getSetSpec()
public String getSetName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||