Class Customer7

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

public class Customer7 extends Object

Java class for Customer7 complex type.

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

 <complexType name="Customer7">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CstmrId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
         <element name="CstmrDsgnt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max2NumericText" minOccurs="0"/>
         <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}CardholderName3" 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}Contact6" minOccurs="0"/>
         <element name="Crdntls" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Credentials2" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Ntlty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISOMax3ACountryCode" minOccurs="0"/>
         <element name="CtryOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISOMax3ACountryCode" minOccurs="0"/>
         <element name="DtOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISODate" minOccurs="0"/>
         <element name="LclData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}LocalData3" minOccurs="0"/>
         <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Customer7

      public Customer7()
  • Method Details

    • getCstmrId

      public String getCstmrId()
      Gets the value of the cstmrId property.
      Returns:
      possible object is String
    • setCstmrId

      public void setCstmrId(String value)
      Sets the value of the cstmrId property.
      Parameters:
      value - allowed object is String
    • getCstmrDsgnt

      public String getCstmrDsgnt()
      Gets the value of the cstmrDsgnt property.
      Returns:
      possible object is String
    • setCstmrDsgnt

      public void setCstmrDsgnt(String value)
      Sets the value of the cstmrDsgnt property.
      Parameters:
      value - allowed object is String
    • getNm

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

      public void setNm(CardholderName3 value)
      Sets the value of the nm property.
      Parameters:
      value - allowed object is CardholderName3
    • 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 Contact6 getCtctInf()
      Gets the value of the ctctInf property.
      Returns:
      possible object is Contact6
    • setCtctInf

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

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

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

          getCrdntls().add(newItem);
       

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

    • getNtlty

      public String getNtlty()
      Gets the value of the ntlty property.
      Returns:
      possible object is String
    • setNtlty

      public void setNtlty(String value)
      Sets the value of the ntlty property.
      Parameters:
      value - allowed object is String
    • getCtryOfBirth

      public String getCtryOfBirth()
      Gets the value of the ctryOfBirth property.
      Returns:
      possible object is String
    • setCtryOfBirth

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

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

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