Package org.cxml

Class OCInstruction

java.lang.Object
org.cxml.OCInstruction

public class OCInstruction extends Object
  • Field Details

    • value

      protected String value
    • lower

      protected Lower lower
    • upper

      protected Upper upper
  • Constructor Details

    • OCInstruction

      public OCInstruction()
  • 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
    • 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