Class QualifiedPartyIdentification1

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

public class QualifiedPartyIdentification1 extends Object

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 Details

    • QualifiedPartyIdentification1

      public QualifiedPartyIdentification1()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • 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

      public PartyIdentification2Choice getShrtId()
      Gets the value of the shrtId property.
      Returns:
      possible object is PartyIdentification2Choice
    • setShrtId

      public void setShrtId(PartyIdentification2Choice value)
      Sets the value of the shrtId property.
      Parameters:
      value - allowed object is PartyIdentification2Choice
    • getRole

      public GenericIdentification1 getRole()
      Gets the value of the role property.
      Returns:
      possible object is GenericIdentification1
    • setRole

      public void setRole(GenericIdentification1 value)
      Sets the value of the role property.
      Parameters:
      value - allowed object is GenericIdentification1
    • getRoleDesc

      public String getRoleDesc()
      Gets the value of the roleDesc property.
      Returns:
      possible object is String
    • setRoleDesc

      public void setRoleDesc(String value)
      Sets the value of the roleDesc property.
      Parameters:
      value - allowed object is String