Class AccountIdentification26
java.lang.Object
org.coderic.iso20022.messages.secl.AccountIdentification26
Java class for AccountIdentification26 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountIdentification26"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}SimpleIdentificationInformation4"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPrtry()
Gets the value of the prtry property.void
Sets the value of the prtry property.
-
Constructor Details
-
AccountIdentification26
public AccountIdentification26()
-
-
Method Details
-
getPrtry
Gets the value of the prtry property.- Returns:
- possible object is
SimpleIdentificationInformation4
-
setPrtry
Sets the value of the prtry property.- Parameters:
value
- allowed object isSimpleIdentificationInformation4
-