Class Clearing
java.lang.Object
net.finmath.smartcontract.product.xml.Clearing
A structure describing a trade registration event that is part of a
clearing process.
Java class for Clearing complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Clearing">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="submitted" type="{http://www.fpml.org/FpML-5/confirmation}TradeWrapper"/>
<element name="cleared" type="{http://www.fpml.org/FpML-5/confirmation}TradeWrapper" maxOccurs="2" minOccurs="2"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cleared property.Gets the value of the submitted property.voidsetSubmitted(TradeWrapper value) Sets the value of the submitted property.
-
Field Details
-
submitted
-
cleared
-
-
Constructor Details
-
Clearing
public Clearing()
-
-
Method Details
-
getSubmitted
Gets the value of the submitted property.- Returns:
- possible object is
TradeWrapper
-
setSubmitted
Sets the value of the submitted property.- Parameters:
value- allowed object isTradeWrapper
-
getCleared
Gets the value of the cleared property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the cleared property.For example, to add a new item, do as follows:
getCleared().add(newItem);Objects of the following type(s) are allowed in the list
TradeWrapper
-