Class ListIdentifiersType
- java.lang.Object
-
- com.lyncode.xoai.serviceprovider.oaipmh.spec.ListIdentifiersType
-
public class ListIdentifiersType extends Object
Java class for ListIdentifiersType complex type. The following schema fragment specifies the expected content contained within this class.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<HeaderType>headerprotected ResumptionTokenTyperesumptionToken
-
Constructor Summary
Constructors Constructor Description ListIdentifiersType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HeaderType>getHeader()Gets the value of the header property.ResumptionTokenTypegetResumptionToken()Gets the value of the resumptionToken property.voidsetResumptionToken(ResumptionTokenType value)Sets the value of the resumptionToken property.
-
-
-
Field Detail
-
header
protected List<HeaderType> header
-
resumptionToken
protected ResumptionTokenType resumptionToken
-
-
Method Detail
-
getHeader
public List<HeaderType> getHeader()
Gets the value of the header 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 header property. For example, to add a new item, do as follows: getHeader().add(newItem); Objects of the following type(s) are allowed in the list ;
-
getResumptionToken
public ResumptionTokenType getResumptionToken()
Gets the value of the resumptionToken property.- Returns:
- possible object is ;
-
setResumptionToken
public void setResumptionToken(ResumptionTokenType value)
Sets the value of the resumptionToken property.- Parameters:
value- allowed object is ;
-
-