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:cafr.004.001.02}CardholderName3" minOccurs="0"/>
<element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Credentials2" maxOccurs="unbounded" minOccurs="0"/>
<element name="Adr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Address2" minOccurs="0"/>
<element name="CtctInf" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Contact1" minOccurs="0"/>
<element name="DtOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISODate" minOccurs="0"/>
<element name="HghValCstmrInd" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}TrueFalseIndicator" minOccurs="0"/>
<element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
<element name="LclData" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}LocalData7" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
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.voidSets the value of the adr property.voidsetCrdhldrNm(CardholderName3 value) Sets the value of the crdhldrNm property.voidsetCtctInf(Contact1 value) Sets the value of the ctctInf property.voidsetDtOfBirth(XMLGregorianCalendar value) Sets the value of the dtOfBirth property.voidsetHghValCstmrInd(Boolean value) Sets the value of the hghValCstmrInd property.voidsetLclData(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
setmethod 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
setmethod 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
-