Class SignErrorRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.v2x.backend.jaxb.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcaIdprotected java.lang.StringcanonicalIdprotected java.lang.Stringmessageprotected byte[]requestHashprotected java.lang.StringresponseCode-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description SignErrorRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCaId()Gets the value of the caId property.java.lang.StringgetCanonicalId()Gets the value of the canonicalId property.java.lang.StringgetMessage()Gets the value of the message property.byte[]getRequestHash()Gets the value of the requestHash property.java.lang.StringgetResponseCode()Gets the value of the responseCode property.voidsetCaId(java.lang.String value)Sets the value of the caId 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.voidsetRequestHash(byte[] value)Sets the value of the requestHash property.voidsetResponseCode(java.lang.String value)Sets the value of the responseCode property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
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
-
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 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
-
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
-
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[]
-
-