Class RequestDetails30

java.lang.Object
org.coderic.iso20022.messages.admi.RequestDetails30

public class RequestDetails30 extends Object

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 Details

    • RequestDetails30

      public RequestDetails30()
  • Method Details

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

      public PartyIdentification242Choice getRqstrId()
      Gets the value of the rqstrId property.
      Returns:
      possible object is PartyIdentification242Choice
    • setRqstrId

      public void setRqstrId(PartyIdentification242Choice value)
      Sets the value of the rqstrId property.
      Parameters:
      value - allowed object is PartyIdentification242Choice
    • getAddtlReqInf

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