Class GetUsersRequest


  • public class GetUsersRequest
    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="uniqueId" 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>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      GetUsersRequest()  
    • 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.Integer getStartIndex()
      Gets the value of the startIndex property.
      java.lang.String getUniqueId()
      Gets the value of the uniqueId 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 setStartIndex​(java.lang.Integer value)
      Sets the value of the startIndex property.
      void setUniqueId​(java.lang.String value)
      Sets the value of the uniqueId property.
      • Methods inherited from class java.lang.Object

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

      • uniqueId

        protected java.lang.String uniqueId
      • exactMatch

        protected boolean exactMatch
      • startIndex

        protected java.lang.Integer startIndex
      • resultSize

        protected java.lang.Integer resultSize
    • Constructor Detail

      • GetUsersRequest

        public GetUsersRequest()
    • Method Detail

      • getUniqueId

        public java.lang.String getUniqueId()
        Gets the value of the uniqueId property.
        Returns:
        possible object is String
      • setUniqueId

        public void setUniqueId​(java.lang.String value)
        Sets the value of the uniqueId 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