Class PrincipalExchanges
java.lang.Object
net.finmath.smartcontract.product.xml.PrincipalExchanges
A type defining which principal exchanges occur for the stream.
Java class for PrincipalExchanges complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrincipalExchanges"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="initialExchange" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="finalExchange" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="intermediateExchange" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected String
protected boolean
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.boolean
Gets the value of the finalExchange property.boolean
Gets the value of the initialExchange property.boolean
Gets the value of the intermediateExchange property.void
setFinalExchange
(boolean value) Sets the value of the finalExchange property.void
Sets the value of the id property.void
setInitialExchange
(boolean value) Sets the value of the initialExchange property.void
setIntermediateExchange
(boolean value) Sets the value of the intermediateExchange property.
-
Field Details
-
initialExchange
protected boolean initialExchange -
finalExchange
protected boolean finalExchange -
intermediateExchange
protected boolean intermediateExchange -
id
-
-
Constructor Details
-
PrincipalExchanges
public PrincipalExchanges()
-
-
Method Details
-
isInitialExchange
public boolean isInitialExchange()Gets the value of the initialExchange property. -
setInitialExchange
public void setInitialExchange(boolean value) Sets the value of the initialExchange property. -
isFinalExchange
public boolean isFinalExchange()Gets the value of the finalExchange property. -
setFinalExchange
public void setFinalExchange(boolean value) Sets the value of the finalExchange property. -
isIntermediateExchange
public boolean isIntermediateExchange()Gets the value of the intermediateExchange property. -
setIntermediateExchange
public void setIntermediateExchange(boolean value) Sets the value of the intermediateExchange property. -
getId
-
setId
-