Package org.cxml

Class DsSignedInfo


  • public class DsSignedInfo
    extends java.lang.Object
    • Constructor Detail

      • DsSignedInfo

        public DsSignedInfo()
    • Method Detail

      • 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
      • setDsSignatureMethod

        public void setDsSignatureMethod​(DsSignatureMethod value)
        Sets the value of the dsSignatureMethod property.
        Parameters:
        value - allowed object is DsSignatureMethod
      • getDsReference

        public java.util.List<DsReference> getDsReference()
        Gets the value of the dsReference 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 dsReference property.

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

            getDsReference().add(newItem);
         

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