Class BirthPlaceType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.BirthPlaceType
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected BirthPlaceType.CountryInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()Gets the value of the city property.Gets the value of the citySubentity property.Gets the value of the countryInfo property.voidSets the value of the city property.voidsetCitySubentity(String value) Sets the value of the citySubentity property.voidSets the value of the countryInfo property.
-
Field Details
-
city
-
citySubentity
-
countryInfo
-
-
Constructor Details
-
BirthPlaceType
public BirthPlaceType()
-
-
Method Details
-
getCity
Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
Sets the value of the city property.- Parameters:
value- allowed object isString
-
getCitySubentity
Gets the value of the citySubentity property.- Returns:
- possible object is
String
-
setCitySubentity
Sets the value of the citySubentity property.- Parameters:
value- allowed object isString
-
getCountryInfo
Gets the value of the countryInfo property.- Returns:
- possible object is
BirthPlaceType.CountryInfo
-
setCountryInfo
Sets the value of the countryInfo property.- Parameters:
value- allowed object isBirthPlaceType.CountryInfo
-