Package tch

Class HdrAndDataTCH

java.lang.Object
tch.HdrAndDataTCH

public class HdrAndDataTCH extends Object
05/05/2020

Java class for HdrAndData_TCH complex type.

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

 <complexType name="HdrAndData_TCH">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AppHdr" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.01}BusinessApplicationHeaderV01_TCH"/>
         <choice>
           <element name="CreditTransfer" type="{urn:iso:std:iso:20022:tech:xsd:pacs.008.001.08}Document_TCH"/>
           <element name="MessageStatusReport" type="{urn:iso:std:iso:20022:tech:xsd:pacs.002.001.10}Document_TCH"/>
           <element name="FICreditTransfer" type="{urn:iso:std:iso:20022:tech:xsd:pacs.009.001.08}Document_TCH"/>
           <element name="Acknowledgement" type="{urn:iso:std:iso:20022:tech:xsd:camt.035.001.05}Document_TCH"/>
           <element name="ResponseRequestForInformation" type="{urn:iso:std:iso:20022:tech:xsd:camt.028.001.09}Document_TCH"/>
           <element name="RequestForInformation" type="{urn:iso:std:iso:20022:tech:xsd:camt.026.001.07}Document_TCH"/>
           <element name="ReturnOfFunds" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.08}Document_TCH"/>
           <element name="PaymentRequest" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.07}Document_TCH"/>
           <element name="ResponsePaymentRequest" type="{urn:iso:std:iso:20022:tech:xsd:pain.014.001.07}Document_TCH"/>
           <element name="ResponseReturnOfFunds" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.09}Document_TCH"/>
           <element name="EchoRequest" type="{urn:iso:std:iso:20022:tech:xsd:admn.005.001.01}Document_TCH"/>
           <element name="EchoResponse" type="{urn:iso:std:iso:20022:tech:xsd:admn.006.001.01}Document_TCH"/>
           <element name="SignOffRequest" type="{urn:iso:std:iso:20022:tech:xsd:admn.003.001.01}Document_TCH"/>
           <element name="SignOffResponse" type="{urn:iso:std:iso:20022:tech:xsd:admn.004.001.01}Document_TCH"/>
           <element name="SignOnRequest" type="{urn:iso:std:iso:20022:tech:xsd:admn.001.001.01}Document_TCH"/>
           <element name="SignOnResponse" type="{urn:iso:std:iso:20022:tech:xsd:admn.002.001.01}Document_TCH"/>
           <element name="StandaloneRemittance" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}Document_TCH"/>
           <element name="SystemNotificationEvent" type="{urn:iso:std:iso:20022:tech:xsd:admi.004.001.02}Document_TCH"/>
           <element name="MessageReject" type="{urn:iso:std:iso:20022:tech:xsd:admi.002.001.01}Document_TCH"/>
           <element name="TokenIdentification" type="{urn:iso:std:iso:20022:tech:xsd:acmt.022.001.02}Document_TCH"/>
           <element name="ParticipantReport" type="{urn:iso:std:ma:20022:tech:xsd:admn.007.001.01}Document_TCH"/>
           <element name="ParticipantReportResponse" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}Document_TCH"/>
           <element name="PaymentStatusRequest" type="{urn:iso:std:iso:20022:tech:xsd:pacs.028.001.03}Document_TCH"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • appHdr

    • creditTransfer

      protected DocumentTCH creditTransfer
    • messageStatusReport

      protected DocumentTCH messageStatusReport
    • fiCreditTransfer

      protected DocumentTCH fiCreditTransfer
    • acknowledgement

      protected DocumentTCH acknowledgement
    • responseRequestForInformation

      protected DocumentTCH responseRequestForInformation
    • requestForInformation

      protected DocumentTCH requestForInformation
    • returnOfFunds

      protected DocumentTCH returnOfFunds
    • paymentRequest

      protected DocumentTCH paymentRequest
    • responsePaymentRequest

      protected DocumentTCH responsePaymentRequest
    • responseReturnOfFunds

      protected DocumentTCH responseReturnOfFunds
    • echoRequest

      protected DocumentTCH echoRequest
    • echoResponse

      protected DocumentTCH echoResponse
    • signOffRequest

      protected DocumentTCH signOffRequest
    • signOffResponse

      protected DocumentTCH signOffResponse
    • signOnRequest

      protected DocumentTCH signOnRequest
    • signOnResponse

      protected DocumentTCH signOnResponse
    • standaloneRemittance

      protected DocumentTCH standaloneRemittance
    • systemNotificationEvent

      protected DocumentTCH systemNotificationEvent
    • messageReject

      protected DocumentTCH messageReject
    • tokenIdentification

      protected DocumentTCH tokenIdentification
    • participantReport

      protected DocumentTCH participantReport
    • participantReportResponse

      protected DocumentTCH participantReportResponse
    • paymentStatusRequest

      protected DocumentTCH paymentStatusRequest
  • Constructor Details

    • HdrAndDataTCH

      public HdrAndDataTCH()
  • Method Details

    • getAppHdr

      public BusinessApplicationHeaderV01TCH getAppHdr()
      Gets the value of the appHdr property.
      Returns:
      possible object is BusinessApplicationHeaderV01TCH
    • setAppHdr

      public void setAppHdr(BusinessApplicationHeaderV01TCH value)
      Sets the value of the appHdr property.
      Parameters:
      value - allowed object is BusinessApplicationHeaderV01TCH
    • getCreditTransfer

      public DocumentTCH getCreditTransfer()
      Gets the value of the creditTransfer property.
      Returns:
      possible object is DocumentTCH
    • setCreditTransfer

      public void setCreditTransfer(DocumentTCH value)
      Sets the value of the creditTransfer property.
      Parameters:
      value - allowed object is DocumentTCH
    • getMessageStatusReport

      public DocumentTCH getMessageStatusReport()
      Gets the value of the messageStatusReport property.
      Returns:
      possible object is DocumentTCH
    • setMessageStatusReport

      public void setMessageStatusReport(DocumentTCH value)
      Sets the value of the messageStatusReport property.
      Parameters:
      value - allowed object is DocumentTCH
    • getFICreditTransfer

      public DocumentTCH getFICreditTransfer()
      Gets the value of the fiCreditTransfer property.
      Returns:
      possible object is DocumentTCH
    • setFICreditTransfer

      public void setFICreditTransfer(DocumentTCH value)
      Sets the value of the fiCreditTransfer property.
      Parameters:
      value - allowed object is DocumentTCH
    • getAcknowledgement

      public DocumentTCH getAcknowledgement()
      Gets the value of the acknowledgement property.
      Returns:
      possible object is DocumentTCH
    • setAcknowledgement

      public void setAcknowledgement(DocumentTCH value)
      Sets the value of the acknowledgement property.
      Parameters:
      value - allowed object is DocumentTCH
    • getResponseRequestForInformation

      public DocumentTCH getResponseRequestForInformation()
      Gets the value of the responseRequestForInformation property.
      Returns:
      possible object is DocumentTCH
    • setResponseRequestForInformation

      public void setResponseRequestForInformation(DocumentTCH value)
      Sets the value of the responseRequestForInformation property.
      Parameters:
      value - allowed object is DocumentTCH
    • getRequestForInformation

      public DocumentTCH getRequestForInformation()
      Gets the value of the requestForInformation property.
      Returns:
      possible object is DocumentTCH
    • setRequestForInformation

      public void setRequestForInformation(DocumentTCH value)
      Sets the value of the requestForInformation property.
      Parameters:
      value - allowed object is DocumentTCH
    • getReturnOfFunds

      public DocumentTCH getReturnOfFunds()
      Gets the value of the returnOfFunds property.
      Returns:
      possible object is DocumentTCH
    • setReturnOfFunds

      public void setReturnOfFunds(DocumentTCH value)
      Sets the value of the returnOfFunds property.
      Parameters:
      value - allowed object is DocumentTCH
    • getPaymentRequest

      public DocumentTCH getPaymentRequest()
      Gets the value of the paymentRequest property.
      Returns:
      possible object is DocumentTCH
    • setPaymentRequest

      public void setPaymentRequest(DocumentTCH value)
      Sets the value of the paymentRequest property.
      Parameters:
      value - allowed object is DocumentTCH
    • getResponsePaymentRequest

      public DocumentTCH getResponsePaymentRequest()
      Gets the value of the responsePaymentRequest property.
      Returns:
      possible object is DocumentTCH
    • setResponsePaymentRequest

      public void setResponsePaymentRequest(DocumentTCH value)
      Sets the value of the responsePaymentRequest property.
      Parameters:
      value - allowed object is DocumentTCH
    • getResponseReturnOfFunds

      public DocumentTCH getResponseReturnOfFunds()
      Gets the value of the responseReturnOfFunds property.
      Returns:
      possible object is DocumentTCH
    • setResponseReturnOfFunds

      public void setResponseReturnOfFunds(DocumentTCH value)
      Sets the value of the responseReturnOfFunds property.
      Parameters:
      value - allowed object is DocumentTCH
    • getEchoRequest

      public DocumentTCH getEchoRequest()
      Gets the value of the echoRequest property.
      Returns:
      possible object is DocumentTCH
    • setEchoRequest

      public void setEchoRequest(DocumentTCH value)
      Sets the value of the echoRequest property.
      Parameters:
      value - allowed object is DocumentTCH
    • getEchoResponse

      public DocumentTCH getEchoResponse()
      Gets the value of the echoResponse property.
      Returns:
      possible object is DocumentTCH
    • setEchoResponse

      public void setEchoResponse(DocumentTCH value)
      Sets the value of the echoResponse property.
      Parameters:
      value - allowed object is DocumentTCH
    • getSignOffRequest

      public DocumentTCH getSignOffRequest()
      Gets the value of the signOffRequest property.
      Returns:
      possible object is DocumentTCH
    • setSignOffRequest

      public void setSignOffRequest(DocumentTCH value)
      Sets the value of the signOffRequest property.
      Parameters:
      value - allowed object is DocumentTCH
    • getSignOffResponse

      public DocumentTCH getSignOffResponse()
      Gets the value of the signOffResponse property.
      Returns:
      possible object is DocumentTCH
    • setSignOffResponse

      public void setSignOffResponse(DocumentTCH value)
      Sets the value of the signOffResponse property.
      Parameters:
      value - allowed object is DocumentTCH
    • getSignOnRequest

      public DocumentTCH getSignOnRequest()
      Gets the value of the signOnRequest property.
      Returns:
      possible object is DocumentTCH
    • setSignOnRequest

      public void setSignOnRequest(DocumentTCH value)
      Sets the value of the signOnRequest property.
      Parameters:
      value - allowed object is DocumentTCH
    • getSignOnResponse

      public DocumentTCH getSignOnResponse()
      Gets the value of the signOnResponse property.
      Returns:
      possible object is DocumentTCH
    • setSignOnResponse

      public void setSignOnResponse(DocumentTCH value)
      Sets the value of the signOnResponse property.
      Parameters:
      value - allowed object is DocumentTCH
    • getStandaloneRemittance

      public DocumentTCH getStandaloneRemittance()
      Gets the value of the standaloneRemittance property.
      Returns:
      possible object is DocumentTCH
    • setStandaloneRemittance

      public void setStandaloneRemittance(DocumentTCH value)
      Sets the value of the standaloneRemittance property.
      Parameters:
      value - allowed object is DocumentTCH
    • getSystemNotificationEvent

      public DocumentTCH getSystemNotificationEvent()
      Gets the value of the systemNotificationEvent property.
      Returns:
      possible object is DocumentTCH
    • setSystemNotificationEvent

      public void setSystemNotificationEvent(DocumentTCH value)
      Sets the value of the systemNotificationEvent property.
      Parameters:
      value - allowed object is DocumentTCH
    • getMessageReject

      public DocumentTCH getMessageReject()
      Gets the value of the messageReject property.
      Returns:
      possible object is DocumentTCH
    • setMessageReject

      public void setMessageReject(DocumentTCH value)
      Sets the value of the messageReject property.
      Parameters:
      value - allowed object is DocumentTCH
    • getTokenIdentification

      public DocumentTCH getTokenIdentification()
      Gets the value of the tokenIdentification property.
      Returns:
      possible object is DocumentTCH
    • setTokenIdentification

      public void setTokenIdentification(DocumentTCH value)
      Sets the value of the tokenIdentification property.
      Parameters:
      value - allowed object is DocumentTCH
    • getParticipantReport

      public DocumentTCH getParticipantReport()
      Gets the value of the participantReport property.
      Returns:
      possible object is DocumentTCH
    • setParticipantReport

      public void setParticipantReport(DocumentTCH value)
      Sets the value of the participantReport property.
      Parameters:
      value - allowed object is DocumentTCH
    • getParticipantReportResponse

      public DocumentTCH getParticipantReportResponse()
      Gets the value of the participantReportResponse property.
      Returns:
      possible object is DocumentTCH
    • setParticipantReportResponse

      public void setParticipantReportResponse(DocumentTCH value)
      Sets the value of the participantReportResponse property.
      Parameters:
      value - allowed object is DocumentTCH
    • getPaymentStatusRequest

      public DocumentTCH getPaymentStatusRequest()
      Gets the value of the paymentStatusRequest property.
      Returns:
      possible object is DocumentTCH
    • setPaymentStatusRequest

      public void setPaymentStatusRequest(DocumentTCH value)
      Sets the value of the paymentStatusRequest property.
      Parameters:
      value - allowed object is DocumentTCH