Package org.cxml

Class ConditionType

java.lang.Object
org.cxml.ConditionType

public class ConditionType extends Object
  • Field Details

  • Constructor Details

    • ConditionType

      public ConditionType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getCostTermValue

      public CostTermValue getCostTermValue()
      Gets the value of the costTermValue property.
      Returns:
      possible object is CostTermValue
    • setCostTermValue

      public void setCostTermValue(CostTermValue value)
      Sets the value of the costTermValue property.
      Parameters:
      value - allowed object is CostTermValue
    • getScales

      public Scales getScales()
      Gets the value of the scales property.
      Returns:
      possible object is Scales
    • setScales

      public void setScales(Scales value)
      Sets the value of the scales property.
      Parameters:
      value - allowed object is Scales