Class AlternatePartyIdentification7
java.lang.Object
org.coderic.iso20022.messages.reda.AlternatePartyIdentification7
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the altrnId property.getCtry()
Gets the value of the ctry property.getIdTp()
Gets the value of the idTp property.void
setAltrnId
(String value) Sets the value of the altrnId property.void
Sets the value of the ctry property.void
Sets the value of the idTp property.
-
Constructor Details
-
AlternatePartyIdentification7
public AlternatePartyIdentification7()
-
-
Method Details
-
getIdTp
Gets the value of the idTp property.- Returns:
- possible object is
IdentificationType42Choice
-
setIdTp
Sets the value of the idTp property.- Parameters:
value
- allowed object isIdentificationType42Choice
-
getCtry
Gets the value of the ctry property.- Returns:
- possible object is
String
-
setCtry
Sets the value of the ctry property.- Parameters:
value
- allowed object isString
-
getAltrnId
Gets the value of the altrnId property.- Returns:
- possible object is
String
-
setAltrnId
Sets the value of the altrnId property.- Parameters:
value
- allowed object isString
-