Uses of Class
org.cxml.MinReleaseAmount
Packages that use MinReleaseAmount
-
Uses of MinReleaseAmount in org.cxml
Fields in org.cxml declared as MinReleaseAmountModifier and TypeFieldDescriptionprotected MinReleaseAmountAgreementItemOut.minReleaseAmountprotected MinReleaseAmountContractItemIn.minReleaseAmountprotected MinReleaseAmountContractRequestHeader.minReleaseAmountprotected MinReleaseAmountMasterAgreementRequestHeader.minReleaseAmountMethods in org.cxml that return MinReleaseAmountModifier and TypeMethodDescriptionObjectFactory.createMinReleaseAmount()Create an instance ofMinReleaseAmountAgreementItemOut.getMinReleaseAmount()Gets the value of the minReleaseAmount property.ContractItemIn.getMinReleaseAmount()Gets the value of the minReleaseAmount property.ContractRequestHeader.getMinReleaseAmount()Gets the value of the minReleaseAmount property.MasterAgreementRequestHeader.getMinReleaseAmount()Gets the value of the minReleaseAmount property.Methods in org.cxml with parameters of type MinReleaseAmountModifier and TypeMethodDescriptionvoidAgreementItemOut.setMinReleaseAmount(MinReleaseAmount value) Sets the value of the minReleaseAmount property.voidContractItemIn.setMinReleaseAmount(MinReleaseAmount value) Sets the value of the minReleaseAmount property.voidContractRequestHeader.setMinReleaseAmount(MinReleaseAmount value) Sets the value of the minReleaseAmount property.voidMasterAgreementRequestHeader.setMinReleaseAmount(MinReleaseAmount value) Sets the value of the minReleaseAmount property.