Class CardAggregated1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_05.CardAggregated1
-
public class CardAggregated1 extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CardPaymentServiceType2CodeaddtlSvcprotected java.lang.StringsaleRcncltnIdprotected CardSequenceNumberRange1seqNbRgprotected java.lang.StringtxCtgyprotected DateOrDateTimePeriodChoicetxDtRg
-
Constructor Summary
Constructors Constructor Description CardAggregated1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CardPaymentServiceType2CodegetAddtlSvc()Gets the value of the addtlSvc property.java.lang.StringgetSaleRcncltnId()Gets the value of the saleRcncltnId property.CardSequenceNumberRange1getSeqNbRg()Gets the value of the seqNbRg property.java.lang.StringgetTxCtgy()Gets the value of the txCtgy property.DateOrDateTimePeriodChoicegetTxDtRg()Gets the value of the txDtRg property.voidsetAddtlSvc(CardPaymentServiceType2Code value)Sets the value of the addtlSvc property.voidsetSaleRcncltnId(java.lang.String value)Sets the value of the saleRcncltnId property.voidsetSeqNbRg(CardSequenceNumberRange1 value)Sets the value of the seqNbRg property.voidsetTxCtgy(java.lang.String value)Sets the value of the txCtgy property.voidsetTxDtRg(DateOrDateTimePeriodChoice 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 DateOrDateTimePeriodChoice 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 DateOrDateTimePeriodChoice getTxDtRg()
Gets the value of the txDtRg property.- Returns:
- possible object is
DateOrDateTimePeriodChoice
-
setTxDtRg
public void setTxDtRg(DateOrDateTimePeriodChoice value)
Sets the value of the txDtRg property.- Parameters:
value- allowed object isDateOrDateTimePeriodChoice
-
-