Class CardholderName3
java.lang.Object
org.coderic.iso20022.messages.cafm.CardholderName3
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGvnNm()
Gets the value of the gvnNm property.Gets the value of the lastNm property.Gets the value of the mddlNm property.getNm()
Gets the value of the nm property.void
Sets the value of the gvnNm property.void
Sets the value of the lastNm property.void
Sets the value of the mddlNm property.void
Sets the value of the nm property.
-
Constructor Details
-
CardholderName3
public CardholderName3()
-
-
Method Details
-
getNm
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
Sets the value of the nm property.- Parameters:
value
- allowed object isString
-
getGvnNm
Gets the value of the gvnNm property.- Returns:
- possible object is
String
-
setGvnNm
Sets the value of the gvnNm property.- Parameters:
value
- allowed object isString
-
getMddlNm
Gets the value of the mddlNm property.- Returns:
- possible object is
String
-
setMddlNm
Sets the value of the mddlNm property.- Parameters:
value
- allowed object isString
-
getLastNm
Gets the value of the lastNm property.- Returns:
- possible object is
String
-
setLastNm
Sets the value of the lastNm property.- Parameters:
value
- allowed object isString
-