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.03}PlainCardData1" minOccurs="0"/> <element name="CardCtryCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Exact3NumericText" minOccurs="0"/> <element name="CardBrnd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}GenericIdentification1" minOccurs="0"/> <element name="AddtlCardData" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max70Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
addtlCardData |
|
protected GenericIdentification1 |
cardBrnd |
|
protected java.lang.String |
cardCtryCd |
|
protected PlainCardData1 |
plainCardData |
Constructor | Description |
---|---|
PaymentCard4() |
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.
|
protected PlainCardData1 plainCardData
protected java.lang.String cardCtryCd
protected GenericIdentification1 cardBrnd
protected java.lang.String addtlCardData
public PlainCardData1 getPlainCardData()
PlainCardData1
public void setPlainCardData(PlainCardData1 value)
value
- allowed object is
PlainCardData1
public java.lang.String getCardCtryCd()
String
public void setCardCtryCd(java.lang.String value)
value
- allowed object is
String
public GenericIdentification1 getCardBrnd()
GenericIdentification1
public void setCardBrnd(GenericIdentification1 value)
value
- allowed object is
GenericIdentification1
public java.lang.String getAddtlCardData()
String
public void setAddtlCardData(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.