Class BirthPlaceType.CountryInfo

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.BirthPlaceType.CountryInfo
Enclosing class:
BirthPlaceType

public static class BirthPlaceType.CountryInfo extends Object

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 Details

    • countryCode

      protected CountryCodeType countryCode
    • formerCountryName

      protected String formerCountryName
  • Constructor Details

    • CountryInfo

      public CountryInfo()
  • Method Details

    • getCountryCode

      public CountryCodeType getCountryCode()
      Gets the value of the countryCode property.
      Returns:
      possible object is CountryCodeType
    • setCountryCode

      public void setCountryCode(CountryCodeType value)
      Sets the value of the countryCode property.
      Parameters:
      value - allowed object is CountryCodeType
    • getFormerCountryName

      public String getFormerCountryName()
      Gets the value of the formerCountryName property.
      Returns:
      possible object is String
    • setFormerCountryName

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