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