Package org.cxml

Class DsReference


  • public class DsReference
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DsReference()  
    • 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.
      DsTransforms getDsTransforms()
      Gets the value of the dsTransforms property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getType()
      Gets the value of the type 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 setDsTransforms​(DsTransforms value)
      Sets the value of the dsTransforms property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setType​(java.lang.String value)
      Sets the value of the type 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
      • type

        protected java.lang.String type
      • dsDigestValue

        protected java.lang.String dsDigestValue
    • Constructor Detail

      • DsReference

        public DsReference()
    • 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
      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getDsTransforms

        public DsTransforms getDsTransforms()
        Gets the value of the dsTransforms property.
        Returns:
        possible object is DsTransforms
      • setDsTransforms

        public void setDsTransforms​(DsTransforms value)
        Sets the value of the dsTransforms property.
        Parameters:
        value - allowed object is DsTransforms
      • 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