Class ChangeUserStatusRequest


  • public class ChangeUserStatusRequest
    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="userUniqueId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="tokenFilter" type="{http://certificateservices.org/xsd/credmanagement2_0}TokenFilter" minOccurs="0"/>
             <element name="credentialFilter" type="{http://certificateservices.org/xsd/credmanagement2_0}CredentialFilter" minOccurs="0"/>
             <element name="newCredentialStatus" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="reasonInformation" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • userUniqueId

        protected java.lang.String userUniqueId
      • newCredentialStatus

        protected int newCredentialStatus
      • reasonInformation

        protected java.lang.String reasonInformation
    • Constructor Detail

      • ChangeUserStatusRequest

        public ChangeUserStatusRequest()
    • Method Detail

      • getUserUniqueId

        public java.lang.String getUserUniqueId()
        Gets the value of the userUniqueId property.
        Returns:
        possible object is String
      • setUserUniqueId

        public void setUserUniqueId​(java.lang.String value)
        Sets the value of the userUniqueId property.
        Parameters:
        value - allowed object is String
      • getTokenFilter

        public TokenFilter getTokenFilter()
        Gets the value of the tokenFilter property.
        Returns:
        possible object is TokenFilter
      • setTokenFilter

        public void setTokenFilter​(TokenFilter value)
        Sets the value of the tokenFilter property.
        Parameters:
        value - allowed object is TokenFilter
      • getCredentialFilter

        public CredentialFilter getCredentialFilter()
        Gets the value of the credentialFilter property.
        Returns:
        possible object is CredentialFilter
      • setCredentialFilter

        public void setCredentialFilter​(CredentialFilter value)
        Sets the value of the credentialFilter property.
        Parameters:
        value - allowed object is CredentialFilter
      • getNewCredentialStatus

        public int getNewCredentialStatus()
        Gets the value of the newCredentialStatus property.
      • setNewCredentialStatus

        public void setNewCredentialStatus​(int value)
        Sets the value of the newCredentialStatus property.
      • getReasonInformation

        public java.lang.String getReasonInformation()
        Gets the value of the reasonInformation property.
        Returns:
        possible object is String
      • setReasonInformation

        public void setReasonInformation​(java.lang.String value)
        Sets the value of the reasonInformation property.
        Parameters:
        value - allowed object is String