Class AlternatePartyIdentification4

java.lang.Object
org.coderic.iso20022.messages.secl.AlternatePartyIdentification4

public class AlternatePartyIdentification4 extends Object

Java class for AlternatePartyIdentification4 complex type.

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

 <complexType name="AlternatePartyIdentification4">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IdTp" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}IdentificationType6Choice"/>
         <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}CountryCode"/>
         <element name="AltrnId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AlternatePartyIdentification4

      public AlternatePartyIdentification4()
  • Method Details

    • getIdTp

      public IdentificationType6Choice getIdTp()
      Gets the value of the idTp property.
      Returns:
      possible object is IdentificationType6Choice
    • setIdTp

      public void setIdTp(IdentificationType6Choice value)
      Sets the value of the idTp property.
      Parameters:
      value - allowed object is IdentificationType6Choice
    • getCtry

      public String getCtry()
      Gets the value of the ctry property.
      Returns:
      possible object is String
    • setCtry

      public void setCtry(String value)
      Sets the value of the ctry property.
      Parameters:
      value - allowed object is String
    • getAltrnId

      public String getAltrnId()
      Gets the value of the altrnId property.
      Returns:
      possible object is String
    • setAltrnId

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