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
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.booleanGets the value of the finalExchange property.booleanGets the value of the initialExchange property.booleanGets the value of the intermediateExchange property.voidsetFinalExchange(boolean value) Sets the value of the finalExchange property.voidSets the value of the id property.voidsetInitialExchange(boolean value) Sets the value of the initialExchange property.voidsetIntermediateExchange(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
-