Class DateAndPlaceOfBirth1

java.lang.Object
org.coderic.iso20022.messages.caaa.DateAndPlaceOfBirth1

public class DateAndPlaceOfBirth1 extends 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:caaa.027.001.01}ISODate"/>
         <element name="PrvcOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
         <element name="CityOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text"/>
         <element name="CtryOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CountryCode"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DateAndPlaceOfBirth1

      public DateAndPlaceOfBirth1()
  • Method Details

    • 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 is XMLGregorianCalendar
    • 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 is String
    • 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 is String
    • getCtryOfBirth

      public String getCtryOfBirth()
      Gets the value of the ctryOfBirth property.
      Returns:
      possible object is String
    • setCtryOfBirth

      public void setCtryOfBirth(String value)
      Sets the value of the ctryOfBirth property.
      Parameters:
      value - allowed object is String