Uses of Class
org.cxml.MaxReleaseAmount
-
Packages that use MaxReleaseAmount Package Description org.cxml -
-
Uses of MaxReleaseAmount in org.cxml
Fields in org.cxml declared as MaxReleaseAmount Modifier and Type Field Description protected MaxReleaseAmountAgreementItemOut. maxReleaseAmountprotected MaxReleaseAmountContractItemIn. maxReleaseAmountprotected MaxReleaseAmountContractRequestHeader. maxReleaseAmountprotected MaxReleaseAmountMasterAgreementRequestHeader. maxReleaseAmountMethods in org.cxml that return MaxReleaseAmount Modifier and Type Method Description MaxReleaseAmountObjectFactory. createMaxReleaseAmount()Create an instance ofMaxReleaseAmountMaxReleaseAmountAgreementItemOut. getMaxReleaseAmount()Gets the value of the maxReleaseAmount property.MaxReleaseAmountContractItemIn. getMaxReleaseAmount()Gets the value of the maxReleaseAmount property.MaxReleaseAmountContractRequestHeader. getMaxReleaseAmount()Gets the value of the maxReleaseAmount property.MaxReleaseAmountMasterAgreementRequestHeader. getMaxReleaseAmount()Gets the value of the maxReleaseAmount property.Methods in org.cxml with parameters of type MaxReleaseAmount Modifier and Type Method Description voidAgreementItemOut. 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.
-