Class PaymentCard35
java.lang.Object
org.coderic.iso20022.messages.casp.PaymentCard35
Java class for PaymentCard35 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentCard35"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PrtctdCardData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ContentInformationType40" minOccurs="0"/> <element name="PrvtCardData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max100KBinary" minOccurs="0"/> <element name="PlainCardData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PlainCardData22" minOccurs="0"/> <element name="PmtAcctRef" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max70Text" minOccurs="0"/> <element name="MskdPAN" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max30Text" minOccurs="0"/> <element name="IssrBIN" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max15NumericText" minOccurs="0"/> <element name="CardCtryCd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max3Text" minOccurs="0"/> <element name="CardCcyCd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Exact3AlphaNumericText" minOccurs="0"/> <element name="CardPdctPrfl" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/> <element name="CardBrnd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/> <element name="CardPdctTp" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CardProductType1Code" minOccurs="0"/> <element name="CardPdctSubTp" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/> <element name="IntrnlCard" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}TrueFalseIndicator" minOccurs="0"/> <element name="AllwdPdct" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max70Text" maxOccurs="unbounded" minOccurs="0"/> <element name="SvcOptn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/> <element name="AddtlCardData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max70Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlCardData property.Gets the value of the allwdPdct property.Gets the value of the cardBrnd property.Gets the value of the cardCcyCd property.Gets the value of the cardCtryCd property.Gets the value of the cardPdctPrfl property.Gets the value of the cardPdctSubTp property.Gets the value of the cardPdctTp property.Gets the value of the issrBIN property.Gets the value of the mskdPAN property.Gets the value of the plainCardData property.Gets the value of the pmtAcctRef property.Gets the value of the prtctdCardData property.byte[]
Gets the value of the prvtCardData property.Gets the value of the svcOptn property.Gets the value of the intrnlCard property.void
setAddtlCardData
(String value) Sets the value of the addtlCardData property.void
setCardBrnd
(String value) Sets the value of the cardBrnd property.void
setCardCcyCd
(String value) Sets the value of the cardCcyCd property.void
setCardCtryCd
(String value) Sets the value of the cardCtryCd property.void
setCardPdctPrfl
(String value) Sets the value of the cardPdctPrfl property.void
setCardPdctSubTp
(String value) Sets the value of the cardPdctSubTp property.void
Sets the value of the cardPdctTp property.void
setIntrnlCard
(Boolean value) Sets the value of the intrnlCard property.void
setIssrBIN
(String value) Sets the value of the issrBIN property.void
setMskdPAN
(String value) Sets the value of the mskdPAN property.void
setPlainCardData
(PlainCardData22 value) Sets the value of the plainCardData property.void
setPmtAcctRef
(String value) Sets the value of the pmtAcctRef property.void
Sets the value of the prtctdCardData property.void
setPrvtCardData
(byte[] value) Sets the value of the prvtCardData property.void
setSvcOptn
(String value) Sets the value of the svcOptn property.
-
Constructor Details
-
PaymentCard35
public PaymentCard35()
-
-
Method Details
-
getPrtctdCardData
Gets the value of the prtctdCardData property.- Returns:
- possible object is
ContentInformationType40
-
setPrtctdCardData
Sets the value of the prtctdCardData property.- Parameters:
value
- allowed object isContentInformationType40
-
getPrvtCardData
public byte[] getPrvtCardData()Gets the value of the prvtCardData property.- Returns:
- possible object is byte[]
-
setPrvtCardData
public void setPrvtCardData(byte[] value) Sets the value of the prvtCardData property.- Parameters:
value
- allowed object is byte[]
-
getPlainCardData
Gets the value of the plainCardData property.- Returns:
- possible object is
PlainCardData22
-
setPlainCardData
Sets the value of the plainCardData property.- Parameters:
value
- allowed object isPlainCardData22
-
getPmtAcctRef
Gets the value of the pmtAcctRef property.- Returns:
- possible object is
String
-
setPmtAcctRef
Sets the value of the pmtAcctRef property.- Parameters:
value
- allowed object isString
-
getMskdPAN
Gets the value of the mskdPAN property.- Returns:
- possible object is
String
-
setMskdPAN
Sets the value of the mskdPAN property.- Parameters:
value
- allowed object isString
-
getIssrBIN
Gets the value of the issrBIN property.- Returns:
- possible object is
String
-
setIssrBIN
Sets the value of the issrBIN property.- Parameters:
value
- allowed object isString
-
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
-
getCardCcyCd
Gets the value of the cardCcyCd property.- Returns:
- possible object is
String
-
setCardCcyCd
Sets the value of the cardCcyCd property.- Parameters:
value
- allowed object isString
-
getCardPdctPrfl
Gets the value of the cardPdctPrfl property.- Returns:
- possible object is
String
-
setCardPdctPrfl
Sets the value of the cardPdctPrfl property.- Parameters:
value
- allowed object isString
-
getCardBrnd
Gets the value of the cardBrnd property.- Returns:
- possible object is
String
-
setCardBrnd
Sets the value of the cardBrnd property.- Parameters:
value
- allowed object isString
-
getCardPdctTp
Gets the value of the cardPdctTp property.- Returns:
- possible object is
CardProductType1Code
-
setCardPdctTp
Sets the value of the cardPdctTp property.- Parameters:
value
- allowed object isCardProductType1Code
-
getCardPdctSubTp
Gets the value of the cardPdctSubTp property.- Returns:
- possible object is
String
-
setCardPdctSubTp
Sets the value of the cardPdctSubTp property.- Parameters:
value
- allowed object isString
-
isIntrnlCard
Gets the value of the intrnlCard property.- Returns:
- possible object is
Boolean
-
setIntrnlCard
Sets the value of the intrnlCard property.- Parameters:
value
- allowed object isBoolean
-
getAllwdPdct
Gets the value of the allwdPdct property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the allwdPdct property.For example, to add a new item, do as follows:
getAllwdPdct().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getSvcOptn
Gets the value of the svcOptn property.- Returns:
- possible object is
String
-
setSvcOptn
Sets the value of the svcOptn property.- Parameters:
value
- allowed object isString
-
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
-