|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.etaxonomy.cdm.remote.dto.oaipmh.ResumptionToken
public class ResumptionToken
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.
<complexType name="resumptionTokenType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="completeListSize" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="cursor" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
completeListSize
|
protected BigInteger |
cursor
|
protected org.joda.time.DateTime |
expirationDate
|
protected String |
value
|
| Constructor Summary | |
|---|---|
ResumptionToken()
|
|
ResumptionToken(Pager results,
org.joda.time.DateTime from,
org.joda.time.DateTime until,
MetadataPrefix metadataPrefix,
SetSpec set)
|
|
| Method Summary | |
|---|---|
static ResumptionToken |
emptyResumptionToken()
|
BigInteger |
getCompleteListSize()
Gets the value of the completeListSize property. |
BigInteger |
getCursor()
Gets the value of the cursor property. |
org.joda.time.DateTime |
getExpirationDate()
Gets the value of the expirationDate property. |
org.joda.time.DateTime |
getFrom()
|
MetadataPrefix |
getMetadataPrefix()
|
SetSpec |
getSet()
|
org.joda.time.DateTime |
getUntil()
|
String |
getValue()
Gets the value of the value property. |
void |
setCompleteListSize(BigInteger value)
Sets the value of the completeListSize property. |
void |
setCursor(BigInteger value)
Sets the value of the cursor property. |
void |
setExpirationDate(org.joda.time.DateTime value)
Sets the value of the expirationDate property. |
void |
setValue(String value)
Sets the value of the value property. |
void |
updateResults(Pager results)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected org.joda.time.DateTime expirationDate
protected BigInteger completeListSize
protected BigInteger cursor
| Constructor Detail |
|---|
public ResumptionToken(Pager results,
org.joda.time.DateTime from,
org.joda.time.DateTime until,
MetadataPrefix metadataPrefix,
SetSpec set)
public ResumptionToken()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getExpirationDate()
XMLGregorianCalendarpublic void setExpirationDate(org.joda.time.DateTime value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getCompleteListSize()
BigIntegerpublic void setCompleteListSize(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getCursor()
BigIntegerpublic void setCursor(BigInteger value)
value - allowed object is
BigIntegerpublic MetadataPrefix getMetadataPrefix()
public org.joda.time.DateTime getFrom()
public org.joda.time.DateTime getUntil()
public SetSpec getSet()
public void updateResults(Pager results)
public static ResumptionToken emptyResumptionToken()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||