Uses of Class
net.finmath.smartcontract.product.xml.ClearingStatusValue
Packages that use ClearingStatusValue
-
Uses of ClearingStatusValue in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ClearingStatusValueModifier and TypeFieldDescriptionprotected ClearingStatusValuePackageInformation.clearingStatusprotected ClearingStatusValuePartyTradeInformation.clearingStatusprotected ClearingStatusValueClearingStatusItem.clearingStatusValueMethods in net.finmath.smartcontract.product.xml that return ClearingStatusValueModifier and TypeMethodDescriptionObjectFactory.createClearingStatusValue()Create an instance ofClearingStatusValuePackageInformation.getClearingStatus()Gets the value of the clearingStatus property.PartyTradeInformation.getClearingStatus()Gets the value of the clearingStatus property.ClearingStatusItem.getClearingStatusValue()Gets the value of the clearingStatusValue property.Methods in net.finmath.smartcontract.product.xml with parameters of type ClearingStatusValueModifier and TypeMethodDescriptionvoidPackageInformation.setClearingStatus(ClearingStatusValue value) Sets the value of the clearingStatus property.voidPartyTradeInformation.setClearingStatus(ClearingStatusValue value) Sets the value of the clearingStatus property.voidClearingStatusItem.setClearingStatusValue(ClearingStatusValue value) Sets the value of the clearingStatusValue property.