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