Class CardholderName3

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

public class CardholderName3 extends Object

Java class for CardholderName3 complex type.

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

 <complexType name="CardholderName3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max70Text" minOccurs="0"/>
         <element name="GvnNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
         <element name="MddlNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
         <element name="LastNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • CardholderName3

      public CardholderName3()
  • Method Details

    • 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
    • getGvnNm

      public String getGvnNm()
      Gets the value of the gvnNm property.
      Returns:
      possible object is String
    • setGvnNm

      public void setGvnNm(String value)
      Sets the value of the gvnNm property.
      Parameters:
      value - allowed object is String
    • getMddlNm

      public String getMddlNm()
      Gets the value of the mddlNm property.
      Returns:
      possible object is String
    • setMddlNm

      public void setMddlNm(String value)
      Sets the value of the mddlNm property.
      Parameters:
      value - allowed object is String
    • getLastNm

      public String getLastNm()
      Gets the value of the lastNm property.
      Returns:
      possible object is String
    • setLastNm

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