Class ChangeCredentialStatusResponse


  • public class ChangeCredentialStatusResponse
    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="issuerId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="serialNumber" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="credentialStatus" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="revocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="reasonInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • issuerId

        protected java.lang.String issuerId
      • serialNumber

        protected java.lang.String serialNumber
      • credentialStatus

        protected int credentialStatus
      • revocationDate

        protected javax.xml.datatype.XMLGregorianCalendar revocationDate
      • reasonInformation

        protected java.lang.String reasonInformation
    • Constructor Detail

      • ChangeCredentialStatusResponse

        public ChangeCredentialStatusResponse()
    • 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
      • getCredentialStatus

        public int getCredentialStatus()
        Gets the value of the credentialStatus property.
      • setCredentialStatus

        public void setCredentialStatus​(int value)
        Sets the value of the credentialStatus property.
      • getRevocationDate

        public javax.xml.datatype.XMLGregorianCalendar getRevocationDate()
        Gets the value of the revocationDate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setRevocationDate

        public void setRevocationDate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the revocationDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • 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