Class CardData10

java.lang.Object
org.coderic.iso20022.messages.cain.CardData10

public class CardData10 extends Object

Java class for CardData10 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CardData10">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PAN" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max19NumericText" minOccurs="0"/>
         <element name="PrtctdPANInd" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}TrueFalseIndicator" minOccurs="0"/>
         <element name="CardSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Min2Max3NumericText" minOccurs="0"/>
         <element name="PmtAcctRef" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="PANAcctRg" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max19NumericText" minOccurs="0"/>
         <element name="CardPrtflIdr" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="AddtlCardData" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • CardData10

      public CardData10()
  • Method Details

    • getPAN

      public String getPAN()
      Gets the value of the pan property.
      Returns:
      possible object is String
    • setPAN

      public void setPAN(String value)
      Sets the value of the pan property.
      Parameters:
      value - allowed object is String
    • isPrtctdPANInd

      public Boolean isPrtctdPANInd()
      Gets the value of the prtctdPANInd property.
      Returns:
      possible object is Boolean
    • setPrtctdPANInd

      public void setPrtctdPANInd(Boolean value)
      Sets the value of the prtctdPANInd property.
      Parameters:
      value - allowed object is Boolean
    • getCardSeqNb

      public String getCardSeqNb()
      Gets the value of the cardSeqNb property.
      Returns:
      possible object is String
    • setCardSeqNb

      public void setCardSeqNb(String value)
      Sets the value of the cardSeqNb property.
      Parameters:
      value - allowed object is String
    • 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
    • getPANAcctRg

      public String getPANAcctRg()
      Gets the value of the panAcctRg property.
      Returns:
      possible object is String
    • setPANAcctRg

      public void setPANAcctRg(String value)
      Sets the value of the panAcctRg property.
      Parameters:
      value - allowed object is String
    • getCardPrtflIdr

      public String getCardPrtflIdr()
      Gets the value of the cardPrtflIdr property.
      Returns:
      possible object is String
    • setCardPrtflIdr

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

      public List<AdditionalData1> getAddtlCardData()
      Gets the value of the addtlCardData 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 addtlCardData property.

      For example, to add a new item, do as follows:

          getAddtlCardData().add(newItem);
       

      Objects of the following type(s) are allowed in the list AdditionalData1