Class ResumptionTokenType

  • All Implemented Interfaces:
    XMLWritable

    public class ResumptionTokenType
    extends Object
    implements XMLWritable
    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​(Number 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​(Number value)
        Sets the value of the cursor property.
        Parameters:
        value - allowed object is ;