Class ExerciseNotice

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

public class ExerciseNotice extends Object
A type defining to whom and where notice of execution should be given. The partyReference refers to one of the principal parties of the trade. If present the exerciseNoticePartyReference refers to a party, other than the principal party, to whome notice should be given.

Java class for ExerciseNotice complex type.

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

 <complexType name="ExerciseNotice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
         <element name="exerciseNoticePartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <element name="businessCenter" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenter"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ExerciseNotice

      public ExerciseNotice()
  • Method Details

    • getPartyReference

      public PartyReference getPartyReference()
      Gets the value of the partyReference property.
      Returns:
      possible object is PartyReference
    • setPartyReference

      public void setPartyReference(PartyReference value)
      Sets the value of the partyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getExerciseNoticePartyReference

      public PartyReference getExerciseNoticePartyReference()
      Gets the value of the exerciseNoticePartyReference property.
      Returns:
      possible object is PartyReference
    • setExerciseNoticePartyReference

      public void setExerciseNoticePartyReference(PartyReference value)
      Sets the value of the exerciseNoticePartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getBusinessCenter

      public BusinessCenter getBusinessCenter()
      Gets the value of the businessCenter property.
      Returns:
      possible object is BusinessCenter
    • setBusinessCenter

      public void setBusinessCenter(BusinessCenter value)
      Sets the value of the businessCenter property.
      Parameters:
      value - allowed object is BusinessCenter