Package org.cxml
Class OCInstruction
java.lang.Object
org.cxml.OCInstruction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLower()Gets the value of the lower property.getUpper()Gets the value of the upper property.getValue()Gets the value of the value property.voidSets the value of the lower property.voidSets the value of the upper property.voidSets the value of the value property.
-
Field Details
-
value
-
lower
-
upper
-
-
Constructor Details
-
OCInstruction
public OCInstruction()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getLower
Gets the value of the lower property.- Returns:
- possible object is
Lower
-
setLower
Sets the value of the lower property.- Parameters:
value- allowed object isLower
-
getUpper
Gets the value of the upper property.- Returns:
- possible object is
Upper
-
setUpper
Sets the value of the upper property.- Parameters:
value- allowed object isUpper
-