Class BaseResponseType

  • Direct Known Subclasses:
    SignCertResponse, SignErrorResponse

    public class BaseResponseType
    extends CSResponse

    Java class for BaseResponseType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="BaseResponseType">
       <complexContent>
         <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSResponse">
           <sequence>
             <element name="canonicalId" type="{http://certificateservices.org/xsd/v2x_registration_2_0}CanonicalIdType"/>
             <element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="responseData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • canonicalId

        protected java.lang.String canonicalId
      • responseCode

        protected java.lang.String responseCode
      • responseData

        protected byte[] responseData
      • message

        protected java.lang.String message
    • Constructor Detail

      • BaseResponseType

        public BaseResponseType()
    • 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
      • 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
      • getResponseData

        public byte[] getResponseData()
        Gets the value of the responseData property.
        Returns:
        possible object is byte[]
      • setResponseData

        public void setResponseData​(byte[] value)
        Sets the value of the responseData property.
        Parameters:
        value - allowed object is byte[]
      • 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