Class AdditionalInformation30
java.lang.Object
org.coderic.iso20022.messages.cafr.AdditionalInformation30
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:cafr.004.001.02}PartyType19Code" minOccurs="0"/> <element name="Trgt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}UserInterface8Code" maxOccurs="unbounded" minOccurs="0"/> <element name="Frmt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}OutputFormat4Code" minOccurs="0"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/> <element name="Lang" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISOMax3ALanguageCode"/> <element name="Val" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max20KText"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFrmt()
Gets the value of the frmt property.getLang()
Gets the value of the lang property.getRcpt()
Gets the value of the rcpt property.getTp()
Gets the value of the tp property.getTrgt()
Gets the value of the trgt property.getVal()
Gets the value of the val property.void
setFrmt
(OutputFormat4Code value) Sets the value of the frmt property.void
Sets the value of the lang property.void
setRcpt
(PartyType19Code value) Sets the value of the rcpt property.void
Sets the value of the tp property.void
Sets the value of the val property.
-
Constructor Details
-
AdditionalInformation30
public AdditionalInformation30()
-
-
Method Details
-
getRcpt
Gets the value of the rcpt property.- Returns:
- possible object is
PartyType19Code
-
setRcpt
Sets the value of the rcpt property.- Parameters:
value
- allowed object isPartyType19Code
-
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
Gets the value of the frmt property.- Returns:
- possible object is
OutputFormat4Code
-
setFrmt
Sets the value of the frmt property.- Parameters:
value
- allowed object isOutputFormat4Code
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
String
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value
- allowed object isString
-
getVal
Gets the value of the val property.- Returns:
- possible object is
String
-
setVal
Sets the value of the val property.- Parameters:
value
- allowed object isString
-