public class DateAndPlaceOfBirth extends Object implements CopyableTo<DateAndPlaceOfBirth>
| 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 |
|---|---|
void |
copyTo(DateAndPlaceOfBirth target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(Object that) |
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.
|
int |
hashCode() |
DateAndPlaceOfBirth |
setBirthDt(XMLGregorianCalendar value)
Sets the value of the birthDt property.
|
DateAndPlaceOfBirth |
setCityOfBirth(String value)
Sets the value of the cityOfBirth property.
|
DateAndPlaceOfBirth |
setCtryOfBirth(String value)
Sets the value of the ctryOfBirth property.
|
DateAndPlaceOfBirth |
setPrvcOfBirth(String value)
Sets the value of the prvcOfBirth property.
|
String |
toString() |
protected XMLGregorianCalendar birthDt
protected String prvcOfBirth
protected String cityOfBirth
protected String ctryOfBirth
public XMLGregorianCalendar getBirthDt()
XMLGregorianCalendarpublic DateAndPlaceOfBirth setBirthDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getPrvcOfBirth()
Stringpublic DateAndPlaceOfBirth setPrvcOfBirth(String value)
value - allowed object is
Stringpublic String getCityOfBirth()
Stringpublic DateAndPlaceOfBirth setCityOfBirth(String value)
value - allowed object is
Stringpublic String getCtryOfBirth()
Stringpublic DateAndPlaceOfBirth setCtryOfBirth(String value)
value - allowed object is
Stringpublic final void copyTo(DateAndPlaceOfBirth target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<DateAndPlaceOfBirth>target - the object where these attributes will be copied. may be null, in which case nothing happens.