java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.CityType

public class CityType extends Object
City (e.g., Dublin), town, or postal station (i.e., a postal service territory, often used in a military address, or metropolitan area)

Java class for CityType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CityName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NameType" minOccurs="0"/>
         <element name="IATALocationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IATALocationCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • cityName

      protected String cityName
    • iataLocationCode

      protected String iataLocationCode
  • Constructor Details

    • CityType

      public CityType()
  • Method Details

    • getCityName

      public String getCityName()
      Gets the value of the cityName property.
      Returns:
      possible object is String
    • setCityName

      public void setCityName(String value)
      Sets the value of the cityName property.
      Parameters:
      value - allowed object is String
    • getIATALocationCode

      public String getIATALocationCode()
      Gets the value of the iataLocationCode property.
      Returns:
      possible object is String
    • setIATALocationCode

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