Class GeospatialLocationType

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

public class GeospatialLocationType extends Object
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_OrderViewRS}CodeType" minOccurs="0"/>
         <element name="PointElevationNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NumberType" minOccurs="0"/>
         <element name="PointLatitudeNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NumberType" minOccurs="0"/>
         <element name="PointLongitudeNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NumberType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • naturalAreaGeocode

      protected String naturalAreaGeocode
    • pointElevationNumber

      protected BigDecimal pointElevationNumber
    • pointLatitudeNumber

      protected BigDecimal pointLatitudeNumber
    • pointLongitudeNumber

      protected BigDecimal pointLongitudeNumber
  • Constructor Details

    • GeospatialLocationType

      public GeospatialLocationType()
  • Method Details

    • getNaturalAreaGeocode

      public String getNaturalAreaGeocode()
      Gets the value of the naturalAreaGeocode property.
      Returns:
      possible object is String
    • setNaturalAreaGeocode

      public void setNaturalAreaGeocode(String value)
      Sets the value of the naturalAreaGeocode property.
      Parameters:
      value - allowed object is String
    • getPointElevationNumber

      public BigDecimal getPointElevationNumber()
      Gets the value of the pointElevationNumber property.
      Returns:
      possible object is BigDecimal
    • setPointElevationNumber

      public void setPointElevationNumber(BigDecimal value)
      Sets the value of the pointElevationNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • getPointLatitudeNumber

      public BigDecimal getPointLatitudeNumber()
      Gets the value of the pointLatitudeNumber property.
      Returns:
      possible object is BigDecimal
    • setPointLatitudeNumber

      public void setPointLatitudeNumber(BigDecimal value)
      Sets the value of the pointLatitudeNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • getPointLongitudeNumber

      public BigDecimal getPointLongitudeNumber()
      Gets the value of the pointLongitudeNumber property.
      Returns:
      possible object is BigDecimal
    • setPointLongitudeNumber

      public void setPointLongitudeNumber(BigDecimal value)
      Sets the value of the pointLongitudeNumber property.
      Parameters:
      value - allowed object is BigDecimal