Class RoutingIdsAndExplicitDetails

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

public class RoutingIdsAndExplicitDetails extends Object
A type that provides a combination of payment system identification codes with physical postal address details, for the purposes of identifying a party involved in the routing of a payment.

Java class for RoutingIdsAndExplicitDetails complex type.

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

 <complexType name="RoutingIdsAndExplicitDetails">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="routingIds" type="{http://www.fpml.org/FpML-5/confirmation}RoutingIds" maxOccurs="unbounded"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}RoutingExplicitDetails.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • routingIds

      protected List<RoutingIds> routingIds
    • routingName

      protected String routingName
    • routingAddress

      protected Address routingAddress
    • routingAccountNumber

      protected String routingAccountNumber
    • routingReferenceText

      protected List<String> routingReferenceText
  • Constructor Details

    • RoutingIdsAndExplicitDetails

      public RoutingIdsAndExplicitDetails()
  • Method Details

    • getRoutingIds

      public List<RoutingIds> getRoutingIds()
      Gets the value of the routingIds property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the routingIds property.

      For example, to add a new item, do as follows:

          getRoutingIds().add(newItem);
       

      Objects of the following type(s) are allowed in the list RoutingIds

    • getRoutingName

      public String getRoutingName()
      Gets the value of the routingName property.
      Returns:
      possible object is String
    • setRoutingName

      public void setRoutingName(String value)
      Sets the value of the routingName property.
      Parameters:
      value - allowed object is String
    • getRoutingAddress

      public Address getRoutingAddress()
      Gets the value of the routingAddress property.
      Returns:
      possible object is Address
    • setRoutingAddress

      public void setRoutingAddress(Address value)
      Sets the value of the routingAddress property.
      Parameters:
      value - allowed object is Address
    • getRoutingAccountNumber

      public String getRoutingAccountNumber()
      Gets the value of the routingAccountNumber property.
      Returns:
      possible object is String
    • setRoutingAccountNumber

      public void setRoutingAccountNumber(String value)
      Sets the value of the routingAccountNumber property.
      Parameters:
      value - allowed object is String
    • getRoutingReferenceText

      public List<String> getRoutingReferenceText()
      Gets the value of the routingReferenceText property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the routingReferenceText property.

      For example, to add a new item, do as follows:

          getRoutingReferenceText().add(newItem);
       

      Objects of the following type(s) are allowed in the list String