Class TradeReferenceInformation
Java class for TradeReferenceInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradeReferenceInformation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice minOccurs="0"> <element name="originatingEvent" type="{http://www.fpml.org/FpML-5/confirmation}OriginatingEvent"/> <element name="terminatingEvent" type="{http://www.fpml.org/FpML-5/confirmation}TerminatingEvent"/> </choice> <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="productType" type="{http://www.fpml.org/FpML-5/confirmation}ProductType" minOccurs="0"/> <element name="productId" type="{http://www.fpml.org/FpML-5/confirmation}ProductId" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected OriginatingEvent
protected List
<PartyTradeIdentifier> protected List
<PartyTradeInformation> protected ProductId
protected ProductType
protected TerminatingEvent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the originatingEvent property.Gets the value of the partyTradeIdentifier property.Gets the value of the partyTradeInformation property.Gets the value of the productId property.Gets the value of the productType property.Gets the value of the terminatingEvent property.void
Sets the value of the originatingEvent property.void
setProductId
(ProductId value) Sets the value of the productId property.void
setProductType
(ProductType value) Sets the value of the productType property.void
Sets the value of the terminatingEvent property.
-
Field Details
-
originatingEvent
-
terminatingEvent
-
partyTradeIdentifier
-
partyTradeInformation
-
productType
-
productId
-
-
Constructor Details
-
TradeReferenceInformation
public TradeReferenceInformation()
-
-
Method Details
-
getOriginatingEvent
Gets the value of the originatingEvent property.- Returns:
- possible object is
OriginatingEvent
-
setOriginatingEvent
Sets the value of the originatingEvent property.- Parameters:
value
- allowed object isOriginatingEvent
-
getTerminatingEvent
Gets the value of the terminatingEvent property.- Returns:
- possible object is
TerminatingEvent
-
setTerminatingEvent
Sets the value of the terminatingEvent property.- Parameters:
value
- allowed object isTerminatingEvent
-
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
set
method 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
set
method 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
-
getProductType
Gets the value of the productType property.- Returns:
- possible object is
ProductType
-
setProductType
Sets the value of the productType property.- Parameters:
value
- allowed object isProductType
-
getProductId
-
setProductId
-