Class SignOffRequestTCH
java.lang.Object
iso.std.iso._20022.tech.xsd.admn_003_001.SignOffRequestTCH
Updates according to Release 2.9 (2019)
Java class for SignOffRequest_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignOffRequest_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GrpHdr" type="{urn:iso:std:iso:20022:tech:xsd:admn.003.001.01}GrpHdr_TCH"/> <element name="SignOffReq" type="{urn:iso:std:iso:20022:tech:xsd:admn.003.001.01}SignOffReq_TCH"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the grpHdr property.Gets the value of the signOffReq property.void
Sets the value of the grpHdr property.void
setSignOffReq
(SignOffReqTCH value) Sets the value of the signOffReq property.
-
Field Details
-
grpHdr
-
signOffReq
-
-
Constructor Details
-
SignOffRequestTCH
public SignOffRequestTCH()
-
-
Method Details
-
getGrpHdr
Gets the value of the grpHdr property.- Returns:
- possible object is
GrpHdrTCH
-
setGrpHdr
Sets the value of the grpHdr property.- Parameters:
value
- allowed object isGrpHdrTCH
-
getSignOffReq
Gets the value of the signOffReq property.- Returns:
- possible object is
SignOffReqTCH
-
setSignOffReq
Sets the value of the signOffReq property.- Parameters:
value
- allowed object isSignOffReqTCH
-