Uses of Class
com.lyncode.xoai.serviceprovider.oaipmh.spec.ResumptionTokenType
-
Packages that use ResumptionTokenType Package Description com.lyncode.xoai.serviceprovider.oaipmh com.lyncode.xoai.serviceprovider.oaipmh.spec -
-
Uses of ResumptionTokenType in com.lyncode.xoai.serviceprovider.oaipmh
Methods in com.lyncode.xoai.serviceprovider.oaipmh that return ResumptionTokenType Modifier and Type Method Description ResumptionTokenTypeResumptionTokenParser. parseElement(XMLEventReader reader) -
Uses of ResumptionTokenType in com.lyncode.xoai.serviceprovider.oaipmh.spec
Fields in com.lyncode.xoai.serviceprovider.oaipmh.spec declared as ResumptionTokenType Modifier and Type Field Description protected ResumptionTokenTypeListIdentifiersType. resumptionTokenprotected ResumptionTokenTypeListRecordsType. resumptionTokenprotected ResumptionTokenTypeListSetsType. resumptionTokenMethods in com.lyncode.xoai.serviceprovider.oaipmh.spec 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.serviceprovider.oaipmh.spec 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.
-