Class OAIPMHtype
- java.lang.Object
-
- com.lyncode.xoai.serviceprovider.oaipmh.spec.OAIPMHtype
-
public class OAIPMHtype extends Object
Java class for OAI-PMHtype complex type. The following schema fragment specifies the expected content contained within this class.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<OAIPMHerrorType>errorprotected GetRecordTypegetRecordprotected IdentifyTypeidentifyprotected ListIdentifiersTypelistIdentifiersprotected ListMetadataFormatsTypelistMetadataFormatsprotected ListRecordsTypelistRecordsprotected ListSetsTypelistSetsprotected RequestTyperequestprotected DateresponseDate
-
Constructor Summary
Constructors Constructor Description OAIPMHtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OAIPMHerrorType>getError()Gets the value of the error property.GetRecordTypegetGetRecord()Gets the value of the getRecord property.IdentifyTypegetIdentify()Gets the value of the identify property.ListIdentifiersTypegetListIdentifiers()Gets the value of the listIdentifiers property.ListMetadataFormatsTypegetListMetadataFormats()Gets the value of the listMetadataFormats property.ListRecordsTypegetListRecords()Gets the value of the listRecords property.ListSetsTypegetListSets()Gets the value of the listSets property.RequestTypegetRequest()Gets the value of the request property.DategetResponseDate()Gets the value of the responseDate property.voidsetGetRecord(GetRecordType value)Sets the value of the getRecord property.voidsetIdentify(IdentifyType value)Sets the value of the identify property.voidsetListIdentifiers(ListIdentifiersType value)Sets the value of the listIdentifiers property.voidsetListMetadataFormats(ListMetadataFormatsType value)Sets the value of the listMetadataFormats property.voidsetListRecords(ListRecordsType value)Sets the value of the listRecords property.voidsetListSets(ListSetsType value)Sets the value of the listSets property.voidsetRequest(RequestType value)Sets the value of the request property.voidsetResponseDate(Date value)Sets the value of the responseDate property.
-
-
-
Field Detail
-
responseDate
protected Date responseDate
-
request
protected RequestType request
-
error
protected List<OAIPMHerrorType> error
-
identify
protected IdentifyType identify
-
listMetadataFormats
protected ListMetadataFormatsType listMetadataFormats
-
listSets
protected ListSetsType listSets
-
getRecord
protected GetRecordType getRecord
-
listIdentifiers
protected ListIdentifiersType listIdentifiers
-
listRecords
protected ListRecordsType listRecords
-
-
Method Detail
-
getResponseDate
public Date getResponseDate()
Gets the value of the responseDate property.- Returns:
- possible object is
-
setResponseDate
public void setResponseDate(Date value)
Sets the value of the responseDate property.- Parameters:
value- allowed object is
-
getRequest
public RequestType getRequest()
Gets the value of the request property.- Returns:
- possible object is ;
-
setRequest
public void setRequest(RequestType value)
Sets the value of the request property.- Parameters:
value- allowed object is ;
-
getError
public List<OAIPMHerrorType> getError()
Gets the value of the error property. 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 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 ;
-
getIdentify
public IdentifyType getIdentify()
Gets the value of the identify property.- Returns:
- possible object is ;
-
setIdentify
public void setIdentify(IdentifyType value)
Sets the value of the identify property.- Parameters:
value- allowed object is ;
-
getListMetadataFormats
public ListMetadataFormatsType getListMetadataFormats()
Gets the value of the listMetadataFormats property.- Returns:
- possible object is ;
-
setListMetadataFormats
public void setListMetadataFormats(ListMetadataFormatsType value)
Sets the value of the listMetadataFormats property.- Parameters:
value- allowed object is ;
-
getListSets
public ListSetsType getListSets()
Gets the value of the listSets property.- Returns:
- possible object is ;
-
setListSets
public void setListSets(ListSetsType value)
Sets the value of the listSets property.- Parameters:
value- allowed object is ;
-
getGetRecord
public GetRecordType getGetRecord()
Gets the value of the getRecord property.- Returns:
- possible object is ;
-
setGetRecord
public void setGetRecord(GetRecordType value)
Sets the value of the getRecord property.- Parameters:
value- allowed object is ;
-
getListIdentifiers
public ListIdentifiersType getListIdentifiers()
Gets the value of the listIdentifiers property.- Returns:
- possible object is ;
-
setListIdentifiers
public void setListIdentifiers(ListIdentifiersType value)
Sets the value of the listIdentifiers property.- Parameters:
value- allowed object is ;
-
getListRecords
public ListRecordsType getListRecords()
Gets the value of the listRecords property.- Returns:
- possible object is ;
-
setListRecords
public void setListRecords(ListRecordsType value)
Sets the value of the listRecords property.- Parameters:
value- allowed object is ;
-
-