Class SingleQualifiedPartyIdentification1
java.lang.Object
org.coderic.iso20022.messages.tsin.SingleQualifiedPartyIdentification1
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the basePty property.Gets the value of the rltvIdr property.voidsetBasePty(TradeParty1 value) Sets the value of the basePty property.
-
Constructor Details
-
SingleQualifiedPartyIdentification1
public SingleQualifiedPartyIdentification1()
-
-
Method Details
-
getBasePty
Gets the value of the basePty property.- Returns:
- possible object is
TradeParty1
-
setBasePty
Sets the value of the basePty property.- Parameters:
value- allowed object isTradeParty1
-
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
setmethod 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
-