Class 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 Detail

      • value

        protected String value
      • expirationDate

        protected Date expirationDate
      • completeListSize

        protected long completeListSize
      • cursor

        protected long cursor
    • Constructor Detail

      • ResumptionTokenType

        public ResumptionTokenType()
    • 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 ;