public class CardTransaction2Choice extends Object
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.06}CardAggregated1"/>
<element name="Indv" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CardIndividualTransaction2"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CardAggregated1 |
aggtd |
protected CardIndividualTransaction2 |
indv |
| Constructor and Description |
|---|
CardTransaction2Choice() |
| Modifier and Type | Method and Description |
|---|---|
CardAggregated1 |
getAggtd()
Gets the value of the aggtd property.
|
CardIndividualTransaction2 |
getIndv()
Gets the value of the indv property.
|
void |
setAggtd(CardAggregated1 value)
Sets the value of the aggtd property.
|
void |
setIndv(CardIndividualTransaction2 value)
Sets the value of the indv property.
|
protected CardAggregated1 aggtd
protected CardIndividualTransaction2 indv
public CardAggregated1 getAggtd()
CardAggregated1public void setAggtd(CardAggregated1 value)
value - allowed object is
CardAggregated1public CardIndividualTransaction2 getIndv()
CardIndividualTransaction2public void setIndv(CardIndividualTransaction2 value)
value - allowed object is
CardIndividualTransaction2Copyright © 2019. All rights reserved.