Package org.cxml
Class DsRetrievalMethod
java.lang.Object
org.cxml.DsRetrievalMethod
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dsTransforms property.getType()Gets the value of the type property.getURI()Gets the value of the uri property.voidsetDsTransforms(DsTransforms value) Sets the value of the dsTransforms property.voidSets the value of the type property.voidSets the value of the uri property.
-
Field Details
-
uri
-
type
-
dsTransforms
-
-
Constructor Details
-
DsRetrievalMethod
public DsRetrievalMethod()
-
-
Method Details
-
getURI
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getDsTransforms
Gets the value of the dsTransforms property.- Returns:
- possible object is
DsTransforms
-
setDsTransforms
Sets the value of the dsTransforms property.- Parameters:
value- allowed object isDsTransforms
-