Class PortfolioConstituentReference

java.lang.Object
net.finmath.smartcontract.product.xml.PortfolioReferenceBase
net.finmath.smartcontract.product.xml.PortfolioConstituentReference

public class PortfolioConstituentReference extends PortfolioReferenceBase
A structure used to group together individual messages that can be acted on at a group level.

Java class for PortfolioConstituentReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PortfolioConstituentReference">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PortfolioReferenceBase">
       <sequence>
         <element name="sequenceNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • sequenceNumber

      protected BigInteger sequenceNumber
  • Constructor Details

    • PortfolioConstituentReference

      public PortfolioConstituentReference()
  • Method Details

    • getSequenceNumber

      public BigInteger getSequenceNumber()
      Gets the value of the sequenceNumber property.
      Returns:
      possible object is BigInteger
    • setSequenceNumber

      public void setSequenceNumber(BigInteger value)
      Sets the value of the sequenceNumber property.
      Parameters:
      value - allowed object is BigInteger