Package org.cxml
Class SESInstruction
java.lang.Object
org.cxml.SESInstruction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLower()Gets the value of the lower property.Gets the value of the unitPriceEditable property.getUpper()Gets the value of the upper property.getValue()Gets the value of the value property.voidSets the value of the lower property.voidsetUnitPriceEditable(String value) Sets the value of the unitPriceEditable property.voidSets the value of the upper property.voidSets the value of the value property.
-
Field Details
-
value
-
unitPriceEditable
-
lower
-
upper
-
-
Constructor Details
-
SESInstruction
public SESInstruction()
-
-
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
-
getUnitPriceEditable
Gets the value of the unitPriceEditable property.- Returns:
- possible object is
String
-
setUnitPriceEditable
Sets the value of the unitPriceEditable 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
-