Class RoutingExplicitDetails

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

public class RoutingExplicitDetails extends Object
A type that models name, address and supplementary textual information for the purposes of identifying a party involved in the routing of a payment.

Java class for RoutingExplicitDetails complex type.

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

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

    • routingName

      protected String routingName
    • routingAddress

      protected Address routingAddress
    • routingAccountNumber

      protected String routingAccountNumber
    • routingReferenceText

      protected List<String> routingReferenceText
  • Constructor Details

    • RoutingExplicitDetails

      public RoutingExplicitDetails()
  • Method Details

    • 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