Class ClearingStatusItem
Java class for ClearingStatusItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClearingStatusItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" maxOccurs="unbounded"/>
<group ref="{http://www.fpml.org/FpML-5/confirmation}TradeReferenceInformation.model"/>
<element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
<element name="tradePackage" type="{http://www.fpml.org/FpML-5/confirmation}TradePackage"/>
</choice>
<element name="clearingStatusValue" type="{http://www.fpml.org/FpML-5/confirmation}ClearingStatusValue"/>
<element name="updatedDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="reason" type="{http://www.fpml.org/FpML-5/confirmation}Reason" maxOccurs="unbounded" minOccurs="0"/>
<element name="statusAppliesTo" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClearingStatusValueprotected List<PartyReference> protected Tradeprotected List<TradeIdentifier> protected TradePackageprotected TradeReferenceInformationprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clearingStatusValue property.Gets the value of the reason property.Gets the value of the statusAppliesTo property.getTrade()Gets the value of the trade property.Gets the value of the tradeIdentifier property.Gets the value of the tradePackage property.Gets the value of the tradeReferenceInformation property.Gets the value of the updatedDateTime property.voidSets the value of the clearingStatusValue property.voidSets the value of the trade property.voidsetTradePackage(TradePackage value) Sets the value of the tradePackage property.voidSets the value of the tradeReferenceInformation property.voidSets the value of the updatedDateTime property.
-
Field Details
-
tradeIdentifier
-
tradeReferenceInformation
-
trade
-
tradePackage
-
clearingStatusValue
-
updatedDateTime
-
reason
-
statusAppliesTo
-
-
Constructor Details
-
ClearingStatusItem
public ClearingStatusItem()
-
-
Method Details
-
getTradeIdentifier
Gets the value of the tradeIdentifier 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 tradeIdentifier property.For example, to add a new item, do as follows:
getTradeIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
TradeIdentifier -
getTradeReferenceInformation
Gets the value of the tradeReferenceInformation property.- Returns:
- possible object is
TradeReferenceInformation
-
setTradeReferenceInformation
Sets the value of the tradeReferenceInformation property.- Parameters:
value- allowed object isTradeReferenceInformation
-
getTrade
-
setTrade
-
getTradePackage
Gets the value of the tradePackage property.- Returns:
- possible object is
TradePackage
-
setTradePackage
Sets the value of the tradePackage property.- Parameters:
value- allowed object isTradePackage
-
getClearingStatusValue
Gets the value of the clearingStatusValue property.- Returns:
- possible object is
ClearingStatusValue
-
setClearingStatusValue
Sets the value of the clearingStatusValue property.- Parameters:
value- allowed object isClearingStatusValue
-
getUpdatedDateTime
Gets the value of the updatedDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setUpdatedDateTime
Sets the value of the updatedDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getReason
Gets the value of the reason 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 reason property.For example, to add a new item, do as follows:
getReason().add(newItem);Objects of the following type(s) are allowed in the list
Reason -
getStatusAppliesTo
Gets the value of the statusAppliesTo 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 statusAppliesTo property.For example, to add a new item, do as follows:
getStatusAppliesTo().add(newItem);Objects of the following type(s) are allowed in the list
PartyReference
-