Uses of Class
net.finmath.smartcontract.product.xml.ClearingStatusValue
-
Uses of ClearingStatusValue in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected ClearingStatusValue
PackageInformation.clearingStatus
protected ClearingStatusValue
PartyTradeInformation.clearingStatus
protected ClearingStatusValue
ClearingStatusItem.clearingStatusValue
Modifier and TypeMethodDescriptionObjectFactory.createClearingStatusValue()
Create an instance ofClearingStatusValue
PackageInformation.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.Modifier and TypeMethodDescriptionvoid
PackageInformation.setClearingStatus
(ClearingStatusValue value) Sets the value of the clearingStatus property.void
PartyTradeInformation.setClearingStatus
(ClearingStatusValue value) Sets the value of the clearingStatus property.void
ClearingStatusItem.setClearingStatusValue
(ClearingStatusValue value) Sets the value of the clearingStatusValue property.