Class SignRequestTask
- java.lang.Object
-
- org.certificateservices.messages.signrequest.jaxb.BaseSignTask
-
- org.certificateservices.messages.signrequest.jaxb.SignRequestTask
-
public class SignRequestTask extends BaseSignTask
Java class for SignRequestTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignRequestTask"> <complexContent> <extension base="{http://certificateservices.org/xsd/signrequest2_0}BaseSignTask"> <sequence> <element name="signRequestData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.certificateservices.messages.signrequest.jaxb.BaseSignTask
BaseSignTask.Attributes
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]signRequestData-
Fields inherited from class org.certificateservices.messages.signrequest.jaxb.BaseSignTask
attributes, keyId, signTaskId, signType
-
-
Constructor Summary
Constructors Constructor Description SignRequestTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getSignRequestData()Gets the value of the signRequestData property.voidsetSignRequestData(byte[] value)Sets the value of the signRequestData property.-
Methods inherited from class org.certificateservices.messages.signrequest.jaxb.BaseSignTask
getAttributes, getKeyId, getSignTaskId, getSignType, setAttributes, setKeyId, setSignTaskId, setSignType
-
-
-
-
Method Detail
-
getSignRequestData
public byte[] getSignRequestData()
Gets the value of the signRequestData property.- Returns:
- possible object is byte[]
-
setSignRequestData
public void setSignRequestData(byte[] value)
Sets the value of the signRequestData property.- Parameters:
value- allowed object is byte[]
-
-