Class PaymentCard35

java.lang.Object
org.coderic.iso20022.messages.casp.PaymentCard35

public class PaymentCard35 extends Object

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 Details

    • PaymentCard35

      public PaymentCard35()
  • Method Details

    • getPrtctdCardData

      public ContentInformationType40 getPrtctdCardData()
      Gets the value of the prtctdCardData property.
      Returns:
      possible object is ContentInformationType40
    • setPrtctdCardData

      public void setPrtctdCardData(ContentInformationType40 value)
      Sets the value of the prtctdCardData property.
      Parameters:
      value - allowed object is ContentInformationType40
    • 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

      public PlainCardData22 getPlainCardData()
      Gets the value of the plainCardData property.
      Returns:
      possible object is PlainCardData22
    • setPlainCardData

      public void setPlainCardData(PlainCardData22 value)
      Sets the value of the plainCardData property.
      Parameters:
      value - allowed object is PlainCardData22
    • getPmtAcctRef

      public String getPmtAcctRef()
      Gets the value of the pmtAcctRef property.
      Returns:
      possible object is String
    • setPmtAcctRef

      public void setPmtAcctRef(String value)
      Sets the value of the pmtAcctRef property.
      Parameters:
      value - allowed object is String
    • getMskdPAN

      public String getMskdPAN()
      Gets the value of the mskdPAN property.
      Returns:
      possible object is String
    • setMskdPAN

      public void setMskdPAN(String value)
      Sets the value of the mskdPAN property.
      Parameters:
      value - allowed object is String
    • getIssrBIN

      public String getIssrBIN()
      Gets the value of the issrBIN property.
      Returns:
      possible object is String
    • setIssrBIN

      public void setIssrBIN(String value)
      Sets the value of the issrBIN property.
      Parameters:
      value - allowed object is String
    • getCardCtryCd

      public String getCardCtryCd()
      Gets the value of the cardCtryCd property.
      Returns:
      possible object is String
    • setCardCtryCd

      public void setCardCtryCd(String value)
      Sets the value of the cardCtryCd property.
      Parameters:
      value - allowed object is String
    • getCardCcyCd

      public String getCardCcyCd()
      Gets the value of the cardCcyCd property.
      Returns:
      possible object is String
    • setCardCcyCd

      public void setCardCcyCd(String value)
      Sets the value of the cardCcyCd property.
      Parameters:
      value - allowed object is String
    • getCardPdctPrfl

      public String getCardPdctPrfl()
      Gets the value of the cardPdctPrfl property.
      Returns:
      possible object is String
    • setCardPdctPrfl

      public void setCardPdctPrfl(String value)
      Sets the value of the cardPdctPrfl property.
      Parameters:
      value - allowed object is String
    • getCardBrnd

      public String getCardBrnd()
      Gets the value of the cardBrnd property.
      Returns:
      possible object is String
    • setCardBrnd

      public void setCardBrnd(String value)
      Sets the value of the cardBrnd property.
      Parameters:
      value - allowed object is String
    • getCardPdctTp

      public CardProductType1Code getCardPdctTp()
      Gets the value of the cardPdctTp property.
      Returns:
      possible object is CardProductType1Code
    • setCardPdctTp

      public void setCardPdctTp(CardProductType1Code value)
      Sets the value of the cardPdctTp property.
      Parameters:
      value - allowed object is CardProductType1Code
    • getCardPdctSubTp

      public String getCardPdctSubTp()
      Gets the value of the cardPdctSubTp property.
      Returns:
      possible object is String
    • setCardPdctSubTp

      public void setCardPdctSubTp(String value)
      Sets the value of the cardPdctSubTp property.
      Parameters:
      value - allowed object is String
    • isIntrnlCard

      public Boolean isIntrnlCard()
      Gets the value of the intrnlCard property.
      Returns:
      possible object is Boolean
    • setIntrnlCard

      public void setIntrnlCard(Boolean value)
      Sets the value of the intrnlCard property.
      Parameters:
      value - allowed object is Boolean
    • getAllwdPdct

      public List<String> 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

      public String getSvcOptn()
      Gets the value of the svcOptn property.
      Returns:
      possible object is String
    • setSvcOptn

      public void setSvcOptn(String value)
      Sets the value of the svcOptn property.
      Parameters:
      value - allowed object is String
    • getAddtlCardData

      public String getAddtlCardData()
      Gets the value of the addtlCardData property.
      Returns:
      possible object is String
    • setAddtlCardData

      public void setAddtlCardData(String value)
      Sets the value of the addtlCardData property.
      Parameters:
      value - allowed object is String