Class 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.
    • Constructor Detail

      • OAIPMHtype

        public OAIPMHtype()
    • 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 ;