Class PortfolioReference
java.lang.Object
net.finmath.smartcontract.product.xml.PortfolioReferenceBase
net.finmath.smartcontract.product.xml.PortfolioReference
A structure used to group together individual messages that can be acted on
at a group level.
Java class for PortfolioReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PortfolioReference"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}PortfolioReferenceBase"> <sequence> <element name="sequenceNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="submissionsComplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.PortfolioReferenceBase
portfolioName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sequenceNumber property.Gets the value of the submissionsComplete property.void
setSequenceNumber
(BigInteger value) Sets the value of the sequenceNumber property.void
setSubmissionsComplete
(Boolean value) Sets the value of the submissionsComplete property.Methods inherited from class net.finmath.smartcontract.product.xml.PortfolioReferenceBase
getPortfolioName, setPortfolioName
-
Field Details
-
sequenceNumber
-
submissionsComplete
-
-
Constructor Details
-
PortfolioReference
public PortfolioReference()
-
-
Method Details
-
getSequenceNumber
Gets the value of the sequenceNumber property.- Returns:
- possible object is
BigInteger
-
setSequenceNumber
Sets the value of the sequenceNumber property.- Parameters:
value
- allowed object isBigInteger
-
isSubmissionsComplete
-
setSubmissionsComplete
-