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.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 | 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()
CardPaymentServiceType2Code
public void setAddtlSvc(CardPaymentServiceType2Code value)
value
- allowed object is
CardPaymentServiceType2Code
public java.lang.String getTxCtgy()
String
public void setTxCtgy(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSaleRcncltnId()
String
public void setSaleRcncltnId(java.lang.String value)
value
- allowed object is
String
public CardSequenceNumberRange1 getSeqNbRg()
CardSequenceNumberRange1
public void setSeqNbRg(CardSequenceNumberRange1 value)
value
- allowed object is
CardSequenceNumberRange1
public DateOrDateTimePeriodChoice getTxDtRg()
DateOrDateTimePeriodChoice
public void setTxDtRg(DateOrDateTimePeriodChoice value)
value
- allowed object is
DateOrDateTimePeriodChoice
Copyright © 2018. All rights reserved.