Uses of Class
org.cxml.MinReleaseAmount
-
Packages that use MinReleaseAmount Package Description org.cxml -
-
Uses of MinReleaseAmount in org.cxml
Fields in org.cxml declared as MinReleaseAmount Modifier and Type Field Description protected MinReleaseAmountAgreementItemOut. minReleaseAmountprotected MinReleaseAmountContractItemIn. minReleaseAmountprotected MinReleaseAmountContractRequestHeader. minReleaseAmountprotected MinReleaseAmountMasterAgreementRequestHeader. minReleaseAmountMethods in org.cxml that return MinReleaseAmount Modifier and Type Method Description MinReleaseAmountObjectFactory. createMinReleaseAmount()Create an instance ofMinReleaseAmountMinReleaseAmountAgreementItemOut. getMinReleaseAmount()Gets the value of the minReleaseAmount property.MinReleaseAmountContractItemIn. getMinReleaseAmount()Gets the value of the minReleaseAmount property.MinReleaseAmountContractRequestHeader. getMinReleaseAmount()Gets the value of the minReleaseAmount property.MinReleaseAmountMasterAgreementRequestHeader. getMinReleaseAmount()Gets the value of the minReleaseAmount property.Methods in org.cxml with parameters of type MinReleaseAmount Modifier and Type Method Description voidAgreementItemOut. 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.
-