|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectse.kb.oai.pmh.Header
public class Header
Class that holds the information returned in the <header>
part of a response. The verbs that has responses that includes a header
are GetRecord, ListRecords and ListIdentifiers.
| Constructor Summary | |
|---|---|
Header(Node node)
Creates a Header object. |
|
| Method Summary | |
|---|---|
String |
getDatestamp()
Get the datestamp. |
String |
getIdentifier()
Get the identifier. |
List<String> |
getSetSpecs()
Get a list of sets. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Header(Node node)
Header object.
node - the <header> node| Method Detail |
|---|
public String getIdentifier()
public String getDatestamp()
public List<String> getSetSpecs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||