Class AlternatePartyIdentification7

java.lang.Object
org.coderic.iso20022.messages.reda.AlternatePartyIdentification7

public class AlternatePartyIdentification7 extends Object

Java class for AlternatePartyIdentification7 complex type.

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

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

    • AlternatePartyIdentification7

      public AlternatePartyIdentification7()
  • Method Details

    • getIdTp

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

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