Class ResumptionTokenType
- java.lang.Object
-
- com.lyncode.xoai.serviceprovider.oaipmh.spec.ResumptionTokenType
-
public class ResumptionTokenType extends Object
A resumptionToken may have 3 optional attributes and can be used in ListSets, ListIdentifiers, ListRecords responses. Java class for resumptionTokenType complex type. The following schema fragment specifies the expected content contained within this class.
-
-
Field Summary
Fields Modifier and Type Field Description protected longcompleteListSizeprotected longcursorprotected DateexpirationDateprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description ResumptionTokenType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCompleteListSize()Gets the value of the completeListSize property.longgetCursor()Gets the value of the cursor property.DategetExpirationDate()Gets the value of the expirationDate property.StringgetValue()Gets the value of the value property.voidsetCompleteListSize(long value)Sets the value of the completeListSize property.voidsetCursor(long value)Sets the value of the cursor property.voidsetExpirationDate(Date value)Sets the value of the expirationDate property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is ;
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object is ;
-
getExpirationDate
public Date getExpirationDate()
Gets the value of the expirationDate property.- Returns:
- possible object is
-
setExpirationDate
public void setExpirationDate(Date value)
Sets the value of the expirationDate property.- Parameters:
value- allowed object is
-
getCompleteListSize
public long getCompleteListSize()
Gets the value of the completeListSize property.- Returns:
- possible object is ;
-
setCompleteListSize
public void setCompleteListSize(long value)
Sets the value of the completeListSize property.- Parameters:
value- allowed object is ;
-
getCursor
public long getCursor()
Gets the value of the cursor property.- Returns:
- possible object is ;
-
setCursor
public void setCursor(long value)
Sets the value of the cursor property.- Parameters:
value- allowed object is ;
-
-