Class PaymentCard4
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.PaymentCard4
-
public class PaymentCard4 extends java.lang.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.07}PlainCardData1" minOccurs="0"/> <element name="CardCtryCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Exact3NumericText" minOccurs="0"/> <element name="CardBrnd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}GenericIdentification1" minOccurs="0"/> <element name="AddtlCardData" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max70Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
addtlCardData
protected GenericIdentification1
cardBrnd
protected java.lang.String
cardCtryCd
protected PlainCardData1
plainCardData
-
Constructor Summary
Constructors Constructor Description PaymentCard4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAddtlCardData()
Gets the value of the addtlCardData property.GenericIdentification1
getCardBrnd()
Gets the value of the cardBrnd property.java.lang.String
getCardCtryCd()
Gets the value of the cardCtryCd property.PlainCardData1
getPlainCardData()
Gets the value of the plainCardData property.void
setAddtlCardData(java.lang.String value)
Sets the value of the addtlCardData property.void
setCardBrnd(GenericIdentification1 value)
Sets the value of the cardBrnd property.void
setCardCtryCd(java.lang.String value)
Sets the value of the cardCtryCd property.void
setPlainCardData(PlainCardData1 value)
Sets the value of the plainCardData property.
-
-
-
Field Detail
-
plainCardData
protected PlainCardData1 plainCardData
-
cardCtryCd
protected java.lang.String cardCtryCd
-
cardBrnd
protected GenericIdentification1 cardBrnd
-
addtlCardData
protected java.lang.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 java.lang.String getCardCtryCd()
Gets the value of the cardCtryCd property.- Returns:
- possible object is
String
-
setCardCtryCd
public void setCardCtryCd(java.lang.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 java.lang.String getAddtlCardData()
Gets the value of the addtlCardData property.- Returns:
- possible object is
String
-
setAddtlCardData
public void setAddtlCardData(java.lang.String value)
Sets the value of the addtlCardData property.- Parameters:
value
- allowed object isString
-
-