public class DateAndPlaceOfBirth extends java.lang.Object implements CopyableTo<DateAndPlaceOfBirth>
| 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 |
|---|---|
void |
copyTo(DateAndPlaceOfBirth target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(java.lang.Object that) |
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.
|
int |
hashCode() |
DateAndPlaceOfBirth |
setBirthDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the birthDt property.
|
DateAndPlaceOfBirth |
setCityOfBirth(java.lang.String value)
Sets the value of the cityOfBirth property.
|
DateAndPlaceOfBirth |
setCtryOfBirth(java.lang.String value)
Sets the value of the ctryOfBirth property.
|
DateAndPlaceOfBirth |
setPrvcOfBirth(java.lang.String value)
Sets the value of the prvcOfBirth property.
|
java.lang.String |
toString() |
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()
XMLGregorianCalendarpublic DateAndPlaceOfBirth setBirthDt(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getPrvcOfBirth()
Stringpublic DateAndPlaceOfBirth setPrvcOfBirth(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCityOfBirth()
Stringpublic DateAndPlaceOfBirth setCityOfBirth(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCtryOfBirth()
Stringpublic DateAndPlaceOfBirth setCtryOfBirth(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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.