Class IdentifiedPayerReceiver

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

public class IdentifiedPayerReceiver extends Object
A type extending the PayerReceiverEnum type wih an id attribute.

Java class for IdentifiedPayerReceiver complex type.

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

 <complexType name="IdentifiedPayerReceiver">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>PayerReceiverEnum">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • IdentifiedPayerReceiver

      public IdentifiedPayerReceiver()
  • Method Details

    • getValue

      public PayerReceiverEnum getValue()
      The specification of an interest rate stream payer or receiver party.
      Returns:
      possible object is PayerReceiverEnum
    • setValue

      public void setValue(PayerReceiverEnum value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is PayerReceiverEnum
    • 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