Class Smartderivativecontract.Parties.Party.PenaltyFee

java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Parties.Party.PenaltyFee
Enclosing class:
Smartderivativecontract.Parties.Party

public static class Smartderivativecontract.Parties.Party.PenaltyFee extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • type

      protected String type
    • value

      protected double value
  • Constructor Details

    • PenaltyFee

      public PenaltyFee()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getValue

      public double getValue()
      Gets the value of the value property.
    • setValue

      public void setValue(double value)
      Sets the value of the value property.