Class PartyIdentification257
java.lang.Object
org.coderic.iso20022.messages.cafm.PartyIdentification257
Java class for PartyIdentification257 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentification257"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FI" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}FinancialInstitution7" minOccurs="0"/> <element name="Cstmr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Customer7" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCstmr()
Gets the value of the cstmr property.getFI()
Gets the value of the fi property.void
Sets the value of the cstmr property.void
setFI
(FinancialInstitution7 value) Sets the value of the fi property.
-
Constructor Details
-
PartyIdentification257
public PartyIdentification257()
-
-
Method Details
-
getFI
Gets the value of the fi property.- Returns:
- possible object is
FinancialInstitution7
-
setFI
Sets the value of the fi property.- Parameters:
value
- allowed object isFinancialInstitution7
-
getCstmr
Gets the value of the cstmr property.- Returns:
- possible object is
Customer7
-
setCstmr
Sets the value of the cstmr property.- Parameters:
value
- allowed object isCustomer7
-