Package org.cxml
Class DsRetrievalMethod
- java.lang.Object
-
- org.cxml.DsRetrievalMethod
-
public class DsRetrievalMethod extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DsTransformsdsTransformsprotected java.lang.Stringtypeprotected java.lang.Stringuri
-
Constructor Summary
Constructors Constructor Description DsRetrievalMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DsTransformsgetDsTransforms()Gets the value of the dsTransforms property.java.lang.StringgetType()Gets the value of the type property.java.lang.StringgetURI()Gets the value of the uri property.voidsetDsTransforms(DsTransforms value)Sets the value of the dsTransforms property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetURI(java.lang.String value)Sets the value of the uri property.
-
-
-
Field Detail
-
uri
protected java.lang.String uri
-
type
protected java.lang.String type
-
dsTransforms
protected DsTransforms dsTransforms
-
-
Method Detail
-
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 isString
-
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 isString
-
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 isDsTransforms
-
-