Class DateAndPlaceOfBirth
java.lang.Object
org.coderic.iso20022.messages.tsmt.DateAndPlaceOfBirth
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:tsmt.055.001.01}ISODate"/> <element name="PrvcOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max35Text" minOccurs="0"/> <element name="CityOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max35Text"/> <element name="CtryOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}CountryCode"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the birthDt property.Gets the value of the cityOfBirth property.Gets the value of the ctryOfBirth property.Gets the value of the prvcOfBirth property.void
setBirthDt
(XMLGregorianCalendar value) Sets the value of the birthDt property.void
setCityOfBirth
(String value) Sets the value of the cityOfBirth property.void
setCtryOfBirth
(String value) Sets the value of the ctryOfBirth property.void
setPrvcOfBirth
(String value) Sets the value of the prvcOfBirth property.
-
Constructor Details
-
DateAndPlaceOfBirth
public DateAndPlaceOfBirth()
-
-
Method Details
-
getBirthDt
Gets the value of the birthDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setBirthDt
Sets the value of the birthDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getPrvcOfBirth
Gets the value of the prvcOfBirth property.- Returns:
- possible object is
String
-
setPrvcOfBirth
Sets the value of the prvcOfBirth property.- Parameters:
value
- allowed object isString
-
getCityOfBirth
Gets the value of the cityOfBirth property.- Returns:
- possible object is
String
-
setCityOfBirth
Sets the value of the cityOfBirth property.- Parameters:
value
- allowed object isString
-
getCtryOfBirth
Gets the value of the ctryOfBirth property.- Returns:
- possible object is
String
-
setCtryOfBirth
Sets the value of the ctryOfBirth property.- Parameters:
value
- allowed object isString
-