public class DateAndPlaceOfBirth extends Object
Java class for DateAndPlaceOfBirth complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateAndPlaceOfBirth">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BirthDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}ISODate"/>
<element name="PrvcOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}Max35Text" minOccurs="0"/>
<element name="CityOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}Max35Text"/>
<element name="CtryOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}CountryCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
birthDt |
protected String |
cityOfBirth |
protected String |
ctryOfBirth |
protected String |
prvcOfBirth |
| Constructor and Description |
|---|
DateAndPlaceOfBirth() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getBirthDt()
Gets the value of the birthDt property.
|
String |
getCityOfBirth()
Gets the value of the cityOfBirth property.
|
String |
getCtryOfBirth()
Gets the value of the ctryOfBirth property.
|
String |
getPrvcOfBirth()
Gets the value of the prvcOfBirth property.
|
void |
setBirthDt(XMLGregorianCalendar value)
Sets the value of the birthDt property.
|
void |
setCityOfBirth(String value)
Sets the value of the cityOfBirth property.
|
void |
setCtryOfBirth(String value)
Sets the value of the ctryOfBirth property.
|
void |
setPrvcOfBirth(String value)
Sets the value of the prvcOfBirth property.
|
protected XMLGregorianCalendar birthDt
protected String prvcOfBirth
protected String cityOfBirth
protected String ctryOfBirth
public XMLGregorianCalendar getBirthDt()
XMLGregorianCalendarpublic void setBirthDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getPrvcOfBirth()
Stringpublic void setPrvcOfBirth(String value)
value - allowed object is
Stringpublic String getCityOfBirth()
Stringpublic void setCityOfBirth(String value)
value - allowed object is
Stringpublic String getCtryOfBirth()
StringCopyright © 2020. All rights reserved.