Class AdESObjectType


  • public class AdESObjectType
    extends java.lang.Object

    Java class for AdESObjectType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AdESObjectType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SignatureId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="AdESObjectBytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
             <element name="OtherAdESData" type="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}AnyType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • signatureId

        protected java.lang.String signatureId
      • adESObjectBytes

        protected byte[] adESObjectBytes
      • otherAdESData

        protected AnyType otherAdESData
    • Constructor Detail

      • AdESObjectType

        public AdESObjectType()
    • Method Detail

      • getSignatureId

        public java.lang.String getSignatureId()
        Gets the value of the signatureId property.
        Returns:
        possible object is String
      • setSignatureId

        public void setSignatureId​(java.lang.String value)
        Sets the value of the signatureId property.
        Parameters:
        value - allowed object is String
      • getAdESObjectBytes

        public byte[] getAdESObjectBytes()
        Gets the value of the adESObjectBytes property.
        Returns:
        possible object is byte[]
      • setAdESObjectBytes

        public void setAdESObjectBytes​(byte[] value)
        Sets the value of the adESObjectBytes property.
        Parameters:
        value - allowed object is byte[]
      • getOtherAdESData

        public AnyType getOtherAdESData()
        Gets the value of the otherAdESData property.
        Returns:
        possible object is AnyType
      • setOtherAdESData

        public void setOtherAdESData​(AnyType value)
        Sets the value of the otherAdESData property.
        Parameters:
        value - allowed object is AnyType