Class QualifiedPartyIdentification1
java.lang.Object
org.coderic.iso20022.messages.tsin.QualifiedPartyIdentification1
Java class for QualifiedPartyIdentification1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualifiedPartyIdentification1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{http://www.w3.org/2001/XMLSchema}ID"/> <element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}SingleQualifiedPartyIdentification1" maxOccurs="unbounded"/> <element name="ShrtId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}PartyIdentification2Choice" minOccurs="0"/> <element name="Role" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}GenericIdentification1" minOccurs="0"/> <element name="RoleDesc" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max256Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.getPty()
Gets the value of the pty property.getRole()
Gets the value of the role property.Gets the value of the roleDesc property.Gets the value of the shrtId property.void
Sets the value of the id property.void
setRole
(GenericIdentification1 value) Sets the value of the role property.void
setRoleDesc
(String value) Sets the value of the roleDesc property.void
Sets the value of the shrtId property.
-
Constructor Details
-
QualifiedPartyIdentification1
public QualifiedPartyIdentification1()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getPty
Gets the value of the pty 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 pty property.For example, to add a new item, do as follows:
getPty().add(newItem);
Objects of the following type(s) are allowed in the list
SingleQualifiedPartyIdentification1
-
getShrtId
Gets the value of the shrtId property.- Returns:
- possible object is
PartyIdentification2Choice
-
setShrtId
Sets the value of the shrtId property.- Parameters:
value
- allowed object isPartyIdentification2Choice
-
getRole
Gets the value of the role property.- Returns:
- possible object is
GenericIdentification1
-
setRole
Sets the value of the role property.- Parameters:
value
- allowed object isGenericIdentification1
-
getRoleDesc
Gets the value of the roleDesc property.- Returns:
- possible object is
String
-
setRoleDesc
Sets the value of the roleDesc property.- Parameters:
value
- allowed object isString
-