Class Cardholder21
Java class for Cardholder21 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Cardholder21"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PersonIdentification15" minOccurs="0"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max45Text" minOccurs="0"/> <element name="Lang" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}LanguageCode" minOccurs="0"/> <element name="BllgAdr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PostalAddress22" minOccurs="0"/> <element name="ShppgAdr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PostalAddress22" minOccurs="0"/> <element name="TripNb" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/> <element name="Vhcl" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Vehicle1" minOccurs="0"/> <element name="Authntcn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CardholderAuthentication17" maxOccurs="unbounded" minOccurs="0"/> <element name="TxVrfctnRslt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}TransactionVerificationResult4" maxOccurs="unbounded" minOccurs="0"/> <element name="PrsnlData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max70Text" minOccurs="0"/> <element name="MobData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}MobileData6" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authntcn property.Gets the value of the bllgAdr property.getId()
Gets the value of the id property.getLang()
Gets the value of the lang property.Gets the value of the mobData property.getNm()
Gets the value of the nm property.Gets the value of the prsnlData property.Gets the value of the shppgAdr property.Gets the value of the tripNb property.Gets the value of the txVrfctnRslt property.getVhcl()
Gets the value of the vhcl property.void
setBllgAdr
(PostalAddress22 value) Sets the value of the bllgAdr property.void
setId
(PersonIdentification15 value) Sets the value of the id property.void
Sets the value of the lang property.void
Sets the value of the nm property.void
setPrsnlData
(String value) Sets the value of the prsnlData property.void
setShppgAdr
(PostalAddress22 value) Sets the value of the shppgAdr property.void
Sets the value of the tripNb property.void
Sets the value of the vhcl property.
-
Constructor Details
-
Cardholder21
public Cardholder21()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
PersonIdentification15
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isPersonIdentification15
-
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
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value
- allowed object isString
-
getBllgAdr
Gets the value of the bllgAdr property.- Returns:
- possible object is
PostalAddress22
-
setBllgAdr
Sets the value of the bllgAdr property.- Parameters:
value
- allowed object isPostalAddress22
-
getShppgAdr
Gets the value of the shppgAdr property.- Returns:
- possible object is
PostalAddress22
-
setShppgAdr
Sets the value of the shppgAdr property.- Parameters:
value
- allowed object isPostalAddress22
-
getTripNb
Gets the value of the tripNb property.- Returns:
- possible object is
String
-
setTripNb
Sets the value of the tripNb property.- Parameters:
value
- allowed object isString
-
getVhcl
Gets the value of the vhcl property.- Returns:
- possible object is
Vehicle1
-
setVhcl
Sets the value of the vhcl property.- Parameters:
value
- allowed object isVehicle1
-
getAuthntcn
Gets the value of the authntcn 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 authntcn property.For example, to add a new item, do as follows:
getAuthntcn().add(newItem);
Objects of the following type(s) are allowed in the list
CardholderAuthentication17
-
getTxVrfctnRslt
Gets the value of the txVrfctnRslt 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 txVrfctnRslt property.For example, to add a new item, do as follows:
getTxVrfctnRslt().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionVerificationResult4
-
getPrsnlData
Gets the value of the prsnlData property.- Returns:
- possible object is
String
-
setPrsnlData
Sets the value of the prsnlData property.- Parameters:
value
- allowed object isString
-
getMobData
Gets the value of the mobData 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 mobData property.For example, to add a new item, do as follows:
getMobData().add(newItem);
Objects of the following type(s) are allowed in the list
MobileData6
-