Class GetTokensRequest


  • public class GetTokensRequest
    extends CSRequest

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSRequest">
           <sequence>
             <element name="serialNumber" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="exactMatch" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="startIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="resultSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getResultSize()
      Gets the value of the resultSize property.
      java.lang.String getSerialNumber()
      Gets the value of the serialNumber property.
      java.lang.Integer getStartIndex()
      Gets the value of the startIndex property.
      boolean isExactMatch()
      Gets the value of the exactMatch property.
      void setExactMatch​(boolean value)
      Sets the value of the exactMatch property.
      void setResultSize​(java.lang.Integer value)
      Sets the value of the resultSize property.
      void setSerialNumber​(java.lang.String value)
      Sets the value of the serialNumber property.
      void setStartIndex​(java.lang.Integer value)
      Sets the value of the startIndex property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • serialNumber

        protected java.lang.String serialNumber
      • exactMatch

        protected boolean exactMatch
      • startIndex

        protected java.lang.Integer startIndex
      • resultSize

        protected java.lang.Integer resultSize
    • Constructor Detail

      • GetTokensRequest

        public GetTokensRequest()
    • Method Detail

      • getSerialNumber

        public java.lang.String getSerialNumber()
        Gets the value of the serialNumber property.
        Returns:
        possible object is String
      • setSerialNumber

        public void setSerialNumber​(java.lang.String value)
        Sets the value of the serialNumber property.
        Parameters:
        value - allowed object is String
      • isExactMatch

        public boolean isExactMatch()
        Gets the value of the exactMatch property.
      • setExactMatch

        public void setExactMatch​(boolean value)
        Sets the value of the exactMatch property.
      • getStartIndex

        public java.lang.Integer getStartIndex()
        Gets the value of the startIndex property.
        Returns:
        possible object is Integer
      • setStartIndex

        public void setStartIndex​(java.lang.Integer value)
        Sets the value of the startIndex property.
        Parameters:
        value - allowed object is Integer
      • getResultSize

        public java.lang.Integer getResultSize()
        Gets the value of the resultSize property.
        Returns:
        possible object is Integer
      • setResultSize

        public void setResultSize​(java.lang.Integer value)
        Sets the value of the resultSize property.
        Parameters:
        value - allowed object is Integer