|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.etaxonomy.cdm.remote.dto.oaipmh.OAIPMH
public class OAIPMH
Java class for OAI-PMHtype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OAI-PMHtype">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="responseDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="request" type="{http://www.openarchives.org/OAI/2.0/}requestType"/>
<choice>
<element name="error" type="{http://www.openarchives.org/OAI/2.0/}OAI-PMHerrorType" maxOccurs="unbounded"/>
<element name="Identify" type="{http://www.openarchives.org/OAI/2.0/}IdentifyType"/>
<element name="ListMetadataFormats" type="{http://www.openarchives.org/OAI/2.0/}ListMetadataFormatsType"/>
<element name="ListSets" type="{http://www.openarchives.org/OAI/2.0/}ListSetsType"/>
<element name="GetRecord" type="{http://www.openarchives.org/OAI/2.0/}GetRecordType"/>
<element name="ListIdentifiers" type="{http://www.openarchives.org/OAI/2.0/}ListIdentifiersType"/>
<element name="ListRecords" type="{http://www.openarchives.org/OAI/2.0/}ListRecordsType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Error> |
error
|
protected GetRecord |
getRecord
|
protected Identify |
identify
|
protected ListIdentifiers |
listIdentifiers
|
protected ListMetadataFormats |
listMetadataFormats
|
protected ListRecords |
listRecords
|
protected ListSets |
listSets
|
protected Request |
request
|
protected org.joda.time.DateTime |
responseDate
|
| Constructor Summary | |
|---|---|
OAIPMH()
|
|
| Method Summary | |
|---|---|
List<Error> |
getError()
Gets the value of the error property. |
GetRecord |
getGetRecord()
Gets the value of the getRecord property. |
Identify |
getIdentify()
Gets the value of the identify property. |
ListIdentifiers |
getListIdentifiers()
Gets the value of the listIdentifiers property. |
ListMetadataFormats |
getListMetadataFormats()
Gets the value of the listMetadataFormats property. |
ListRecords |
getListRecords()
Gets the value of the listRecords property. |
ListSets |
getListSets()
Gets the value of the listSets property. |
Request |
getRequest()
Gets the value of the request property. |
org.joda.time.DateTime |
getResponseDate()
Gets the value of the responseDate property. |
void |
setGetRecord(GetRecord value)
Sets the value of the getRecord property. |
void |
setIdentify(Identify value)
Sets the value of the identify property. |
void |
setListIdentifiers(ListIdentifiers value)
Sets the value of the listIdentifiers property. |
void |
setListMetadataFormats(ListMetadataFormats value)
Sets the value of the listMetadataFormats property. |
void |
setListRecords(ListRecords value)
Sets the value of the listRecords property. |
void |
setListSets(ListSets value)
Sets the value of the listSets property. |
void |
setRequest(Request value)
Sets the value of the request property. |
void |
setResponseDate(org.joda.time.DateTime value)
Sets the value of the responseDate property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.joda.time.DateTime responseDate
protected Request request
protected List<Error> error
protected Identify identify
protected ListMetadataFormats listMetadataFormats
protected ListSets listSets
protected GetRecord getRecord
protected ListIdentifiers listIdentifiers
protected ListRecords listRecords
| Constructor Detail |
|---|
public OAIPMH()
| Method Detail |
|---|
public org.joda.time.DateTime getResponseDate()
XMLGregorianCalendarpublic void setResponseDate(org.joda.time.DateTime value)
value - allowed object is
XMLGregorianCalendarpublic Request getRequest()
Requestpublic void setRequest(Request value)
value - allowed object is
Requestpublic List<Error> getError()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the error property.
For example, to add a new item, do as follows:
getError().add(newItem);
Objects of the following type(s) are allowed in the list
Error
public Identify getIdentify()
Identifypublic void setIdentify(Identify value)
value - allowed object is
Identifypublic ListMetadataFormats getListMetadataFormats()
ListMetadataFormatspublic void setListMetadataFormats(ListMetadataFormats value)
value - allowed object is
ListMetadataFormatspublic ListSets getListSets()
ListSetspublic void setListSets(ListSets value)
value - allowed object is
ListSetspublic GetRecord getGetRecord()
GetRecordpublic void setGetRecord(GetRecord value)
value - allowed object is
GetRecordpublic ListIdentifiers getListIdentifiers()
ListIdentifierspublic void setListIdentifiers(ListIdentifiers value)
value - allowed object is
ListIdentifierspublic ListRecords getListRecords()
ListRecordspublic void setListRecords(ListRecords value)
value - allowed object is
ListRecords
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||