Class PrincipalExchanges

java.lang.Object
net.finmath.smartcontract.product.xml.PrincipalExchanges

public class PrincipalExchanges extends Object
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 Details

    • initialExchange

      protected boolean initialExchange
    • finalExchange

      protected boolean finalExchange
    • intermediateExchange

      protected boolean intermediateExchange
    • id

      protected String 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

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String