Package org.cxml

Class DsReference

java.lang.Object
org.cxml.DsReference

public class DsReference extends Object
  • Field Details

  • Constructor Details

    • DsReference

      public DsReference()
  • Method Details

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

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

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

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

      public void setType(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 String getDsDigestValue()
      Gets the value of the dsDigestValue property.
      Returns:
      possible object is String
    • setDsDigestValue

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