Class PaymentCard4
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_04.PaymentCard4
-
public class PaymentCard4 extends Object
Java class for PaymentCard4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentCard4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PlainCardData" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}PlainCardData1" minOccurs="0"/> <element name="CardCtryCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Exact3NumericText" minOccurs="0"/> <element name="CardBrnd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}GenericIdentification1" minOccurs="0"/> <element name="AddtlCardData" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max70Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaddtlCardDataprotected GenericIdentification1cardBrndprotected StringcardCtryCdprotected PlainCardData1plainCardData
-
Constructor Summary
Constructors Constructor Description PaymentCard4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddtlCardData()Gets the value of the addtlCardData property.GenericIdentification1getCardBrnd()Gets the value of the cardBrnd property.StringgetCardCtryCd()Gets the value of the cardCtryCd property.PlainCardData1getPlainCardData()Gets the value of the plainCardData property.voidsetAddtlCardData(String value)Sets the value of the addtlCardData property.voidsetCardBrnd(GenericIdentification1 value)Sets the value of the cardBrnd property.voidsetCardCtryCd(String value)Sets the value of the cardCtryCd property.voidsetPlainCardData(PlainCardData1 value)Sets the value of the plainCardData property.
-
-
-
Field Detail
-
plainCardData
protected PlainCardData1 plainCardData
-
cardCtryCd
protected String cardCtryCd
-
cardBrnd
protected GenericIdentification1 cardBrnd
-
addtlCardData
protected String addtlCardData
-
-
Method Detail
-
getPlainCardData
public PlainCardData1 getPlainCardData()
Gets the value of the plainCardData property.- Returns:
- possible object is
PlainCardData1
-
setPlainCardData
public void setPlainCardData(PlainCardData1 value)
Sets the value of the plainCardData property.- Parameters:
value- allowed object isPlainCardData1
-
getCardCtryCd
public String getCardCtryCd()
Gets the value of the cardCtryCd property.- Returns:
- possible object is
String
-
setCardCtryCd
public void setCardCtryCd(String value)
Sets the value of the cardCtryCd property.- Parameters:
value- allowed object isString
-
getCardBrnd
public GenericIdentification1 getCardBrnd()
Gets the value of the cardBrnd property.- Returns:
- possible object is
GenericIdentification1
-
setCardBrnd
public void setCardBrnd(GenericIdentification1 value)
Sets the value of the cardBrnd property.- Parameters:
value- allowed object isGenericIdentification1
-
getAddtlCardData
public String getAddtlCardData()
Gets the value of the addtlCardData property.- Returns:
- possible object is
String
-
-