Class Customer7
Java class for Customer7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Customer7"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CstmrId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> <element name="CstmrDsgnt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max2NumericText" minOccurs="0"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}CardholderName3" 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}Contact6" minOccurs="0"/> <element name="Crdntls" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Credentials2" maxOccurs="unbounded" minOccurs="0"/> <element name="Ntlty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISOMax3ACountryCode" minOccurs="0"/> <element name="CtryOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISOMax3ACountryCode" minOccurs="0"/> <element name="DtOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISODate" minOccurs="0"/> <element name="LclData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}LocalData3" minOccurs="0"/> <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalData1" maxOccurs="unbounded" 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 crdntls property.Gets the value of the cstmrDsgnt property.Gets the value of the cstmrId property.Gets the value of the ctctInf property.Gets the value of the ctryOfBirth property.Gets the value of the dtOfBirth property.Gets the value of the lclData property.getNm()
Gets the value of the nm property.getNtlty()
Gets the value of the ntlty property.void
Sets the value of the adr property.void
setCstmrDsgnt
(String value) Sets the value of the cstmrDsgnt property.void
setCstmrId
(String value) Sets the value of the cstmrId property.void
setCtctInf
(Contact6 value) Sets the value of the ctctInf property.void
setCtryOfBirth
(String value) Sets the value of the ctryOfBirth property.void
setDtOfBirth
(XMLGregorianCalendar value) Sets the value of the dtOfBirth property.void
setLclData
(LocalData3 value) Sets the value of the lclData property.void
setNm
(CardholderName3 value) Sets the value of the nm property.void
Sets the value of the ntlty property.
-
Constructor Details
-
Customer7
public Customer7()
-
-
Method Details
-
getCstmrId
Gets the value of the cstmrId property.- Returns:
- possible object is
String
-
setCstmrId
Sets the value of the cstmrId property.- Parameters:
value
- allowed object isString
-
getCstmrDsgnt
Gets the value of the cstmrDsgnt property.- Returns:
- possible object is
String
-
setCstmrDsgnt
Sets the value of the cstmrDsgnt property.- Parameters:
value
- allowed object isString
-
getNm
Gets the value of the nm property.- Returns:
- possible object is
CardholderName3
-
setNm
Sets the value of the nm property.- Parameters:
value
- allowed object isCardholderName3
-
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
Contact6
-
setCtctInf
Sets the value of the ctctInf property.- Parameters:
value
- allowed object isContact6
-
getCrdntls
Gets the value of the crdntls 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 crdntls property.For example, to add a new item, do as follows:
getCrdntls().add(newItem);
Objects of the following type(s) are allowed in the list
Credentials2
-
getNtlty
Gets the value of the ntlty property.- Returns:
- possible object is
String
-
setNtlty
Sets the value of the ntlty property.- Parameters:
value
- allowed object isString
-
getCtryOfBirth
Gets the value of the ctryOfBirth property.- Returns:
- possible object is
String
-
setCtryOfBirth
Sets the value of the ctryOfBirth property.- Parameters:
value
- allowed object isString
-
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
-
getLclData
Gets the value of the lclData property.- Returns:
- possible object is
LocalData3
-
setLclData
Sets the value of the lclData property.- Parameters:
value
- allowed object isLocalData3
-
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
-