Class RemittanceLocation10

java.lang.Object
org.coderic.iso20022.messages.remt.RemittanceLocation10

public class RemittanceLocation10 extends Object

Java class for RemittanceLocation10 complex type.

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

 <complexType name="RemittanceLocation10">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RmtId" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}Max35Text" minOccurs="0"/>
         <element name="RmtLctnDtls" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}RemittanceLocationData2" maxOccurs="unbounded"/>
         <element name="Refs" type="{urn:iso:std:iso:20022:tech:xsd:remt.002.001.03}TransactionReferences8"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • RemittanceLocation10

      public RemittanceLocation10()
  • 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 List<RemittanceLocationData2> getRmtLctnDtls()
      Gets the value of the rmtLctnDtls property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the rmtLctnDtls property.

      For example, to add a new item, do as follows:

          getRmtLctnDtls().add(newItem);
       

      Objects of the following type(s) are allowed in the list RemittanceLocationData2

    • getRefs

      public TransactionReferences8 getRefs()
      Gets the value of the refs property.
      Returns:
      possible object is TransactionReferences8
    • setRefs

      public void setRefs(TransactionReferences8 value)
      Sets the value of the refs property.
      Parameters:
      value - allowed object is TransactionReferences8