Uses of Class
org.cxml.MaxAmount
-
Packages that use MaxAmount Package Description org.cxml -
-
Uses of MaxAmount in org.cxml
Fields in org.cxml declared as MaxAmount Modifier and Type Field Description protected MaxAmountAgreementItemOut. maxAmountprotected MaxAmountAnnualRevenue. maxAmountprotected MaxAmountBlanketItemDetail. maxAmountprotected MaxAmountContractItemIn. maxAmountprotected MaxAmountContractRequestHeader. maxAmountprotected MaxAmountMasterAgreementRequestHeader. maxAmountMethods in org.cxml that return MaxAmount Modifier and Type Method Description MaxAmountObjectFactory. createMaxAmount()Create an instance ofMaxAmountMaxAmountAgreementItemOut. getMaxAmount()Gets the value of the maxAmount property.MaxAmountAnnualRevenue. getMaxAmount()Gets the value of the maxAmount property.MaxAmountBlanketItemDetail. getMaxAmount()Gets the value of the maxAmount property.MaxAmountContractItemIn. getMaxAmount()Gets the value of the maxAmount property.MaxAmountContractRequestHeader. getMaxAmount()Gets the value of the maxAmount property.MaxAmountMasterAgreementRequestHeader. getMaxAmount()Gets the value of the maxAmount property.Methods in org.cxml with parameters of type MaxAmount Modifier and Type Method Description voidAgreementItemOut. setMaxAmount(MaxAmount value)Sets the value of the maxAmount property.voidAnnualRevenue. setMaxAmount(MaxAmount value)Sets the value of the maxAmount property.voidBlanketItemDetail. setMaxAmount(MaxAmount value)Sets the value of the maxAmount property.voidContractItemIn. setMaxAmount(MaxAmount value)Sets the value of the maxAmount property.voidContractRequestHeader. setMaxAmount(MaxAmount value)Sets the value of the maxAmount property.voidMasterAgreementRequestHeader. setMaxAmount(MaxAmount value)Sets the value of the maxAmount property.
-