Class CityType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.CityType
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_OrderSalesInformationNotifRQ}NameType" minOccurs="0"/>
<element name="CountrySubDivision" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CountrySubDivisionType" minOccurs="0"/>
<element name="IATALocationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}IATALocationCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CountrySubDivisionTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cityName property.Gets the value of the countrySubDivision property.Gets the value of the iataLocationCode property.voidsetCityName(String value) Sets the value of the cityName property.voidSets the value of the countrySubDivision property.voidsetIATALocationCode(String value) Sets the value of the iataLocationCode property.
-
Field Details
-
cityName
-
countrySubDivision
-
iataLocationCode
-
-
Constructor Details
-
CityType
public CityType()
-
-
Method Details
-
getCityName
Gets the value of the cityName property.- Returns:
- possible object is
String
-
setCityName
Sets the value of the cityName property.- Parameters:
value- allowed object isString
-
getCountrySubDivision
Gets the value of the countrySubDivision property.- Returns:
- possible object is
CountrySubDivisionType
-
setCountrySubDivision
Sets the value of the countrySubDivision property.- Parameters:
value- allowed object isCountrySubDivisionType
-
getIATALocationCode
Gets the value of the iataLocationCode property.- Returns:
- possible object is
String
-
setIATALocationCode
Sets the value of the iataLocationCode property.- Parameters:
value- allowed object isString
-