public class DateAndPlaceOfBirth extends Object
Java-Klasse für DateAndPlaceOfBirth complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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:camt.053.001.06}ISODate"/>
<element name="PrvcOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
<element name="CityOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text"/>
<element name="CtryOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}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()
Ruft den Wert der birthDt-Eigenschaft ab.
|
String |
getCityOfBirth()
Ruft den Wert der cityOfBirth-Eigenschaft ab.
|
String |
getCtryOfBirth()
Ruft den Wert der ctryOfBirth-Eigenschaft ab.
|
String |
getPrvcOfBirth()
Ruft den Wert der prvcOfBirth-Eigenschaft ab.
|
void |
setBirthDt(XMLGregorianCalendar value)
Legt den Wert der birthDt-Eigenschaft fest.
|
void |
setCityOfBirth(String value)
Legt den Wert der cityOfBirth-Eigenschaft fest.
|
void |
setCtryOfBirth(String value)
Legt den Wert der ctryOfBirth-Eigenschaft fest.
|
void |
setPrvcOfBirth(String value)
Legt den Wert der prvcOfBirth-Eigenschaft fest.
|
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 © 2017. All rights reserved.