Class PaymentCard4
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_05.PaymentCard4
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.05}PlainCardData1" minOccurs="0"/> <element name="CardCtryCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Exact3NumericText" minOccurs="0"/> <element name="CardBrnd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}GenericIdentification1" minOccurs="0"/> <element name="AddtlCardData" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max70Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected GenericIdentification1
protected String
protected PlainCardData1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlCardData property.Gets the value of the cardBrnd property.Gets the value of the cardCtryCd property.Gets the value of the plainCardData property.void
setAddtlCardData
(String value) Sets the value of the addtlCardData property.void
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.
-
Field Details
-
plainCardData
-
cardCtryCd
-
cardBrnd
-
addtlCardData
-
-
Constructor Details
-
PaymentCard4
public PaymentCard4()
-
-
Method Details
-
getPlainCardData
Gets the value of the plainCardData property.- Returns:
- possible object is
PlainCardData1
-
setPlainCardData
Sets the value of the plainCardData property.- Parameters:
value
- allowed object isPlainCardData1
-
getCardCtryCd
Gets the value of the cardCtryCd property.- Returns:
- possible object is
String
-
setCardCtryCd
Sets the value of the cardCtryCd property.- Parameters:
value
- allowed object isString
-
getCardBrnd
Gets the value of the cardBrnd property.- Returns:
- possible object is
GenericIdentification1
-
setCardBrnd
Sets the value of the cardBrnd property.- Parameters:
value
- allowed object isGenericIdentification1
-
getAddtlCardData
Gets the value of the addtlCardData property.- Returns:
- possible object is
String
-
setAddtlCardData
Sets the value of the addtlCardData property.- Parameters:
value
- allowed object isString
-