public class DateAndPlaceOfBirth
extends java.lang.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.008.002.02}ISODate"/> <element name="PrvcOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}Max35Text" minOccurs="0"/> <element name="CityOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}Max35Text"/> <element name="CtryOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}CountryCode"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
birthDt |
protected java.lang.String |
cityOfBirth |
protected java.lang.String |
ctryOfBirth |
protected java.lang.String |
prvcOfBirth |
Constructor and Description |
---|
DateAndPlaceOfBirth() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getBirthDt()
Gets the value of the birthDt property.
|
java.lang.String |
getCityOfBirth()
Gets the value of the cityOfBirth property.
|
java.lang.String |
getCtryOfBirth()
Gets the value of the ctryOfBirth property.
|
java.lang.String |
getPrvcOfBirth()
Gets the value of the prvcOfBirth property.
|
void |
setBirthDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the birthDt property.
|
void |
setCityOfBirth(java.lang.String value)
Sets the value of the cityOfBirth property.
|
void |
setCtryOfBirth(java.lang.String value)
Sets the value of the ctryOfBirth property.
|
void |
setPrvcOfBirth(java.lang.String value)
Sets the value of the prvcOfBirth property.
|
protected javax.xml.datatype.XMLGregorianCalendar birthDt
protected java.lang.String prvcOfBirth
protected java.lang.String cityOfBirth
protected java.lang.String ctryOfBirth
public javax.xml.datatype.XMLGregorianCalendar getBirthDt()
XMLGregorianCalendar
public void setBirthDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getPrvcOfBirth()
String
public void setPrvcOfBirth(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCityOfBirth()
String
public void setCityOfBirth(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCtryOfBirth()
String
public void setCtryOfBirth(java.lang.String value)
value
- allowed object is
String