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 Link icon

    • PaymentCard35 Link icon

      public PaymentCard35()
  • Method Details Link icon

    • getPrtctdCardData Link icon

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

      public void setPrtctdCardData(ContentInformationType40 value)
      Sets the value of the prtctdCardData property.
      Parameters:
      value - allowed object is ContentInformationType40
    • getPrvtCardData Link icon

      public byte[] getPrvtCardData()
      Gets the value of the prvtCardData property.
      Returns:
      possible object is byte[]
    • setPrvtCardData Link icon

      public void setPrvtCardData(byte[] value)
      Sets the value of the prvtCardData property.
      Parameters:
      value - allowed object is byte[]
    • getPlainCardData Link icon

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      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 Link icon

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

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

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

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