Class References26

java.lang.Object
org.coderic.iso20022.messages.seev.References26

public class References26 extends Object

Java class for References26 complex type.

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

 <complexType name="References26">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AcctSvcrTxId" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}Max35Text"/>
         <element name="MktInfrstrctrTxId" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}Max35Text" minOccurs="0"/>
         <element name="PrcrTxId" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • References26

      public References26()
  • Method Details

    • getAcctSvcrTxId

      public String getAcctSvcrTxId()
      Gets the value of the acctSvcrTxId property.
      Returns:
      possible object is String
    • setAcctSvcrTxId

      public void setAcctSvcrTxId(String value)
      Sets the value of the acctSvcrTxId property.
      Parameters:
      value - allowed object is String
    • getMktInfrstrctrTxId

      public String getMktInfrstrctrTxId()
      Gets the value of the mktInfrstrctrTxId property.
      Returns:
      possible object is String
    • setMktInfrstrctrTxId

      public void setMktInfrstrctrTxId(String value)
      Sets the value of the mktInfrstrctrTxId property.
      Parameters:
      value - allowed object is String
    • getPrcrTxId

      public String getPrcrTxId()
      Gets the value of the prcrTxId property.
      Returns:
      possible object is String
    • setPrcrTxId

      public void setPrcrTxId(String value)
      Sets the value of the prcrTxId property.
      Parameters:
      value - allowed object is String