Class Cardholder19

java.lang.Object
org.coderic.iso20022.messages.cafm.Cardholder19

public class Cardholder19 extends Object

Java class for Cardholder19 complex type.

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

 <complexType name="Cardholder19">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CrdhldrNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}CardholderName3" minOccurs="0"/>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Credentials2" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Adr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Address2" minOccurs="0"/>
         <element name="CtctInf" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Contact1" minOccurs="0"/>
         <element name="DtOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISODate" minOccurs="0"/>
         <element name="HghValCstmrInd" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TrueFalseIndicator" minOccurs="0"/>
         <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LclData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}LocalData7" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Cardholder19

      public Cardholder19()
  • Method Details

    • getCrdhldrNm

      public CardholderName3 getCrdhldrNm()
      Gets the value of the crdhldrNm property.
      Returns:
      possible object is CardholderName3
    • setCrdhldrNm

      public void setCrdhldrNm(CardholderName3 value)
      Sets the value of the crdhldrNm property.
      Parameters:
      value - allowed object is CardholderName3
    • getId

      public List<Credentials2> getId()
      Gets the value of the id 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 id property.

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

          getId().add(newItem);
       

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

    • getAdr

      public Address2 getAdr()
      Gets the value of the adr property.
      Returns:
      possible object is Address2
    • setAdr

      public void setAdr(Address2 value)
      Sets the value of the adr property.
      Parameters:
      value - allowed object is Address2
    • getCtctInf

      public Contact1 getCtctInf()
      Gets the value of the ctctInf property.
      Returns:
      possible object is Contact1
    • setCtctInf

      public void setCtctInf(Contact1 value)
      Sets the value of the ctctInf property.
      Parameters:
      value - allowed object is Contact1
    • getDtOfBirth

      public XMLGregorianCalendar getDtOfBirth()
      Gets the value of the dtOfBirth property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDtOfBirth

      public void setDtOfBirth(XMLGregorianCalendar value)
      Sets the value of the dtOfBirth property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isHghValCstmrInd

      public Boolean isHghValCstmrInd()
      Gets the value of the hghValCstmrInd property.
      Returns:
      possible object is Boolean
    • setHghValCstmrInd

      public void setHghValCstmrInd(Boolean value)
      Sets the value of the hghValCstmrInd property.
      Parameters:
      value - allowed object is Boolean
    • getAddtlData

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

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

          getAddtlData().add(newItem);
       

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

    • getLclData

      public LocalData7 getLclData()
      Gets the value of the lclData property.
      Returns:
      possible object is LocalData7
    • setLclData

      public void setLclData(LocalData7 value)
      Sets the value of the lclData property.
      Parameters:
      value - allowed object is LocalData7