Class BirthPlaceType.CountryInfo
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.BirthPlaceType.CountryInfo
- Enclosing class:
- BirthPlaceType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the countryCode property.Gets the value of the formerCountryName property.voidsetCountryCode(CountryCodeType value) Sets the value of the countryCode property.voidsetFormerCountryName(String value) Sets the value of the formerCountryName property.
-
Field Details
-
countryCode
-
formerCountryName
-
-
Constructor Details
-
CountryInfo
public CountryInfo()
-
-
Method Details
-
getCountryCode
Gets the value of the countryCode property.- Returns:
- possible object is
CountryCodeType
-
setCountryCode
Sets the value of the countryCode property.- Parameters:
value- allowed object isCountryCodeType
-
getFormerCountryName
Gets the value of the formerCountryName property.- Returns:
- possible object is
String
-
setFormerCountryName
Sets the value of the formerCountryName property.- Parameters:
value- allowed object isString
-