Class Portfolio
Java class for Portfolio complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Portfolio"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="partyPortfolioName" type="{http://www.fpml.org/FpML-5/confirmation}PartyPortfolioName" minOccurs="0"/> <choice> <element name="tradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeId" maxOccurs="unbounded" minOccurs="0"/> <element name="partyTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded" minOccurs="0"/> </choice> <element name="portfolio" type="{http://www.fpml.org/FpML-5/confirmation}Portfolio" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected PartyPortfolioName
protected List
<PartyTradeIdentifier> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the partyPortfolioName property.Gets the value of the partyTradeIdentifier property.Gets the value of the portfolio property.Gets the value of the tradeId property.void
Sets the value of the id property.void
Sets the value of the partyPortfolioName property.
-
Field Details
-
partyPortfolioName
-
tradeId
-
partyTradeIdentifier
-
portfolio
-
id
-
-
Constructor Details
-
Portfolio
public Portfolio()
-
-
Method Details
-
getPartyPortfolioName
Gets the value of the partyPortfolioName property.- Returns:
- possible object is
PartyPortfolioName
-
setPartyPortfolioName
Sets the value of the partyPortfolioName property.- Parameters:
value
- allowed object isPartyPortfolioName
-
getTradeId
Gets the value of the tradeId 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 tradeId property.For example, to add a new item, do as follows:
getTradeId().add(newItem);
Objects of the following type(s) are allowed in the list
TradeId
-
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
-
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
-
getId
-
setId
-