public class CardAggregated1 extends Object
Java class for CardAggregated1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardAggregated1">
<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.05}CardPaymentServiceType2Code" minOccurs="0"/>
<element name="TxCtgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ExternalCardTransactionCategory1Code" minOccurs="0"/>
<element name="SaleRcncltnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/>
<element name="SeqNbRg" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CardSequenceNumberRange1" minOccurs="0"/>
<element name="TxDtRg" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}DateOrDateTimePeriodChoice" 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 DateOrDateTimePeriodChoice |
txDtRg |
| Constructor and Description |
|---|
CardAggregated1() |
| 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.
|
DateOrDateTimePeriodChoice |
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(DateOrDateTimePeriodChoice value)
Sets the value of the txDtRg property.
|
protected CardPaymentServiceType2Code addtlSvc
protected String txCtgy
protected String saleRcncltnId
protected CardSequenceNumberRange1 seqNbRg
protected DateOrDateTimePeriodChoice 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 DateOrDateTimePeriodChoice getTxDtRg()
DateOrDateTimePeriodChoicepublic void setTxDtRg(DateOrDateTimePeriodChoice value)
value - allowed object is
DateOrDateTimePeriodChoiceCopyright © 2020. All rights reserved.