Class AdditionalInformation30

java.lang.Object
org.coderic.iso20022.messages.canm.AdditionalInformation30

public class AdditionalInformation30 extends Object

Java class for AdditionalInformation30 complex type.

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

 <complexType name="AdditionalInformation30">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Rcpt" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}PartyType19Code" minOccurs="0"/>
         <element name="Trgt" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}UserInterface8Code" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Frmt" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}OutputFormat4Code" minOccurs="0"/>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max35Text" minOccurs="0"/>
         <element name="Lang" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}ISOMax3ALanguageCode"/>
         <element name="Val" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max20KText"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AdditionalInformation30

      public AdditionalInformation30()
  • Method Details

    • getRcpt

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

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

      public List<UserInterface8Code> 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 UserInterface8Code

    • 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
    • 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