Class CardAggregated1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_04.CardAggregated1
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.04}CardPaymentServiceType2Code" minOccurs="0"/> <element name="TxCtgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ExternalCardTransactionCategory1Code" minOccurs="0"/> <element name="SaleRcncltnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/> <element name="SeqNbRg" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}CardSequenceNumberRange1" minOccurs="0"/> <element name="TxDtRg" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}DateOrDateTimePeriodChoice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CardPaymentServiceType2Code
protected String
protected CardSequenceNumberRange1
protected String
protected DateOrDateTimePeriodChoice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlSvc property.Gets the value of the saleRcncltnId property.Gets the value of the seqNbRg property.Gets the value of the txCtgy property.Gets the value of the txDtRg property.void
Sets the value of the addtlSvc property.void
setSaleRcncltnId
(String value) Sets the value of the saleRcncltnId property.void
Sets the value of the seqNbRg property.void
Sets the value of the txCtgy property.void
Sets the value of the txDtRg property.
-
Field Details
-
addtlSvc
-
txCtgy
-
saleRcncltnId
-
seqNbRg
-
txDtRg
-
-
Constructor Details
-
CardAggregated1
public CardAggregated1()
-
-
Method Details
-
getAddtlSvc
Gets the value of the addtlSvc property.- Returns:
- possible object is
CardPaymentServiceType2Code
-
setAddtlSvc
Sets the value of the addtlSvc property.- Parameters:
value
- allowed object isCardPaymentServiceType2Code
-
getTxCtgy
Gets the value of the txCtgy property.- Returns:
- possible object is
String
-
setTxCtgy
Sets the value of the txCtgy property.- Parameters:
value
- allowed object isString
-
getSaleRcncltnId
Gets the value of the saleRcncltnId property.- Returns:
- possible object is
String
-
setSaleRcncltnId
Sets the value of the saleRcncltnId property.- Parameters:
value
- allowed object isString
-
getSeqNbRg
Gets the value of the seqNbRg property.- Returns:
- possible object is
CardSequenceNumberRange1
-
setSeqNbRg
Sets the value of the seqNbRg property.- Parameters:
value
- allowed object isCardSequenceNumberRange1
-
getTxDtRg
Gets the value of the txDtRg property.- Returns:
- possible object is
DateOrDateTimePeriodChoice
-
setTxDtRg
Sets the value of the txDtRg property.- Parameters:
value
- allowed object isDateOrDateTimePeriodChoice
-