Package org.cxml
Class AgreementItemOut
java.lang.Object
org.cxml.AgreementItemOut
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ItemOutprotected MaxAmountprotected Stringprotected MaxReleaseAmountprotected Stringprotected MinAmountprotected Stringprotected MinReleaseAmountprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the itemOut property.Gets the value of the maxAmount property.Gets the value of the maxQuantity property.Gets the value of the maxReleaseAmount property.Gets the value of the maxReleaseQuantity property.Gets the value of the minAmount property.Gets the value of the minQuantity property.Gets the value of the minReleaseAmount property.Gets the value of the minReleaseQuantity property.voidsetItemOut(ItemOut value) Sets the value of the itemOut property.voidsetMaxAmount(MaxAmount value) Sets the value of the maxAmount property.voidsetMaxQuantity(String value) Sets the value of the maxQuantity property.voidSets the value of the maxReleaseAmount property.voidsetMaxReleaseQuantity(String value) Sets the value of the maxReleaseQuantity property.voidsetMinAmount(MinAmount value) Sets the value of the minAmount property.voidsetMinQuantity(String value) Sets the value of the minQuantity property.voidSets the value of the minReleaseAmount property.voidsetMinReleaseQuantity(String value) Sets the value of the minReleaseQuantity property.
-
Field Details
-
maxQuantity
-
minQuantity
-
maxReleaseQuantity
-
minReleaseQuantity
-
maxAmount
-
minAmount
-
maxReleaseAmount
-
minReleaseAmount
-
itemOut
-
-
Constructor Details
-
AgreementItemOut
public AgreementItemOut()
-
-
Method Details
-
getMaxQuantity
Gets the value of the maxQuantity property.- Returns:
- possible object is
String
-
setMaxQuantity
Sets the value of the maxQuantity property.- Parameters:
value- allowed object isString
-
getMinQuantity
Gets the value of the minQuantity property.- Returns:
- possible object is
String
-
setMinQuantity
Sets the value of the minQuantity property.- Parameters:
value- allowed object isString
-
getMaxReleaseQuantity
Gets the value of the maxReleaseQuantity property.- Returns:
- possible object is
String
-
setMaxReleaseQuantity
Sets the value of the maxReleaseQuantity property.- Parameters:
value- allowed object isString
-
getMinReleaseQuantity
Gets the value of the minReleaseQuantity property.- Returns:
- possible object is
String
-
setMinReleaseQuantity
Sets the value of the minReleaseQuantity property.- Parameters:
value- allowed object isString
-
getMaxAmount
Gets the value of the maxAmount property.- Returns:
- possible object is
MaxAmount
-
setMaxAmount
Sets the value of the maxAmount property.- Parameters:
value- allowed object isMaxAmount
-
getMinAmount
Gets the value of the minAmount property.- Returns:
- possible object is
MinAmount
-
setMinAmount
Sets the value of the minAmount property.- Parameters:
value- allowed object isMinAmount
-
getMaxReleaseAmount
Gets the value of the maxReleaseAmount property.- Returns:
- possible object is
MaxReleaseAmount
-
setMaxReleaseAmount
Sets the value of the maxReleaseAmount property.- Parameters:
value- allowed object isMaxReleaseAmount
-
getMinReleaseAmount
Gets the value of the minReleaseAmount property.- Returns:
- possible object is
MinReleaseAmount
-
setMinReleaseAmount
Sets the value of the minReleaseAmount property.- Parameters:
value- allowed object isMinReleaseAmount
-
getItemOut
Gets the value of the itemOut property.- Returns:
- possible object is
ItemOut
-
setItemOut
Sets the value of the itemOut property.- Parameters:
value- allowed object isItemOut
-