Package org.cxml

Class DsSignature

java.lang.Object
org.cxml.DsSignature

public class DsSignature extends Object
  • Field Details

  • Constructor Details

    • DsSignature

      public DsSignature()
  • Method Details

    • getXmlnsDs

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

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

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

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

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

      public void setId(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 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