Class CountryType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.CountryType
A nation with its own government, occupying a particular territory.
Java class for CountryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CountryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CountryCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CountryCodeType" minOccurs="0"/>
<element name="CountryName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ProperNameType" minOccurs="0"/>
</sequence>
</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 countryName property.voidsetCountryCode(String value) Sets the value of the countryCode property.voidsetCountryName(String value) Sets the value of the countryName property.
-
Field Details
-
countryCode
-
countryName
-
-
Constructor Details
-
CountryType
public CountryType()
-
-
Method Details
-
getCountryCode
Gets the value of the countryCode property.- Returns:
- possible object is
String
-
setCountryCode
Sets the value of the countryCode property.- Parameters:
value- allowed object isString
-
getCountryName
Gets the value of the countryName property.- Returns:
- possible object is
String
-
setCountryName
Sets the value of the countryName property.- Parameters:
value- allowed object isString
-