Uses of Class
com.lyncode.xoai.dataprovider.xml.oaipmh.ResumptionTokenType
-
Packages that use ResumptionTokenType Package Description com.lyncode.xoai.dataprovider.xml.oaipmh -
-
Uses of ResumptionTokenType in com.lyncode.xoai.dataprovider.xml.oaipmh
Fields in com.lyncode.xoai.dataprovider.xml.oaipmh declared as ResumptionTokenType Modifier and Type Field Description protected ResumptionTokenTypeListIdentifiersType. resumptionTokenprotected ResumptionTokenTypeListRecordsType. resumptionTokenprotected ResumptionTokenTypeListSetsType. resumptionTokenMethods in com.lyncode.xoai.dataprovider.xml.oaipmh that return ResumptionTokenType Modifier and Type Method Description ResumptionTokenTypeListIdentifiersType. getResumptionToken()Gets the value of the resumptionToken property.ResumptionTokenTypeListRecordsType. getResumptionToken()Gets the value of the resumptionToken property.ResumptionTokenTypeListSetsType. getResumptionToken()Gets the value of the resumptionToken property.Methods in com.lyncode.xoai.dataprovider.xml.oaipmh with parameters of type ResumptionTokenType Modifier and Type Method Description voidListIdentifiersType. setResumptionToken(ResumptionTokenType value)Sets the value of the resumptionToken property.voidListRecordsType. setResumptionToken(ResumptionTokenType value)Sets the value of the resumptionToken property.voidListSetsType. setResumptionToken(ResumptionTokenType value)Sets the value of the resumptionToken property.
-