Class BaseResponseType
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSResponse
-
- org.certificateservices.messages.v2x.backend.jaxb.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 Summary
Fields Modifier and Type Field Description protected java.lang.StringcanonicalIdprotected java.lang.Stringmessageprotected java.lang.StringresponseCodeprotected byte[]responseData-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
failureMessage, inResponseTo, status
-
-
Constructor Summary
Constructors Constructor Description BaseResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCanonicalId()Gets the value of the canonicalId property.java.lang.StringgetMessage()Gets the value of the message property.java.lang.StringgetResponseCode()Gets the value of the responseCode property.byte[]getResponseData()Gets the value of the responseData property.voidsetCanonicalId(java.lang.String value)Sets the value of the canonicalId property.voidsetMessage(java.lang.String value)Sets the value of the message property.voidsetResponseCode(java.lang.String value)Sets the value of the responseCode property.voidsetResponseData(byte[] value)Sets the value of the responseData property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
getFailureMessage, getInResponseTo, getStatus, setFailureMessage, setInResponseTo, setStatus
-
-
-
-
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 isString
-
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 isString
-
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 isString
-
-