Class SignOffRequestTCH

java.lang.Object
iso.std.iso._20022.tech.xsd.admn_003_001.SignOffRequestTCH

public class SignOffRequestTCH extends Object
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 Details

  • Constructor Details

    • SignOffRequestTCH

      public SignOffRequestTCH()
  • Method Details

    • getGrpHdr

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

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

      public SignOffReqTCH getSignOffReq()
      Gets the value of the signOffReq property.
      Returns:
      possible object is SignOffReqTCH
    • setSignOffReq

      public void setSignOffReq(SignOffReqTCH value)
      Sets the value of the signOffReq property.
      Parameters:
      value - allowed object is SignOffReqTCH