Class DataDocument
- Direct Known Subclasses:
ValuationDocument
Java class for DataDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataDocument"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Document"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}Validation.model"/> <sequence> <element name="onBehalfOf" type="{http://www.fpml.org/FpML-5/confirmation}OnBehalfOf" minOccurs="0"/> <element name="originatingEvent" type="{http://www.fpml.org/FpML-5/confirmation}OriginatingEvent" minOccurs="0"/> <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade" maxOccurs="unbounded" minOccurs="0"/> <element name="portfolio" type="{http://www.fpml.org/FpML-5/confirmation}Portfolio" maxOccurs="unbounded" minOccurs="0"/> </sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected OnBehalfOf
protected OriginatingEvent
protected List
<Validation> Fields inherited from class net.finmath.smartcontract.product.xml.Document
actualBuild, expectedBuild, fpmlVersion
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the account property.Gets the value of the onBehalfOf property.Gets the value of the originatingEvent property.getParty()
Gets the value of the party property.Gets the value of the portfolio property.getTrade()
Gets the value of the trade property.Gets the value of the validation property.void
setOnBehalfOf
(OnBehalfOf value) Sets the value of the onBehalfOf property.void
Sets the value of the originatingEvent property.Methods inherited from class net.finmath.smartcontract.product.xml.Document
getActualBuild, getExpectedBuild, getFpmlVersion, setActualBuild, setExpectedBuild, setFpmlVersion
-
Field Details
-
validation
-
onBehalfOf
-
originatingEvent
-
trade
-
portfolio
-
party
-
account
-
-
Constructor Details
-
DataDocument
public DataDocument()
-
-
Method Details
-
getValidation
Gets the value of the validation 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 validation property.For example, to add a new item, do as follows:
getValidation().add(newItem);
Objects of the following type(s) are allowed in the list
Validation
-
getOnBehalfOf
Gets the value of the onBehalfOf property.- Returns:
- possible object is
OnBehalfOf
-
setOnBehalfOf
Sets the value of the onBehalfOf property.- Parameters:
value
- allowed object isOnBehalfOf
-
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
-
getTrade
Gets the value of the trade 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 trade property.For example, to add a new item, do as follows:
getTrade().add(newItem);
Objects of the following type(s) are allowed in the list
Trade
-
getPortfolio
Gets the value of the portfolio 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 portfolio property.For example, to add a new item, do as follows:
getPortfolio().add(newItem);
Objects of the following type(s) are allowed in the list
Portfolio
-
getParty
Gets the value of the party 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 party property.For example, to add a new item, do as follows:
getParty().add(newItem);
Objects of the following type(s) are allowed in the list
Party
-
getAccount
Gets the value of the account 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 account property.For example, to add a new item, do as follows:
getAccount().add(newItem);
Objects of the following type(s) are allowed in the list
Account
-