Class RequestDetails30
java.lang.Object
org.coderic.iso20022.messages.admi.RequestDetails30
Java class for RequestDetails30 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestDetails30"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}Max35Text"/> <element name="RqstrId" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}PartyIdentification242Choice" minOccurs="0"/> <element name="AddtlReqInf" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}Max35Text" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlReqInf property.Gets the value of the rqstrId property.getTp()
Gets the value of the tp property.void
Sets the value of the rqstrId property.void
Sets the value of the tp property.
-
Constructor Details
-
RequestDetails30
public RequestDetails30()
-
-
Method Details
-
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
-
getRqstrId
Gets the value of the rqstrId property.- Returns:
- possible object is
PartyIdentification242Choice
-
setRqstrId
Sets the value of the rqstrId property.- Parameters:
value
- allowed object isPartyIdentification242Choice
-
getAddtlReqInf
Gets the value of the addtlReqInf 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 addtlReqInf property.For example, to add a new item, do as follows:
getAddtlReqInf().add(newItem);
Objects of the following type(s) are allowed in the list
String
-