Package iofXml.v2
Class Nationality
-
- All Implemented Interfaces:
public class Nationality
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 ref="{}CountryId"/> <element ref="{}Country"/> </choice> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Nationality()
-
Method Summary
Modifier and Type Method Description CountryId
getCountryId()
Gets the value of the countryId property. void
setCountryId(CountryId value)
Sets the value of the countryId property. Country
getCountry()
Gets the value of the country property. void
setCountry(Country value)
Sets the value of the country property. -
-
Method Detail
-
getCountryId
CountryId getCountryId()
Gets the value of the countryId property.
- Returns:
possibleobject is CountryId
-
setCountryId
void setCountryId(CountryId value)
Sets the value of the countryId property.
- Parameters:
value
- allowed object is CountryId
-
getCountry
Country getCountry()
Gets the value of the country property.
- Returns:
possibleobject is Country
-
setCountry
void setCountry(Country value)
Sets the value of the country property.
- Parameters:
value
- allowed object is Country
-
-
-
-