Class CardholderName2
java.lang.Object
org.coderic.iso20022.messages.cafr.CardholderName2
Java class for CardholderName2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardholderName2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max140Text" minOccurs="0"/> <element name="GvnNm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max70Text" minOccurs="0"/> <element name="MddlNm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max70Text" minOccurs="0"/> <element name="LastNm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max70Text" 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
-
CardholderName2
public CardholderName2()
-
-
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
-