Class DateAndPlaceOfBirth1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_08.DateAndPlaceOfBirth1
-
public class DateAndPlaceOfBirth1 extends java.lang.Object
Java class for DateAndPlaceOfBirth1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateAndPlaceOfBirth1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BirthDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ISODate"/> <element name="PrvcOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max35Text" minOccurs="0"/> <element name="CityOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max35Text"/> <element name="CtryOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}CountryCode"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.datatype.XMLGregorianCalendar
birthDt
protected java.lang.String
cityOfBirth
protected java.lang.String
ctryOfBirth
protected java.lang.String
prvcOfBirth
-
Constructor Summary
Constructors Constructor Description DateAndPlaceOfBirth1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.void
setBirthDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the birthDt property.void
setCityOfBirth(java.lang.String value)
Sets the value of the cityOfBirth property.void
setCtryOfBirth(java.lang.String value)
Sets the value of the ctryOfBirth property.void
setPrvcOfBirth(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
-
-