Class Portfolio

java.lang.Object
net.finmath.smartcontract.product.xml.Portfolio

public class Portfolio extends Object
A type representing an arbitary grouping of trade references.

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 Details

  • Constructor Details

    • Portfolio

      public Portfolio()
  • Method Details

    • getPartyPortfolioName

      public PartyPortfolioName getPartyPortfolioName()
      Gets the value of the partyPortfolioName property.
      Returns:
      possible object is PartyPortfolioName
    • setPartyPortfolioName

      public void setPartyPortfolioName(PartyPortfolioName value)
      Sets the value of the partyPortfolioName property.
      Parameters:
      value - allowed object is PartyPortfolioName
    • getTradeId

      public List<TradeId> 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

      public List<PartyTradeIdentifier> 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

      public List<Portfolio> 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

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String