Class Party35Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_07.Party35Choice
Java class for Party35Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Party35Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}PartyIdentification125"/> <element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}BranchAndFinancialInstitutionIdentification5"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgt()
Gets the value of the agt property.getPty()
Gets the value of the pty property.void
Sets the value of the agt property.void
setPty
(PartyIdentification125 value) Sets the value of the pty property.
-
Field Details
-
pty
-
agt
-
-
Constructor Details
-
Party35Choice
public Party35Choice()
-
-
Method Details
-
getPty
Gets the value of the pty property.- Returns:
- possible object is
PartyIdentification125
-
setPty
Sets the value of the pty property.- Parameters:
value
- allowed object isPartyIdentification125
-
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
-