Class RemittanceLocation7TCH

java.lang.Object
iso.std.iso._20022.tech.xsd.pacs_008_001.RemittanceLocation7TCH

public class RemittanceLocation7TCH extends Object

Java class for RemittanceLocation7_TCH complex type.

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

 <complexType name="RemittanceLocation7_TCH">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RmtId" type="{urn:iso:std:iso:20022:tech:xsd:pacs.008.001.08}Max35Text" minOccurs="0"/>
         <element name="RmtLctnDtls" type="{urn:iso:std:iso:20022:tech:xsd:pacs.008.001.08}RemittanceLocationData1" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RemittanceLocation7TCH

      public RemittanceLocation7TCH()
  • Method Details

    • getRmtId

      public String getRmtId()
      Gets the value of the rmtId property.
      Returns:
      possible object is String
    • setRmtId

      public void setRmtId(String value)
      Sets the value of the rmtId property.
      Parameters:
      value - allowed object is String
    • getRmtLctnDtls

      public RemittanceLocationData1 getRmtLctnDtls()
      Gets the value of the rmtLctnDtls property.
      Returns:
      possible object is RemittanceLocationData1
    • setRmtLctnDtls

      public void setRmtLctnDtls(RemittanceLocationData1 value)
      Sets the value of the rmtLctnDtls property.
      Parameters:
      value - allowed object is RemittanceLocationData1