Uses of Class
org.cxml.MaxAmount
Packages that use MaxAmount
-
Uses of MaxAmount in org.cxml
Modifier and TypeFieldDescriptionprotected MaxAmountAgreementItemOut.maxAmountprotected MaxAmountAnnualRevenue.maxAmountprotected MaxAmountBlanketItemDetail.maxAmountprotected MaxAmountContractItemIn.maxAmountprotected MaxAmountContractRequestHeader.maxAmountprotected MaxAmountMasterAgreementRequestHeader.maxAmountModifier and TypeMethodDescriptionObjectFactory.createMaxAmount()Create an instance ofMaxAmountAgreementItemOut.getMaxAmount()Gets the value of the maxAmount property.AnnualRevenue.getMaxAmount()Gets the value of the maxAmount property.BlanketItemDetail.getMaxAmount()Gets the value of the maxAmount property.ContractItemIn.getMaxAmount()Gets the value of the maxAmount property.ContractRequestHeader.getMaxAmount()Gets the value of the maxAmount property.MasterAgreementRequestHeader.getMaxAmount()Gets the value of the maxAmount property.Modifier and TypeMethodDescriptionvoidAgreementItemOut.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.