Package org.cxml
Class ConditionType
java.lang.Object
org.cxml.ConditionType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the costTermValue property.getName()Gets the value of the name property.Gets the value of the scales property.voidsetCostTermValue(CostTermValue value) Sets the value of the costTermValue property.voidSets the value of the name property.voidSets the value of the scales property.
-
Field Details
-
name
-
costTermValue
-
scales
-
-
Constructor Details
-
ConditionType
public ConditionType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getCostTermValue
Gets the value of the costTermValue property.- Returns:
- possible object is
CostTermValue
-
setCostTermValue
Sets the value of the costTermValue property.- Parameters:
value- allowed object isCostTermValue
-
getScales
Gets the value of the scales property.- Returns:
- possible object is
Scales
-
setScales
Sets the value of the scales property.- Parameters:
value- allowed object isScales
-