Class CardTransaction2Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_05.CardTransaction2Choice
Java class for CardTransaction2Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardTransaction2Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Aggtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CardAggregated1"/> <element name="Indv" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CardIndividualTransaction2"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAggtd()
Gets the value of the aggtd property.getIndv()
Gets the value of the indv property.void
setAggtd
(CardAggregated1 value) Sets the value of the aggtd property.void
Sets the value of the indv property.
-
Field Details
-
aggtd
-
indv
-
-
Constructor Details
-
CardTransaction2Choice
public CardTransaction2Choice()
-
-
Method Details
-
getAggtd
Gets the value of the aggtd property.- Returns:
- possible object is
CardAggregated1
-
setAggtd
Sets the value of the aggtd property.- Parameters:
value
- allowed object isCardAggregated1
-
getIndv
Gets the value of the indv property.- Returns:
- possible object is
CardIndividualTransaction2
-
setIndv
Sets the value of the indv property.- Parameters:
value
- allowed object isCardIndividualTransaction2
-