Class EchoRequest
java.lang.Object
iso.std.iso._20022.tech.xsd.admn_005_001.EchoRequest
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the echoTxInf property.Gets the value of the grpHdr property.void
setEchoTxInf
(EchoTxInf value) Sets the value of the echoTxInf property.void
Sets the value of the grpHdr property.
-
Field Details
-
grpHdr
-
echoTxInf
-
-
Constructor Details
-
EchoRequest
public EchoRequest()
-
-
Method Details
-
getGrpHdr
Gets the value of the grpHdr property.- Returns:
- possible object is
GrpHdr
-
setGrpHdr
Sets the value of the grpHdr property.- Parameters:
value
- allowed object isGrpHdr
-
getEchoTxInf
Gets the value of the echoTxInf property.- Returns:
- possible object is
EchoTxInf
-
setEchoTxInf
Sets the value of the echoTxInf property.- Parameters:
value
- allowed object isEchoTxInf
-