Class SignTaskDataType
- java.lang.Object
-
- org.certificateservices.messages.sweeid2.dssextenstions1_1.jaxb.SignTaskDataType
-
public class SignTaskDataType extends java.lang.ObjectJava class for SignTaskDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignTaskDataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}ToBeSignedBytes"/> <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}AdESObject" minOccurs="0"/> <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}Base64Signature" minOccurs="0"/> <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}OtherSignTaskData" minOccurs="0"/> </sequence> <attribute name="SignTaskId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="SigType" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="XML"/> <enumeration value="PDF"/> <enumeration value="CMS"/> <enumeration value="ASiC"/> </restriction> </simpleType> </attribute> <attribute name="AdESType" default="None"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="None"/> <enumeration value="BES"/> <enumeration value="EPES"/> </restriction> </simpleType> </attribute> <attribute name="ProcessingRules" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AdESObjectTypeadESObjectprotected java.lang.StringadESTypeprotected Base64SignatureTypebase64Signatureprotected AnyTypeotherSignTaskDataprotected java.lang.StringprocessingRulesprotected java.lang.StringsignTaskIdprotected java.lang.StringsigTypeprotected byte[]toBeSignedBytes
-
Constructor Summary
Constructors Constructor Description SignTaskDataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdESObjectTypegetAdESObject()Gets the value of the adESObject property.java.lang.StringgetAdESType()Gets the value of the adESType property.Base64SignatureTypegetBase64Signature()Gets the value of the base64Signature property.AnyTypegetOtherSignTaskData()Gets the value of the otherSignTaskData property.java.lang.StringgetProcessingRules()Gets the value of the processingRules property.java.lang.StringgetSignTaskId()Gets the value of the signTaskId property.java.lang.StringgetSigType()Gets the value of the sigType property.byte[]getToBeSignedBytes()Gets the value of the toBeSignedBytes property.voidsetAdESObject(AdESObjectType value)Sets the value of the adESObject property.voidsetAdESType(java.lang.String value)Sets the value of the adESType property.voidsetBase64Signature(Base64SignatureType value)Sets the value of the base64Signature property.voidsetOtherSignTaskData(AnyType value)Sets the value of the otherSignTaskData property.voidsetProcessingRules(java.lang.String value)Sets the value of the processingRules property.voidsetSignTaskId(java.lang.String value)Sets the value of the signTaskId property.voidsetSigType(java.lang.String value)Sets the value of the sigType property.voidsetToBeSignedBytes(byte[] value)Sets the value of the toBeSignedBytes property.
-
-
-
Field Detail
-
toBeSignedBytes
protected byte[] toBeSignedBytes
-
adESObject
protected AdESObjectType adESObject
-
base64Signature
protected Base64SignatureType base64Signature
-
otherSignTaskData
protected AnyType otherSignTaskData
-
signTaskId
protected java.lang.String signTaskId
-
sigType
protected java.lang.String sigType
-
adESType
protected java.lang.String adESType
-
processingRules
protected java.lang.String processingRules
-
-
Method Detail
-
getToBeSignedBytes
public byte[] getToBeSignedBytes()
Gets the value of the toBeSignedBytes property.- Returns:
- possible object is byte[]
-
setToBeSignedBytes
public void setToBeSignedBytes(byte[] value)
Sets the value of the toBeSignedBytes property.- Parameters:
value- allowed object is byte[]
-
getAdESObject
public AdESObjectType getAdESObject()
Gets the value of the adESObject property.- Returns:
- possible object is
AdESObjectType
-
setAdESObject
public void setAdESObject(AdESObjectType value)
Sets the value of the adESObject property.- Parameters:
value- allowed object isAdESObjectType
-
getBase64Signature
public Base64SignatureType getBase64Signature()
Gets the value of the base64Signature property.- Returns:
- possible object is
Base64SignatureType
-
setBase64Signature
public void setBase64Signature(Base64SignatureType value)
Sets the value of the base64Signature property.- Parameters:
value- allowed object isBase64SignatureType
-
getOtherSignTaskData
public AnyType getOtherSignTaskData()
Gets the value of the otherSignTaskData property.- Returns:
- possible object is
AnyType
-
setOtherSignTaskData
public void setOtherSignTaskData(AnyType value)
Sets the value of the otherSignTaskData property.- Parameters:
value- allowed object isAnyType
-
getSignTaskId
public java.lang.String getSignTaskId()
Gets the value of the signTaskId property.- Returns:
- possible object is
String
-
setSignTaskId
public void setSignTaskId(java.lang.String value)
Sets the value of the signTaskId property.- Parameters:
value- allowed object isString
-
getSigType
public java.lang.String getSigType()
Gets the value of the sigType property.- Returns:
- possible object is
String
-
setSigType
public void setSigType(java.lang.String value)
Sets the value of the sigType property.- Parameters:
value- allowed object isString
-
getAdESType
public java.lang.String getAdESType()
Gets the value of the adESType property.- Returns:
- possible object is
String
-
setAdESType
public void setAdESType(java.lang.String value)
Sets the value of the adESType property.- Parameters:
value- allowed object isString
-
getProcessingRules
public java.lang.String getProcessingRules()
Gets the value of the processingRules property.- Returns:
- possible object is
String
-
setProcessingRules
public void setProcessingRules(java.lang.String value)
Sets the value of the processingRules property.- Parameters:
value- allowed object isString
-
-