Uses of Class
org.cxml.MaxReleaseAmount
Packages that use MaxReleaseAmount
-
Uses of MaxReleaseAmount in org.cxml
Fields in org.cxml declared as MaxReleaseAmountModifier and TypeFieldDescriptionprotected MaxReleaseAmountAgreementItemOut.maxReleaseAmountprotected MaxReleaseAmountContractItemIn.maxReleaseAmountprotected MaxReleaseAmountContractRequestHeader.maxReleaseAmountprotected MaxReleaseAmountMasterAgreementRequestHeader.maxReleaseAmountMethods in org.cxml that return MaxReleaseAmountModifier and TypeMethodDescriptionObjectFactory.createMaxReleaseAmount()Create an instance ofMaxReleaseAmountAgreementItemOut.getMaxReleaseAmount()Gets the value of the maxReleaseAmount property.ContractItemIn.getMaxReleaseAmount()Gets the value of the maxReleaseAmount property.ContractRequestHeader.getMaxReleaseAmount()Gets the value of the maxReleaseAmount property.MasterAgreementRequestHeader.getMaxReleaseAmount()Gets the value of the maxReleaseAmount property.Methods in org.cxml with parameters of type MaxReleaseAmountModifier and TypeMethodDescriptionvoidAgreementItemOut.setMaxReleaseAmount(MaxReleaseAmount value) Sets the value of the maxReleaseAmount property.voidContractItemIn.setMaxReleaseAmount(MaxReleaseAmount value) Sets the value of the maxReleaseAmount property.voidContractRequestHeader.setMaxReleaseAmount(MaxReleaseAmount value) Sets the value of the maxReleaseAmount property.voidMasterAgreementRequestHeader.setMaxReleaseAmount(MaxReleaseAmount value) Sets the value of the maxReleaseAmount property.