Class Party12Choice
java.lang.Object
iso.std.iso._20022.tech.xsd.acmt_022_001.Party12Choice
Java class for Party12Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Party12Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:acmt.022.001.02}BranchAndFinancialInstitutionIdentification5"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgt()
Gets the value of the agt property.void
Sets the value of the agt property.
-
Field Details
-
agt
-
-
Constructor Details
-
Party12Choice
public Party12Choice()
-
-
Method Details
-
getAgt
Gets the value of the agt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification5
-
setAgt
Sets the value of the agt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification5
-