Class AdditionalInformation29

java.lang.Object
org.coderic.iso20022.messages.cain.AdditionalInformation29

public class AdditionalInformation29 extends Object

Java class for AdditionalInformation29 complex type.

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

 <complexType name="AdditionalInformation29">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Rcpt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}PartyType22Code" minOccurs="0"/>
         <element name="OthrRcpt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="Trgt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}UserInterface6Code" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OthrTrgt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="Frmt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}OutputFormat4Code" minOccurs="0"/>
         <element name="OthrFrmt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="Lang" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ISOMax3ALanguageCode"/>
         <element name="Val" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max20KText"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AdditionalInformation29

      public AdditionalInformation29()
  • Method Details

    • getRcpt

      public PartyType22Code getRcpt()
      Gets the value of the rcpt property.
      Returns:
      possible object is PartyType22Code
    • setRcpt

      public void setRcpt(PartyType22Code value)
      Sets the value of the rcpt property.
      Parameters:
      value - allowed object is PartyType22Code
    • getOthrRcpt

      public String getOthrRcpt()
      Gets the value of the othrRcpt property.
      Returns:
      possible object is String
    • setOthrRcpt

      public void setOthrRcpt(String value)
      Sets the value of the othrRcpt property.
      Parameters:
      value - allowed object is String
    • getTrgt

      public List<UserInterface6Code> getTrgt()
      Gets the value of the trgt 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 trgt property.

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

          getTrgt().add(newItem);
       

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

    • getOthrTrgt

      public String getOthrTrgt()
      Gets the value of the othrTrgt property.
      Returns:
      possible object is String
    • setOthrTrgt

      public void setOthrTrgt(String value)
      Sets the value of the othrTrgt property.
      Parameters:
      value - allowed object is String
    • getFrmt

      public OutputFormat4Code getFrmt()
      Gets the value of the frmt property.
      Returns:
      possible object is OutputFormat4Code
    • setFrmt

      public void setFrmt(OutputFormat4Code value)
      Sets the value of the frmt property.
      Parameters:
      value - allowed object is OutputFormat4Code
    • getOthrFrmt

      public String getOthrFrmt()
      Gets the value of the othrFrmt property.
      Returns:
      possible object is String
    • setOthrFrmt

      public void setOthrFrmt(String value)
      Sets the value of the othrFrmt property.
      Parameters:
      value - allowed object is String
    • getTp

      public String getTp()
      Gets the value of the tp property.
      Returns:
      possible object is String
    • setTp

      public void setTp(String value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is String
    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String
    • getVal

      public String getVal()
      Gets the value of the val property.
      Returns:
      possible object is String
    • setVal

      public void setVal(String value)
      Sets the value of the val property.
      Parameters:
      value - allowed object is String