Package org.cxml
Class ASNInstruction
- java.lang.Object
-
- org.cxml.ASNInstruction
-
public class ASNInstruction extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ASNInstruction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LowergetLower()Gets the value of the lower property.UppergetUpper()Gets the value of the upper property.java.lang.StringgetValue1()Gets the value of the value1 property.voidsetLower(Lower value)Sets the value of the lower property.voidsetUpper(Upper value)Sets the value of the upper property.voidsetValue1(java.lang.String value)Sets the value of the value1 property.
-
-
-
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 isString
-
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 isLower
-
getUpper
public Upper getUpper()
Gets the value of the upper property.- Returns:
- possible object is
Upper
-
-