public class CardAggregated1
extends java.lang.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.06}CardPaymentServiceType2Code" minOccurs="0"/>
<element name="TxCtgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ExternalCardTransactionCategory1Code" minOccurs="0"/>
<element name="SaleRcncltnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="SeqNbRg" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CardSequenceNumberRange1" minOccurs="0"/>
<element name="TxDtRg" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DateOrDateTimePeriodChoice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected CardPaymentServiceType2Code |
addtlSvc |
|
protected java.lang.String |
saleRcncltnId |
|
protected CardSequenceNumberRange1 |
seqNbRg |
|
protected java.lang.String |
txCtgy |
|
protected DateOrDateTimePeriodChoice |
txDtRg |
| Constructor | Description |
|---|---|
CardAggregated1() |
| Modifier and Type | Method | Description |
|---|---|---|
CardPaymentServiceType2Code |
getAddtlSvc() |
Gets the value of the addtlSvc property.
|
java.lang.String |
getSaleRcncltnId() |
Gets the value of the saleRcncltnId property.
|
CardSequenceNumberRange1 |
getSeqNbRg() |
Gets the value of the seqNbRg property.
|
java.lang.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(java.lang.String value) |
Sets the value of the saleRcncltnId property.
|
void |
setSeqNbRg(CardSequenceNumberRange1 value) |
Sets the value of the seqNbRg property.
|
void |
setTxCtgy(java.lang.String value) |
Sets the value of the txCtgy property.
|
void |
setTxDtRg(DateOrDateTimePeriodChoice value) |
Sets the value of the txDtRg property.
|
protected CardPaymentServiceType2Code addtlSvc
protected java.lang.String txCtgy
protected java.lang.String saleRcncltnId
protected CardSequenceNumberRange1 seqNbRg
protected DateOrDateTimePeriodChoice txDtRg
public CardPaymentServiceType2Code getAddtlSvc()
CardPaymentServiceType2Codepublic void setAddtlSvc(CardPaymentServiceType2Code value)
value - allowed object is
CardPaymentServiceType2Codepublic java.lang.String getTxCtgy()
Stringpublic void setTxCtgy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSaleRcncltnId()
Stringpublic void setSaleRcncltnId(java.lang.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 © 2018. All rights reserved.