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