Class AlternatePartyIdentification4
java.lang.Object
org.coderic.iso20022.messages.secl.AlternatePartyIdentification4
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 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
setIdTp
(IdentificationType6Choice value) Sets the value of the idTp property.
-
Constructor Details
-
AlternatePartyIdentification4
public AlternatePartyIdentification4()
-
-
Method Details
-
getIdTp
Gets the value of the idTp property.- Returns:
- possible object is
IdentificationType6Choice
-
setIdTp
Sets the value of the idTp property.- Parameters:
value
- allowed object isIdentificationType6Choice
-
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
-