Class SingleQualifiedPartyIdentification1

java.lang.Object
org.coderic.iso20022.messages.tsin.SingleQualifiedPartyIdentification1

public class SingleQualifiedPartyIdentification1 extends Object

Java class for SingleQualifiedPartyIdentification1 complex type.

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

 <complexType name="SingleQualifiedPartyIdentification1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BasePty" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}TradeParty1"/>
         <element name="RltvIdr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" maxOccurs="5" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SingleQualifiedPartyIdentification1

      public SingleQualifiedPartyIdentification1()
  • Method Details

    • getBasePty

      public TradeParty1 getBasePty()
      Gets the value of the basePty property.
      Returns:
      possible object is TradeParty1
    • setBasePty

      public void setBasePty(TradeParty1 value)
      Sets the value of the basePty property.
      Parameters:
      value - allowed object is TradeParty1
    • getRltvIdr

      public List<String> getRltvIdr()
      Gets the value of the rltvIdr 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 rltvIdr property.

      For example, to add a new item, do as follows:

          getRltvIdr().add(newItem);
       

      Objects of the following type(s) are allowed in the list String