Class DateAndPlaceOfBirth
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_09.DateAndPlaceOfBirth
-
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.001.09}ISODate"/> <element name="PrvcOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text" minOccurs="0"/> <element name="CityOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text"/> <element name="CtryOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}CountryCode"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarbirthDtprotected StringcityOfBirthprotected StringctryOfBirthprotected StringprvcOfBirth
-
Constructor Summary
Constructors Constructor Description DateAndPlaceOfBirth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetBirthDt()Gets the value of the birthDt property.StringgetCityOfBirth()Gets the value of the cityOfBirth property.StringgetCtryOfBirth()Gets the value of the ctryOfBirth property.StringgetPrvcOfBirth()Gets the value of the prvcOfBirth property.voidsetBirthDt(XMLGregorianCalendar value)Sets the value of the birthDt property.voidsetCityOfBirth(String value)Sets the value of the cityOfBirth property.voidsetCtryOfBirth(String value)Sets the value of the ctryOfBirth property.voidsetPrvcOfBirth(String value)Sets the value of the prvcOfBirth property.
-
-
-
Field Detail
-
birthDt
protected XMLGregorianCalendar birthDt
-
prvcOfBirth
protected String prvcOfBirth
-
cityOfBirth
protected String cityOfBirth
-
ctryOfBirth
protected String ctryOfBirth
-
-
Method Detail
-
getBirthDt
public XMLGregorianCalendar getBirthDt()
Gets the value of the birthDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setBirthDt
public void setBirthDt(XMLGregorianCalendar value)
Sets the value of the birthDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getPrvcOfBirth
public String getPrvcOfBirth()
Gets the value of the prvcOfBirth property.- Returns:
- possible object is
String
-
setPrvcOfBirth
public void setPrvcOfBirth(String value)
Sets the value of the prvcOfBirth property.- Parameters:
value- allowed object isString
-
getCityOfBirth
public String getCityOfBirth()
Gets the value of the cityOfBirth property.- Returns:
- possible object is
String
-
setCityOfBirth
public void setCityOfBirth(String value)
Sets the value of the cityOfBirth property.- Parameters:
value- allowed object isString
-
getCtryOfBirth
public String getCtryOfBirth()
Gets the value of the ctryOfBirth property.- Returns:
- possible object is
String
-
-