Class PlainCardData1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_06.PlainCardData1
-
public class PlainCardData1 extends java.lang.ObjectJava 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.06}Min8Max28NumericText"/> <element name="CardSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Min2Max3NumericText" minOccurs="0"/> <element name="FctvDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ISOYearMonth" minOccurs="0"/> <element name="XpryDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ISOYearMonth"/> <element name="SvcCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Exact3NumericText" minOccurs="0"/> <element name="TrckData" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TrackData1" maxOccurs="unbounded" minOccurs="0"/> <element name="CardSctyCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CardSecurityInformation1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CardSecurityInformation1cardSctyCdprotected java.lang.StringcardSeqNbprotected javax.xml.datatype.XMLGregorianCalendarfctvDtprotected java.lang.Stringpanprotected java.lang.StringsvcCdprotected java.util.List<TrackData1>trckDataprotected javax.xml.datatype.XMLGregorianCalendarxpryDt
-
Constructor Summary
Constructors Constructor Description PlainCardData1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CardSecurityInformation1getCardSctyCd()Gets the value of the cardSctyCd property.java.lang.StringgetCardSeqNb()Gets the value of the cardSeqNb property.javax.xml.datatype.XMLGregorianCalendargetFctvDt()Gets the value of the fctvDt property.java.lang.StringgetPAN()Gets the value of the pan property.java.lang.StringgetSvcCd()Gets the value of the svcCd property.java.util.List<TrackData1>getTrckData()Gets the value of the trckData property.javax.xml.datatype.XMLGregorianCalendargetXpryDt()Gets the value of the xpryDt property.voidsetCardSctyCd(CardSecurityInformation1 value)Sets the value of the cardSctyCd property.voidsetCardSeqNb(java.lang.String value)Sets the value of the cardSeqNb property.voidsetFctvDt(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the fctvDt property.voidsetPAN(java.lang.String value)Sets the value of the pan property.voidsetSvcCd(java.lang.String value)Sets the value of the svcCd property.voidsetXpryDt(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the xpryDt property.
-
-
-
Field Detail
-
pan
protected java.lang.String pan
-
cardSeqNb
protected java.lang.String cardSeqNb
-
fctvDt
protected javax.xml.datatype.XMLGregorianCalendar fctvDt
-
xpryDt
protected javax.xml.datatype.XMLGregorianCalendar xpryDt
-
svcCd
protected java.lang.String svcCd
-
trckData
protected java.util.List<TrackData1> trckData
-
cardSctyCd
protected CardSecurityInformation1 cardSctyCd
-
-
Method Detail
-
getPAN
public java.lang.String getPAN()
Gets the value of the pan property.- Returns:
- possible object is
String
-
setPAN
public void setPAN(java.lang.String value)
Sets the value of the pan property.- Parameters:
value- allowed object isString
-
getCardSeqNb
public java.lang.String getCardSeqNb()
Gets the value of the cardSeqNb property.- Returns:
- possible object is
String
-
setCardSeqNb
public void setCardSeqNb(java.lang.String value)
Sets the value of the cardSeqNb property.- Parameters:
value- allowed object isString
-
getFctvDt
public javax.xml.datatype.XMLGregorianCalendar getFctvDt()
Gets the value of the fctvDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFctvDt
public void setFctvDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the fctvDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getXpryDt
public javax.xml.datatype.XMLGregorianCalendar getXpryDt()
Gets the value of the xpryDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setXpryDt
public void setXpryDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the xpryDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getSvcCd
public java.lang.String getSvcCd()
Gets the value of the svcCd property.- Returns:
- possible object is
String
-
setSvcCd
public void setSvcCd(java.lang.String value)
Sets the value of the svcCd property.- Parameters:
value- allowed object isString
-
getTrckData
public java.util.List<TrackData1> 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
setmethod 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
public CardSecurityInformation1 getCardSctyCd()
Gets the value of the cardSctyCd property.- Returns:
- possible object is
CardSecurityInformation1
-
setCardSctyCd
public void setCardSctyCd(CardSecurityInformation1 value)
Sets the value of the cardSctyCd property.- Parameters:
value- allowed object isCardSecurityInformation1
-
-