Class Cardholder21

java.lang.Object
org.coderic.iso20022.messages.caaa.Cardholder21

public class Cardholder21 extends Object

Java class for Cardholder21 complex type.

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

 <complexType name="Cardholder21">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}PersonIdentification15" minOccurs="0"/>
         <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max45Text" minOccurs="0"/>
         <element name="Lang" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}LanguageCode" minOccurs="0"/>
         <element name="BllgAdr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}PostalAddress22" minOccurs="0"/>
         <element name="ShppgAdr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}PostalAddress22" minOccurs="0"/>
         <element name="TripNb" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
         <element name="Vhcl" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Vehicle1" minOccurs="0"/>
         <element name="Authntcn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardholderAuthentication17" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TxVrfctnRslt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TransactionVerificationResult4" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PrsnlData" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max70Text" minOccurs="0"/>
         <element name="MobData" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}MobileData6" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Cardholder21

      public Cardholder21()
  • Method Details

    • getId

      public PersonIdentification15 getId()
      Gets the value of the id property.
      Returns:
      possible object is PersonIdentification15
    • setId

      public void setId(PersonIdentification15 value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is PersonIdentification15
    • getNm

      public String getNm()
      Gets the value of the nm property.
      Returns:
      possible object is String
    • setNm

      public void setNm(String value)
      Sets the value of the nm property.
      Parameters:
      value - allowed object is String
    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String
    • getBllgAdr

      public PostalAddress22 getBllgAdr()
      Gets the value of the bllgAdr property.
      Returns:
      possible object is PostalAddress22
    • setBllgAdr

      public void setBllgAdr(PostalAddress22 value)
      Sets the value of the bllgAdr property.
      Parameters:
      value - allowed object is PostalAddress22
    • getShppgAdr

      public PostalAddress22 getShppgAdr()
      Gets the value of the shppgAdr property.
      Returns:
      possible object is PostalAddress22
    • setShppgAdr

      public void setShppgAdr(PostalAddress22 value)
      Sets the value of the shppgAdr property.
      Parameters:
      value - allowed object is PostalAddress22
    • getTripNb

      public String getTripNb()
      Gets the value of the tripNb property.
      Returns:
      possible object is String
    • setTripNb

      public void setTripNb(String value)
      Sets the value of the tripNb property.
      Parameters:
      value - allowed object is String
    • getVhcl

      public Vehicle1 getVhcl()
      Gets the value of the vhcl property.
      Returns:
      possible object is Vehicle1
    • setVhcl

      public void setVhcl(Vehicle1 value)
      Sets the value of the vhcl property.
      Parameters:
      value - allowed object is Vehicle1
    • getAuthntcn

      public List<CardholderAuthentication17> getAuthntcn()
      Gets the value of the authntcn 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 authntcn property.

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

          getAuthntcn().add(newItem);
       

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

    • getTxVrfctnRslt

      public List<TransactionVerificationResult4> getTxVrfctnRslt()
      Gets the value of the txVrfctnRslt 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 txVrfctnRslt property.

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

          getTxVrfctnRslt().add(newItem);
       

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

    • getPrsnlData

      public String getPrsnlData()
      Gets the value of the prsnlData property.
      Returns:
      possible object is String
    • setPrsnlData

      public void setPrsnlData(String value)
      Sets the value of the prsnlData property.
      Parameters:
      value - allowed object is String
    • getMobData

      public List<MobileData6> getMobData()
      Gets the value of the mobData 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 mobData property.

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

          getMobData().add(newItem);
       

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