Class TradeHeader
Java class for TradeHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradeHeader">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="partyTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
<element name="partyTradeInformation" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeInformation" maxOccurs="unbounded" minOccurs="0"/>
<element name="tradeSummary" type="{http://www.fpml.org/FpML-5/confirmation}TradeSummary" minOccurs="0"/>
<element name="productSummary" type="{http://www.fpml.org/FpML-5/confirmation}ProductSummary" minOccurs="0"/>
<element name="originatingPackage" type="{http://www.fpml.org/FpML-5/confirmation}PackageSummary" minOccurs="0"/>
<element name="tradeDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
<element name="clearedDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IdentifiedDateprotected PackageSummaryprotected List<PartyTradeIdentifier> protected List<PartyTradeInformation> protected ProductSummaryprotected IdentifiedDateprotected TradeSummary -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clearedDate property.Gets the value of the originatingPackage property.Gets the value of the partyTradeIdentifier property.Gets the value of the partyTradeInformation property.Gets the value of the productSummary property.Gets the value of the tradeDate property.Gets the value of the tradeSummary property.voidsetClearedDate(IdentifiedDate value) Sets the value of the clearedDate property.voidSets the value of the originatingPackage property.voidsetProductSummary(ProductSummary value) Sets the value of the productSummary property.voidsetTradeDate(IdentifiedDate value) Sets the value of the tradeDate property.voidsetTradeSummary(TradeSummary value) Sets the value of the tradeSummary property.
-
Field Details
-
partyTradeIdentifier
-
partyTradeInformation
-
tradeSummary
-
productSummary
-
originatingPackage
-
tradeDate
-
clearedDate
-
-
Constructor Details
-
TradeHeader
public TradeHeader()
-
-
Method Details
-
getPartyTradeIdentifier
Gets the value of the partyTradeIdentifier 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 partyTradeIdentifier property.For example, to add a new item, do as follows:
getPartyTradeIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
PartyTradeIdentifier -
getPartyTradeInformation
Gets the value of the partyTradeInformation 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 partyTradeInformation property.For example, to add a new item, do as follows:
getPartyTradeInformation().add(newItem);Objects of the following type(s) are allowed in the list
PartyTradeInformation -
getTradeSummary
Gets the value of the tradeSummary property.- Returns:
- possible object is
TradeSummary
-
setTradeSummary
Sets the value of the tradeSummary property.- Parameters:
value- allowed object isTradeSummary
-
getProductSummary
Gets the value of the productSummary property.- Returns:
- possible object is
ProductSummary
-
setProductSummary
Sets the value of the productSummary property.- Parameters:
value- allowed object isProductSummary
-
getOriginatingPackage
Gets the value of the originatingPackage property.- Returns:
- possible object is
PackageSummary
-
setOriginatingPackage
Sets the value of the originatingPackage property.- Parameters:
value- allowed object isPackageSummary
-
getTradeDate
Gets the value of the tradeDate property.- Returns:
- possible object is
IdentifiedDate
-
setTradeDate
Sets the value of the tradeDate property.- Parameters:
value- allowed object isIdentifiedDate
-
getClearedDate
Gets the value of the clearedDate property.- Returns:
- possible object is
IdentifiedDate
-
setClearedDate
Sets the value of the clearedDate property.- Parameters:
value- allowed object isIdentifiedDate
-