Class AdditionalInformation20
java.lang.Object
org.coderic.iso20022.messages.cain.AdditionalInformation20
Java class for AdditionalInformation20 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalInformation20">
<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="Val" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max20KText"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrmt()Gets the value of the frmt property.Gets the value of the othrFrmt property.Gets the value of the othrRcpt property.Gets the value of the othrTrgt 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.voidsetFrmt(OutputFormat4Code value) Sets the value of the frmt property.voidsetOthrFrmt(String value) Sets the value of the othrFrmt property.voidsetOthrRcpt(String value) Sets the value of the othrRcpt property.voidsetOthrTrgt(String value) Sets the value of the othrTrgt property.voidsetRcpt(PartyType22Code value) Sets the value of the rcpt property.voidSets the value of the tp property.voidSets the value of the val property.
-
Constructor Details
-
AdditionalInformation20
public AdditionalInformation20()
-
-
Method Details
-
getRcpt
Gets the value of the rcpt property.- Returns:
- possible object is
PartyType22Code
-
setRcpt
Sets the value of the rcpt property.- Parameters:
value- allowed object isPartyType22Code
-
getOthrRcpt
Gets the value of the othrRcpt property.- Returns:
- possible object is
String
-
setOthrRcpt
Sets the value of the othrRcpt property.- Parameters:
value- allowed object isString
-
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
setmethod 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
Gets the value of the othrTrgt property.- Returns:
- possible object is
String
-
setOthrTrgt
Sets the value of the othrTrgt property.- Parameters:
value- allowed object isString
-
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
-
getOthrFrmt
Gets the value of the othrFrmt property.- Returns:
- possible object is
String
-
setOthrFrmt
Sets the value of the othrFrmt property.- Parameters:
value- allowed object isString
-
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
-
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
-