Class BirthPlaceType

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.BirthPlaceType

public class BirthPlaceType extends Object
This element provides information about the place of birth. This element must be filled in at least with the city and the country of birth (either the current jurisdiction identified by 2-characters country code or a former jurisdiction identified by a name).

Java class for BirthPlace_Type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BirthPlace_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="City" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type"/>
         <element name="CitySubentity" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
         <element name="CountryInfo">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="CountryCode" type="{urn:oecd:ties:isodpitypes:v1}CountryCode_Type"/>
                   <element name="FormerCountryName" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BirthPlaceType

      public BirthPlaceType()
  • Method Details

    • getCity

      public String getCity()
      Gets the value of the city property.
      Returns:
      possible object is String
    • setCity

      public void setCity(String value)
      Sets the value of the city property.
      Parameters:
      value - allowed object is String
    • getCitySubentity

      public String getCitySubentity()
      Gets the value of the citySubentity property.
      Returns:
      possible object is String
    • setCitySubentity

      public void setCitySubentity(String value)
      Sets the value of the citySubentity property.
      Parameters:
      value - allowed object is String
    • getCountryInfo

      public BirthPlaceType.CountryInfo getCountryInfo()
      Gets the value of the countryInfo property.
      Returns:
      possible object is BirthPlaceType.CountryInfo
    • setCountryInfo

      public void setCountryInfo(BirthPlaceType.CountryInfo value)
      Sets the value of the countryInfo property.
      Parameters:
      value - allowed object is BirthPlaceType.CountryInfo