Class Cardholder19
Java class for Cardholder19 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Cardholder19"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CrdhldrNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}CardholderName3" minOccurs="0"/> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Credentials2" maxOccurs="unbounded" 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}Contact1" minOccurs="0"/> <element name="DtOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISODate" minOccurs="0"/> <element name="HghValCstmrInd" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TrueFalseIndicator" minOccurs="0"/> <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/> <element name="LclData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}LocalData7" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlData property.getAdr()
Gets the value of the adr property.Gets the value of the crdhldrNm property.Gets the value of the ctctInf property.Gets the value of the dtOfBirth property.getId()
Gets the value of the id property.Gets the value of the lclData property.Gets the value of the hghValCstmrInd property.void
Sets the value of the adr property.void
setCrdhldrNm
(CardholderName3 value) Sets the value of the crdhldrNm property.void
setCtctInf
(Contact1 value) Sets the value of the ctctInf property.void
setDtOfBirth
(XMLGregorianCalendar value) Sets the value of the dtOfBirth property.void
setHghValCstmrInd
(Boolean value) Sets the value of the hghValCstmrInd property.void
setLclData
(LocalData7 value) Sets the value of the lclData property.
-
Constructor Details
-
Cardholder19
public Cardholder19()
-
-
Method Details
-
getCrdhldrNm
Gets the value of the crdhldrNm property.- Returns:
- possible object is
CardholderName3
-
setCrdhldrNm
Sets the value of the crdhldrNm property.- Parameters:
value
- allowed object isCardholderName3
-
getId
Gets the value of the id 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 id property.For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
Credentials2
-
getAdr
Gets the value of the adr property.- Returns:
- possible object is
Address2
-
setAdr
Sets the value of the adr property.- Parameters:
value
- allowed object isAddress2
-
getCtctInf
Gets the value of the ctctInf property.- Returns:
- possible object is
Contact1
-
setCtctInf
Sets the value of the ctctInf property.- Parameters:
value
- allowed object isContact1
-
getDtOfBirth
Gets the value of the dtOfBirth property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtOfBirth
Sets the value of the dtOfBirth property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isHghValCstmrInd
Gets the value of the hghValCstmrInd property.- Returns:
- possible object is
Boolean
-
setHghValCstmrInd
Sets the value of the hghValCstmrInd property.- Parameters:
value
- allowed object isBoolean
-
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
-
getLclData
Gets the value of the lclData property.- Returns:
- possible object is
LocalData7
-
setLclData
Sets the value of the lclData property.- Parameters:
value
- allowed object isLocalData7
-