Class SignErrorRequest


  • public class SignErrorRequest
    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="canonicalId" type="{http://certificateservices.org/xsd/v2x_registration_2_0}CanonicalIdType"/>
             <element name="caId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="requestHash" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCaId()
      Gets the value of the caId property.
      java.lang.String getCanonicalId()
      Gets the value of the canonicalId property.
      java.lang.String getMessage()
      Gets the value of the message property.
      byte[] getRequestHash()
      Gets the value of the requestHash property.
      java.lang.String getResponseCode()
      Gets the value of the responseCode property.
      void setCaId​(java.lang.String value)
      Sets the value of the caId property.
      void setCanonicalId​(java.lang.String value)
      Sets the value of the canonicalId property.
      void setMessage​(java.lang.String value)
      Sets the value of the message property.
      void setRequestHash​(byte[] value)
      Sets the value of the requestHash property.
      void setResponseCode​(java.lang.String value)
      Sets the value of the responseCode property.
      • Methods inherited from class java.lang.Object

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

      • canonicalId

        protected java.lang.String canonicalId
      • caId

        protected java.lang.String caId
      • responseCode

        protected java.lang.String responseCode
      • message

        protected java.lang.String message
      • requestHash

        protected byte[] requestHash
    • Constructor Detail

      • SignErrorRequest

        public SignErrorRequest()
    • Method Detail

      • getCanonicalId

        public java.lang.String getCanonicalId()
        Gets the value of the canonicalId property.
        Returns:
        possible object is String
      • setCanonicalId

        public void setCanonicalId​(java.lang.String value)
        Sets the value of the canonicalId property.
        Parameters:
        value - allowed object is String
      • getCaId

        public java.lang.String getCaId()
        Gets the value of the caId property.
        Returns:
        possible object is String
      • setCaId

        public void setCaId​(java.lang.String value)
        Sets the value of the caId property.
        Parameters:
        value - allowed object is String
      • getResponseCode

        public java.lang.String getResponseCode()
        Gets the value of the responseCode property.
        Returns:
        possible object is String
      • setResponseCode

        public void setResponseCode​(java.lang.String value)
        Sets the value of the responseCode property.
        Parameters:
        value - allowed object is String
      • getMessage

        public java.lang.String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        public void setMessage​(java.lang.String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String
      • getRequestHash

        public byte[] getRequestHash()
        Gets the value of the requestHash property.
        Returns:
        possible object is byte[]
      • setRequestHash

        public void setRequestHash​(byte[] value)
        Sets the value of the requestHash property.
        Parameters:
        value - allowed object is byte[]