Class GetEjbcaUserCredentialsRequest


  • public class GetEjbcaUserCredentialsRequest
    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="ejbcaUsername" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <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>
     
    • Field Detail

      • ejbcaUsername

        protected java.lang.String ejbcaUsername
      • startIndex

        protected java.lang.Integer startIndex
      • resultSize

        protected java.lang.Integer resultSize
    • Constructor Detail

      • GetEjbcaUserCredentialsRequest

        public GetEjbcaUserCredentialsRequest()
    • Method Detail

      • getEjbcaUsername

        public java.lang.String getEjbcaUsername()
        Gets the value of the ejbcaUsername property.
        Returns:
        possible object is String
      • setEjbcaUsername

        public void setEjbcaUsername​(java.lang.String value)
        Sets the value of the ejbcaUsername property.
        Parameters:
        value - allowed object is String
      • 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