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 Link icon

    • AdditionalInformation29 Link icon

      public AdditionalInformation29()
  • Method Details Link icon

    • getRcpt Link icon

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

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

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

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

      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 Link icon

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

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

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

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

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

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

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

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

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

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

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

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