public class CardAggregated2 extends Object
Java class for CardAggregated2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardAggregated2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AddtlSvc" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CardPaymentServiceType2Code" minOccurs="0"/>
<element name="TxCtgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ExternalCardTransactionCategory1Code" minOccurs="0"/>
<element name="SaleRcncltnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
<element name="SeqNbRg" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CardSequenceNumberRange1" minOccurs="0"/>
<element name="TxDtRg" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DateOrDateTimePeriod1Choice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CardPaymentServiceType2Code |
addtlSvc |
protected String |
saleRcncltnId |
protected CardSequenceNumberRange1 |
seqNbRg |
protected String |
txCtgy |
protected DateOrDateTimePeriod1Choice |
txDtRg |
| Constructor and Description |
|---|
CardAggregated2() |
| Modifier and Type | Method and Description |
|---|---|
CardPaymentServiceType2Code |
getAddtlSvc()
Gets the value of the addtlSvc property.
|
String |
getSaleRcncltnId()
Gets the value of the saleRcncltnId property.
|
CardSequenceNumberRange1 |
getSeqNbRg()
Gets the value of the seqNbRg property.
|
String |
getTxCtgy()
Gets the value of the txCtgy property.
|
DateOrDateTimePeriod1Choice |
getTxDtRg()
Gets the value of the txDtRg property.
|
void |
setAddtlSvc(CardPaymentServiceType2Code value)
Sets the value of the addtlSvc property.
|
void |
setSaleRcncltnId(String value)
Sets the value of the saleRcncltnId property.
|
void |
setSeqNbRg(CardSequenceNumberRange1 value)
Sets the value of the seqNbRg property.
|
void |
setTxCtgy(String value)
Sets the value of the txCtgy property.
|
void |
setTxDtRg(DateOrDateTimePeriod1Choice value)
Sets the value of the txDtRg property.
|
protected CardPaymentServiceType2Code addtlSvc
protected String txCtgy
protected String saleRcncltnId
protected CardSequenceNumberRange1 seqNbRg
protected DateOrDateTimePeriod1Choice txDtRg
public CardPaymentServiceType2Code getAddtlSvc()
CardPaymentServiceType2Codepublic void setAddtlSvc(CardPaymentServiceType2Code value)
value - allowed object is
CardPaymentServiceType2Codepublic String getTxCtgy()
Stringpublic void setTxCtgy(String value)
value - allowed object is
Stringpublic String getSaleRcncltnId()
Stringpublic void setSaleRcncltnId(String value)
value - allowed object is
Stringpublic CardSequenceNumberRange1 getSeqNbRg()
CardSequenceNumberRange1public void setSeqNbRg(CardSequenceNumberRange1 value)
value - allowed object is
CardSequenceNumberRange1public DateOrDateTimePeriod1Choice getTxDtRg()
DateOrDateTimePeriod1Choicepublic void setTxDtRg(DateOrDateTimePeriod1Choice value)
value - allowed object is
DateOrDateTimePeriod1ChoiceCopyright © 2020. All rights reserved.