java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.CountryType

public class CountryType extends Object
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 Details

    • countryCode

      protected String countryCode
    • countryName

      protected String countryName
  • Constructor Details

    • CountryType

      public CountryType()
  • Method Details

    • getCountryCode

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

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

      public String getCountryName()
      Gets the value of the countryName property.
      Returns:
      possible object is String
    • setCountryName

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