Package iofXml.v2
Class Nationality
java.lang.Object
iofXml.v2.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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the country property.Gets the value of the countryId property.voidsetCountry(Country value) Sets the value of the country property.voidsetCountryId(CountryId value) Sets the value of the countryId property.
-
Field Details
-
countryId
-
country
-
-
Constructor Details
-
Nationality
public Nationality()
-
-
Method Details
-
getCountryId
Gets the value of the countryId property.- Returns:
- possible object is
CountryId
-
setCountryId
Sets the value of the countryId property.- Parameters:
value- allowed object isCountryId
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
Country
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isCountry
-