Package org.cxml

Class ASNInstruction


  • public class ASNInstruction
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Lower lower  
      protected Upper upper  
      protected java.lang.String value1  
    • Constructor Summary

      Constructors 
      Constructor Description
      ASNInstruction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Lower getLower()
      Gets the value of the lower property.
      Upper getUpper()
      Gets the value of the upper property.
      java.lang.String getValue1()
      Gets the value of the value1 property.
      void setLower​(Lower value)
      Sets the value of the lower property.
      void setUpper​(Upper value)
      Sets the value of the upper property.
      void setValue1​(java.lang.String value)
      Sets the value of the value1 property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value1

        protected java.lang.String value1
      • lower

        protected Lower lower
      • upper

        protected Upper upper
    • Constructor Detail

      • ASNInstruction

        public ASNInstruction()
    • Method Detail

      • getValue1

        public java.lang.String getValue1()
        Gets the value of the value1 property.
        Returns:
        possible object is String
      • setValue1

        public void setValue1​(java.lang.String value)
        Sets the value of the value1 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