Package org.cxml

Class DsRetrievalMethod

java.lang.Object
org.cxml.DsRetrievalMethod

public class DsRetrievalMethod extends Object
  • Field Details

  • Constructor Details

    • DsRetrievalMethod

      public DsRetrievalMethod()
  • Method Details

    • 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