Class Party50Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_14.Party50Choice
Java class for Party50Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Party50Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}PartyIdentification272"/>
<element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}BranchAndFinancialInstitutionIdentification8"/>
</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.voidSets the value of the agt property.voidsetPty(PartyIdentification272 value) Sets the value of the pty property.
-
Field Details
-
pty
-
agt
-
-
Constructor Details
-
Party50Choice
public Party50Choice()
-
-
Method Details
-
getPty
Gets the value of the pty property.- Returns:
- possible object is
PartyIdentification272
-
setPty
Sets the value of the pty property.- Parameters:
value- allowed object isPartyIdentification272
-
getAgt
Gets the value of the agt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification8
-
setAgt
Sets the value of the agt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentification8
-