Class GetTokensResponse


  • public class GetTokensResponse
    extends CSResponse

    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}CSResponse">
           <sequence>
             <element name="tokens">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="token" type="{http://certificateservices.org/xsd/csmessages2_0}Token" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="startIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="totalMatching" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • startIndex

        protected java.lang.Integer startIndex
      • totalMatching

        protected java.lang.Integer totalMatching
    • Constructor Detail

      • GetTokensResponse

        public GetTokensResponse()
    • Method Detail

      • 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
      • getTotalMatching

        public java.lang.Integer getTotalMatching()
        Gets the value of the totalMatching property.
        Returns:
        possible object is Integer
      • setTotalMatching

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