Package org.cxml

Class DsSignature


  • public class DsSignature
    extends java.lang.Object
    • Field Detail

      • xmlnsDs

        protected java.lang.String xmlnsDs
      • xmlnsXades

        protected java.lang.String xmlnsXades
      • id

        protected java.lang.String id
      • dsObject

        protected java.util.List<DsObject> dsObject
    • Constructor Detail

      • DsSignature

        public DsSignature()
    • Method Detail

      • getXmlnsDs

        public java.lang.String getXmlnsDs()
        Gets the value of the xmlnsDs property.
        Returns:
        possible object is String
      • setXmlnsDs

        public void setXmlnsDs​(java.lang.String value)
        Sets the value of the xmlnsDs property.
        Parameters:
        value - allowed object is String
      • getXmlnsXades

        public java.lang.String getXmlnsXades()
        Gets the value of the xmlnsXades property.
        Returns:
        possible object is String
      • setXmlnsXades

        public void setXmlnsXades​(java.lang.String value)
        Sets the value of the xmlnsXades property.
        Parameters:
        value - allowed object is String
      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getDsSignedInfo

        public DsSignedInfo getDsSignedInfo()
        Gets the value of the dsSignedInfo property.
        Returns:
        possible object is DsSignedInfo
      • setDsSignedInfo

        public void setDsSignedInfo​(DsSignedInfo value)
        Sets the value of the dsSignedInfo property.
        Parameters:
        value - allowed object is DsSignedInfo
      • getDsSignatureValue

        public DsSignatureValue getDsSignatureValue()
        Gets the value of the dsSignatureValue property.
        Returns:
        possible object is DsSignatureValue
      • setDsSignatureValue

        public void setDsSignatureValue​(DsSignatureValue value)
        Sets the value of the dsSignatureValue property.
        Parameters:
        value - allowed object is DsSignatureValue
      • getDsKeyInfo

        public DsKeyInfo getDsKeyInfo()
        Gets the value of the dsKeyInfo property.
        Returns:
        possible object is DsKeyInfo
      • setDsKeyInfo

        public void setDsKeyInfo​(DsKeyInfo value)
        Sets the value of the dsKeyInfo property.
        Parameters:
        value - allowed object is DsKeyInfo
      • getDsObject

        public java.util.List<DsObject> getDsObject()
        Gets the value of the dsObject property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dsObject property.

        For example, to add a new item, do as follows:

            getDsObject().add(newItem);
         

        Objects of the following type(s) are allowed in the list DsObject