Class EchoRequest

java.lang.Object
iso.std.iso._20022.tech.xsd.admn_005_001.EchoRequest

public class EchoRequest extends Object
Updates according to Release 2.9 (2019)

Java class for EchoRequest complex type.

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

 <complexType name="EchoRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="GrpHdr" type="{urn:iso:std:iso:20022:tech:xsd:admn.005.001.01}GrpHdr"/>
         <element name="EchoTxInf" type="{urn:iso:std:iso:20022:tech:xsd:admn.005.001.01}EchoTxInf"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • grpHdr

      protected GrpHdr grpHdr
    • echoTxInf

      protected EchoTxInf echoTxInf
  • Constructor Details

    • EchoRequest

      public EchoRequest()
  • Method Details

    • getGrpHdr

      public GrpHdr getGrpHdr()
      Gets the value of the grpHdr property.
      Returns:
      possible object is GrpHdr
    • setGrpHdr

      public void setGrpHdr(GrpHdr value)
      Sets the value of the grpHdr property.
      Parameters:
      value - allowed object is GrpHdr
    • getEchoTxInf

      public EchoTxInf getEchoTxInf()
      Gets the value of the echoTxInf property.
      Returns:
      possible object is EchoTxInf
    • setEchoTxInf

      public void setEchoTxInf(EchoTxInf value)
      Sets the value of the echoTxInf property.
      Parameters:
      value - allowed object is EchoTxInf