Class GeospatialLocationType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.GeospatialLocationType
A location with a spatial attribute, probably on the surface of the earth. For example: Longitude and Latitude
Java class for GeospatialLocationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeospatialLocationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NaturalAreaGeocode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CodeType" minOccurs="0"/>
<element name="PointElevationNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NumberType" minOccurs="0"/>
<element name="PointLatitudeNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NumberType" minOccurs="0"/>
<element name="PointLongitudeNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigDecimalprotected BigDecimalprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the naturalAreaGeocode property.Gets the value of the pointElevationNumber property.Gets the value of the pointLatitudeNumber property.Gets the value of the pointLongitudeNumber property.voidsetNaturalAreaGeocode(String value) Sets the value of the naturalAreaGeocode property.voidSets the value of the pointElevationNumber property.voidsetPointLatitudeNumber(BigDecimal value) Sets the value of the pointLatitudeNumber property.voidSets the value of the pointLongitudeNumber property.
-
Field Details
-
naturalAreaGeocode
-
pointElevationNumber
-
pointLatitudeNumber
-
pointLongitudeNumber
-
-
Constructor Details
-
GeospatialLocationType
public GeospatialLocationType()
-
-
Method Details
-
getNaturalAreaGeocode
Gets the value of the naturalAreaGeocode property.- Returns:
- possible object is
String
-
setNaturalAreaGeocode
Sets the value of the naturalAreaGeocode property.- Parameters:
value- allowed object isString
-
getPointElevationNumber
Gets the value of the pointElevationNumber property.- Returns:
- possible object is
BigDecimal
-
setPointElevationNumber
Sets the value of the pointElevationNumber property.- Parameters:
value- allowed object isBigDecimal
-
getPointLatitudeNumber
Gets the value of the pointLatitudeNumber property.- Returns:
- possible object is
BigDecimal
-
setPointLatitudeNumber
Sets the value of the pointLatitudeNumber property.- Parameters:
value- allowed object isBigDecimal
-
getPointLongitudeNumber
Gets the value of the pointLongitudeNumber property.- Returns:
- possible object is
BigDecimal
-
setPointLongitudeNumber
Sets the value of the pointLongitudeNumber property.- Parameters:
value- allowed object isBigDecimal
-