Class RemittanceLocation7TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.pacs_008_001.RemittanceLocation7TCH
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRmtId()
Gets the value of the rmtId property.Gets the value of the rmtLctnDtls property.void
Sets the value of the rmtId property.void
Sets the value of the rmtLctnDtls property.
-
Field Details
-
rmtId
-
rmtLctnDtls
-
-
Constructor Details
-
RemittanceLocation7TCH
public RemittanceLocation7TCH()
-
-
Method Details
-
getRmtId
Gets the value of the rmtId property.- Returns:
- possible object is
String
-
setRmtId
Sets the value of the rmtId property.- Parameters:
value
- allowed object isString
-
getRmtLctnDtls
Gets the value of the rmtLctnDtls property.- Returns:
- possible object is
RemittanceLocationData1
-
setRmtLctnDtls
Sets the value of the rmtLctnDtls property.- Parameters:
value
- allowed object isRemittanceLocationData1
-