Package org.cxml

Class SESInstruction

java.lang.Object
org.cxml.SESInstruction

public class SESInstruction extends Object
  • Field Details

    • value

      protected String value
    • unitPriceEditable

      protected String unitPriceEditable
    • lower

      protected Lower lower
    • upper

      protected Upper upper
  • Constructor Details

    • SESInstruction

      public SESInstruction()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getUnitPriceEditable

      public String getUnitPriceEditable()
      Gets the value of the unitPriceEditable property.
      Returns:
      possible object is String
    • setUnitPriceEditable

      public void setUnitPriceEditable(String value)
      Sets the value of the unitPriceEditable property.
      Parameters:
      value - allowed object is String
    • getLower

      public Lower getLower()
      Gets the value of the lower property.
      Returns:
      possible object is Lower
    • setLower

      public void setLower(Lower value)
      Sets the value of the lower property.
      Parameters:
      value - allowed object is Lower
    • getUpper

      public Upper getUpper()
      Gets the value of the upper property.
      Returns:
      possible object is Upper
    • setUpper

      public void setUpper(Upper value)
      Sets the value of the upper property.
      Parameters:
      value - allowed object is Upper