Uses of Class
org.cxml.MinAmount
-
Packages that use MinAmount Package Description org.cxml -
-
Uses of MinAmount in org.cxml
Fields in org.cxml declared as MinAmount Modifier and Type Field Description protected MinAmountAgreementItemOut. minAmountprotected MinAmountAnnualRevenue. minAmountprotected MinAmountBlanketItemDetail. minAmountprotected MinAmountContractItemIn. minAmountprotected MinAmountContractRequestHeader. minAmountprotected MinAmountMasterAgreementRequestHeader. minAmountMethods in org.cxml that return MinAmount Modifier and Type Method Description MinAmountObjectFactory. createMinAmount()Create an instance ofMinAmountMinAmountAgreementItemOut. getMinAmount()Gets the value of the minAmount property.MinAmountAnnualRevenue. getMinAmount()Gets the value of the minAmount property.MinAmountBlanketItemDetail. getMinAmount()Gets the value of the minAmount property.MinAmountContractItemIn. getMinAmount()Gets the value of the minAmount property.MinAmountContractRequestHeader. getMinAmount()Gets the value of the minAmount property.MinAmountMasterAgreementRequestHeader. getMinAmount()Gets the value of the minAmount property.Methods in org.cxml with parameters of type MinAmount Modifier and Type Method Description voidAgreementItemOut. setMinAmount(MinAmount value)Sets the value of the minAmount property.voidAnnualRevenue. setMinAmount(MinAmount value)Sets the value of the minAmount property.voidBlanketItemDetail. setMinAmount(MinAmount value)Sets the value of the minAmount property.voidContractItemIn. setMinAmount(MinAmount value)Sets the value of the minAmount property.voidContractRequestHeader. setMinAmount(MinAmount value)Sets the value of the minAmount property.voidMasterAgreementRequestHeader. setMinAmount(MinAmount value)Sets the value of the minAmount property.
-