Class SignTaskDataType


  • public class SignTaskDataType
    extends java.lang.Object

    Java 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 Detail

      • toBeSignedBytes

        protected byte[] toBeSignedBytes
      • 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
    • Constructor Detail

      • SignTaskDataType

        public SignTaskDataType()
    • 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 is AdESObjectType
      • setBase64Signature

        public void setBase64Signature​(Base64SignatureType value)
        Sets the value of the base64Signature property.
        Parameters:
        value - allowed object is Base64SignatureType
      • 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 is AnyType
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String