Package org.cxml

Class XadesReferenceInfo


  • public class XadesReferenceInfo
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DsDigestMethod getDsDigestMethod()
      Gets the value of the dsDigestMethod property.
      java.lang.String getDsDigestValue()
      Gets the value of the dsDigestValue property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getURI()
      Gets the value of the uri property.
      void setDsDigestMethod​(DsDigestMethod value)
      Sets the value of the dsDigestMethod property.
      void setDsDigestValue​(java.lang.String value)
      Sets the value of the dsDigestValue property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setURI​(java.lang.String value)
      Sets the value of the uri property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        protected java.lang.String id
      • uri

        protected java.lang.String uri
      • dsDigestValue

        protected java.lang.String dsDigestValue
    • Constructor Detail

      • XadesReferenceInfo

        public XadesReferenceInfo()
    • 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
      • getURI

        public java.lang.String getURI()
        Gets the value of the uri property.
        Returns:
        possible object is String
      • setURI

        public void setURI​(java.lang.String value)
        Sets the value of the uri property.
        Parameters:
        value - allowed object is String
      • getDsDigestMethod

        public DsDigestMethod getDsDigestMethod()
        Gets the value of the dsDigestMethod property.
        Returns:
        possible object is DsDigestMethod
      • setDsDigestMethod

        public void setDsDigestMethod​(DsDigestMethod value)
        Sets the value of the dsDigestMethod property.
        Parameters:
        value - allowed object is DsDigestMethod
      • getDsDigestValue

        public java.lang.String getDsDigestValue()
        Gets the value of the dsDigestValue property.
        Returns:
        possible object is String
      • setDsDigestValue

        public void setDsDigestValue​(java.lang.String value)
        Sets the value of the dsDigestValue property.
        Parameters:
        value - allowed object is String