Class IntermediaryInformation

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

public class IntermediaryInformation extends Object
A type that describes the information to identify an intermediary through which payment will be made by the correspondent bank to the ultimate beneficiary of the funds.

Java class for IntermediaryInformation complex type.

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

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

  • Constructor Details

    • IntermediaryInformation

      public IntermediaryInformation()
  • 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
    • getIntermediarySequenceNumber

      public BigInteger getIntermediarySequenceNumber()
      Gets the value of the intermediarySequenceNumber property.
      Returns:
      possible object is BigInteger
    • setIntermediarySequenceNumber

      public void setIntermediarySequenceNumber(BigInteger value)
      Sets the value of the intermediarySequenceNumber property.
      Parameters:
      value - allowed object is BigInteger
    • getIntermediaryPartyReference

      public PartyReference getIntermediaryPartyReference()
      Gets the value of the intermediaryPartyReference property.
      Returns:
      possible object is PartyReference
    • setIntermediaryPartyReference

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