Class PlainCardData1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_09.PlainCardData1
Java class for PlainCardData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlainCardData1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PAN" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Min8Max28NumericText"/> <element name="CardSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Min2Max3NumericText" minOccurs="0"/> <element name="FctvDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}ISOYearMonth" minOccurs="0"/> <element name="XpryDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}ISOYearMonth"/> <element name="SvcCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Exact3NumericText" minOccurs="0"/> <element name="TrckData" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}TrackData1" maxOccurs="unbounded" minOccurs="0"/> <element name="CardSctyCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}CardSecurityInformation1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CardSecurityInformation1
protected String
protected XMLGregorianCalendar
protected String
protected String
protected List
<TrackData1> protected XMLGregorianCalendar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardSctyCd property.Gets the value of the cardSeqNb property.Gets the value of the fctvDt property.getPAN()
Gets the value of the pan property.getSvcCd()
Gets the value of the svcCd property.Gets the value of the trckData property.Gets the value of the xpryDt property.void
Sets the value of the cardSctyCd property.void
setCardSeqNb
(String value) Sets the value of the cardSeqNb property.void
setFctvDt
(XMLGregorianCalendar value) Sets the value of the fctvDt property.void
Sets the value of the pan property.void
Sets the value of the svcCd property.void
setXpryDt
(XMLGregorianCalendar value) Sets the value of the xpryDt property.
-
Field Details
-
pan
-
cardSeqNb
-
fctvDt
-
xpryDt
-
svcCd
-
trckData
-
cardSctyCd
-
-
Constructor Details
-
PlainCardData1
public PlainCardData1()
-
-
Method Details
-
getPAN
Gets the value of the pan property.- Returns:
- possible object is
String
-
setPAN
Sets the value of the pan property.- Parameters:
value
- allowed object isString
-
getCardSeqNb
Gets the value of the cardSeqNb property.- Returns:
- possible object is
String
-
setCardSeqNb
Sets the value of the cardSeqNb property.- Parameters:
value
- allowed object isString
-
getFctvDt
Gets the value of the fctvDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFctvDt
Sets the value of the fctvDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getXpryDt
Gets the value of the xpryDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setXpryDt
Sets the value of the xpryDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getSvcCd
Gets the value of the svcCd property.- Returns:
- possible object is
String
-
setSvcCd
Sets the value of the svcCd property.- Parameters:
value
- allowed object isString
-
getTrckData
Gets the value of the trckData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the trckData property.For example, to add a new item, do as follows:
getTrckData().add(newItem);
Objects of the following type(s) are allowed in the list
TrackData1
-
getCardSctyCd
Gets the value of the cardSctyCd property.- Returns:
- possible object is
CardSecurityInformation1
-
setCardSctyCd
Sets the value of the cardSctyCd property.- Parameters:
value
- allowed object isCardSecurityInformation1
-