Class CardAggregated2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_08.CardAggregated2
-
public class CardAggregated2 extends java.lang.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.08}CardPaymentServiceType2Code" minOccurs="0"/> <element name="TxCtgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}ExternalCardTransactionCategory1Code" minOccurs="0"/> <element name="SaleRcncltnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/> <element name="SeqNbRg" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CardSequenceNumberRange1" minOccurs="0"/> <element name="TxDtRg" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}DateOrDateTimePeriod1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CardPaymentServiceType2Code
addtlSvc
protected java.lang.String
saleRcncltnId
protected CardSequenceNumberRange1
seqNbRg
protected java.lang.String
txCtgy
protected DateOrDateTimePeriod1Choice
txDtRg
-
Constructor Summary
Constructors Constructor Description CardAggregated2()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.DateOrDateTimePeriod1Choice
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(DateOrDateTimePeriod1Choice value)
Sets the value of the txDtRg property.
-
-
-
Field Detail
-
addtlSvc
protected CardPaymentServiceType2Code addtlSvc
-
txCtgy
protected java.lang.String txCtgy
-
saleRcncltnId
protected java.lang.String saleRcncltnId
-
seqNbRg
protected CardSequenceNumberRange1 seqNbRg
-
txDtRg
protected DateOrDateTimePeriod1Choice txDtRg
-
-
Method Detail
-
getAddtlSvc
public CardPaymentServiceType2Code getAddtlSvc()
Gets the value of the addtlSvc property.- Returns:
- possible object is
CardPaymentServiceType2Code
-
setAddtlSvc
public void setAddtlSvc(CardPaymentServiceType2Code value)
Sets the value of the addtlSvc property.- Parameters:
value
- allowed object isCardPaymentServiceType2Code
-
getTxCtgy
public java.lang.String getTxCtgy()
Gets the value of the txCtgy property.- Returns:
- possible object is
String
-
setTxCtgy
public void setTxCtgy(java.lang.String value)
Sets the value of the txCtgy property.- Parameters:
value
- allowed object isString
-
getSaleRcncltnId
public java.lang.String getSaleRcncltnId()
Gets the value of the saleRcncltnId property.- Returns:
- possible object is
String
-
setSaleRcncltnId
public void setSaleRcncltnId(java.lang.String value)
Sets the value of the saleRcncltnId property.- Parameters:
value
- allowed object isString
-
getSeqNbRg
public CardSequenceNumberRange1 getSeqNbRg()
Gets the value of the seqNbRg property.- Returns:
- possible object is
CardSequenceNumberRange1
-
setSeqNbRg
public void setSeqNbRg(CardSequenceNumberRange1 value)
Sets the value of the seqNbRg property.- Parameters:
value
- allowed object isCardSequenceNumberRange1
-
getTxDtRg
public DateOrDateTimePeriod1Choice getTxDtRg()
Gets the value of the txDtRg property.- Returns:
- possible object is
DateOrDateTimePeriod1Choice
-
setTxDtRg
public void setTxDtRg(DateOrDateTimePeriod1Choice value)
Sets the value of the txDtRg property.- Parameters:
value
- allowed object isDateOrDateTimePeriod1Choice
-
-