Package org.cxml
Class DsTransform
java.lang.Object
org.cxml.DsTransform
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the algorithm property.getvalue()Gets the value of the value property.voidsetAlgorithm(String value) Sets the value of the algorithm property.voidSets the value of the value property.
-
Field Details
-
algorithm
-
value
-
-
Constructor Details
-
DsTransform
public DsTransform()
-
-
Method Details
-
getAlgorithm
Gets the value of the algorithm property.- Returns:
- possible object is
String
-
setAlgorithm
Sets the value of the algorithm property.- Parameters:
value- allowed object isString
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-