Class FxPerformanceLeg
java.lang.Object
net.finmath.smartcontract.product.xml.FxPerformanceLeg
- Direct Known Subclasses:
- FxPerformanceFixedLeg,- FxPerformanceFloatingLeg
Floating FX Rate describes Fixed FX Rate Payer and Fixed Rate
             
 
 
Java class for FxPerformanceLeg complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="FxPerformanceLeg">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Payer.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Receiver.model" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected AccountReferenceprotected PartyReferenceprotected AccountReferenceprotected PartyReference
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the payerAccountReference property.Gets the value of the payerPartyReference property.Gets the value of the receiverAccountReference property.Gets the value of the receiverPartyReference property.voidSets the value of the payerAccountReference property.voidsetPayerPartyReference(PartyReference value)Sets the value of the payerPartyReference property.voidSets the value of the receiverAccountReference property.voidSets the value of the receiverPartyReference property.
- 
Field Details- 
payerPartyReference
- 
payerAccountReference
- 
receiverPartyReference
- 
receiverAccountReference
 
- 
- 
Constructor Details- 
FxPerformanceLegpublic FxPerformanceLeg()
 
- 
- 
Method Details- 
getPayerPartyReferenceGets the value of the payerPartyReference property.- Returns:
- possible object is
     PartyReference
 
- 
setPayerPartyReferenceSets the value of the payerPartyReference property.- Parameters:
- value- allowed object is- PartyReference
 
- 
getPayerAccountReferenceGets the value of the payerAccountReference property.- Returns:
- possible object is
     AccountReference
 
- 
setPayerAccountReferenceSets the value of the payerAccountReference property.- Parameters:
- value- allowed object is- AccountReference
 
- 
getReceiverPartyReferenceGets the value of the receiverPartyReference property.- Returns:
- possible object is
     PartyReference
 
- 
setReceiverPartyReferenceSets the value of the receiverPartyReference property.- Parameters:
- value- allowed object is- PartyReference
 
- 
getReceiverAccountReferenceGets the value of the receiverAccountReference property.- Returns:
- possible object is
     AccountReference
 
- 
setReceiverAccountReferenceSets the value of the receiverAccountReference property.- Parameters:
- value- allowed object is- AccountReference
 
 
-