Class PortfolioReferenceBase
java.lang.Object
net.finmath.smartcontract.product.xml.PortfolioReferenceBase
- Direct Known Subclasses:
PortfolioConstituentReference
,PortfolioReference
A structure used to identify a portfolio in a message.
Java class for PortfolioReferenceBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PortfolioReferenceBase"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="portfolioName" type="{http://www.fpml.org/FpML-5/confirmation}PortfolioName"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the portfolioName property.void
setPortfolioName
(PortfolioName value) Sets the value of the portfolioName property.
-
Field Details
-
portfolioName
-
-
Constructor Details
-
PortfolioReferenceBase
public PortfolioReferenceBase()
-
-
Method Details
-
getPortfolioName
Gets the value of the portfolioName property.- Returns:
- possible object is
PortfolioName
-
setPortfolioName
Sets the value of the portfolioName property.- Parameters:
value
- allowed object isPortfolioName
-