Class ChangeCredentialStatusRequest


  • public class ChangeCredentialStatusRequest
    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="issuerId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="serialNumber" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <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

      • issuerId

        protected java.lang.String issuerId
      • serialNumber

        protected java.lang.String serialNumber
      • newCredentialStatus

        protected int newCredentialStatus
      • reasonInformation

        protected java.lang.String reasonInformation
    • Constructor Detail

      • ChangeCredentialStatusRequest

        public ChangeCredentialStatusRequest()
    • Method Detail

      • getIssuerId

        public java.lang.String getIssuerId()
        Gets the value of the issuerId property.
        Returns:
        possible object is String
      • setIssuerId

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