Package org.cxml
Class InvoiceInstruction
java.lang.Object
org.cxml.InvoiceInstruction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLower()Gets the value of the lower property.Gets the value of the temporaryPrice property.Gets the value of the unitPriceEditable property.getUpper()Gets the value of the upper property.getValue()Gets the value of the value property.Gets the value of the verificationType property.voidSets the value of the lower property.voidsetTemporaryPrice(TemporaryPrice value) Sets the value of the temporaryPrice 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.voidsetVerificationType(String value) Sets the value of the verificationType property.
-
Field Details
-
value
-
verificationType
-
unitPriceEditable
-
temporaryPrice
-
lower
-
upper
-
-
Constructor Details
-
InvoiceInstruction
public InvoiceInstruction()
-
-
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
-
getVerificationType
Gets the value of the verificationType property.- Returns:
- possible object is
String
-
setVerificationType
Sets the value of the verificationType 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
-
getTemporaryPrice
Gets the value of the temporaryPrice property.- Returns:
- possible object is
TemporaryPrice
-
setTemporaryPrice
Sets the value of the temporaryPrice property.- Parameters:
value- allowed object isTemporaryPrice
-
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
-