Class CorrespondentInformation

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

public class CorrespondentInformation extends Object
A type that describes the information to identify a correspondent bank that will make delivery of the funds on the paying bank's behalf in the country where the payment is to be made.

Java class for CorrespondentInformation complex type.

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

 <complexType name="CorrespondentInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}RoutingIdentification.model"/>
         <element name="correspondentPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CorrespondentInformation

      public CorrespondentInformation()
  • Method Details

    • getRoutingIds

      public RoutingIds getRoutingIds()
      Gets the value of the routingIds property.
      Returns:
      possible object is RoutingIds
    • setRoutingIds

      public void setRoutingIds(RoutingIds value)
      Sets the value of the routingIds property.
      Parameters:
      value - allowed object is RoutingIds
    • getRoutingExplicitDetails

      public RoutingExplicitDetails getRoutingExplicitDetails()
      Gets the value of the routingExplicitDetails property.
      Returns:
      possible object is RoutingExplicitDetails
    • setRoutingExplicitDetails

      public void setRoutingExplicitDetails(RoutingExplicitDetails value)
      Sets the value of the routingExplicitDetails property.
      Parameters:
      value - allowed object is RoutingExplicitDetails
    • getRoutingIdsAndExplicitDetails

      public RoutingIdsAndExplicitDetails getRoutingIdsAndExplicitDetails()
      Gets the value of the routingIdsAndExplicitDetails property.
      Returns:
      possible object is RoutingIdsAndExplicitDetails
    • setRoutingIdsAndExplicitDetails

      public void setRoutingIdsAndExplicitDetails(RoutingIdsAndExplicitDetails value)
      Sets the value of the routingIdsAndExplicitDetails property.
      Parameters:
      value - allowed object is RoutingIdsAndExplicitDetails
    • getCorrespondentPartyReference

      public PartyReference getCorrespondentPartyReference()
      Gets the value of the correspondentPartyReference property.
      Returns:
      possible object is PartyReference
    • setCorrespondentPartyReference

      public void setCorrespondentPartyReference(PartyReference value)
      Sets the value of the correspondentPartyReference property.
      Parameters:
      value - allowed object is PartyReference