Class Premium

java.lang.Object

public class Premium extends SimplePayment
A type for defining a premium.

Java class for Premium complex type.

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

 <complexType name="Premium">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}SimplePayment">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Premium.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PaymentDiscounting.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>