Class GeographicLocation

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.GeographicLocation

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class GeographicLocation extends Object
A GeographicLocation allows describing through coordinate(s) a point, a line or a space
  • Constructor Details

    • GeographicLocation

      public GeographicLocation()
  • Method Details

    • id

      public GeographicLocation id(String id)
    • getId

      public String getId()
      Unique Identifier of a GeoLocation
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public GeographicLocation href(String href)
    • getHref

      public String getHref()
      href of the GeoLocation
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public GeographicLocation name(String name)
    • getName

      public String getName()
      Name of a GeoLocation
      Returns:
      name
    • setName

      public void setName(String name)
    • geometryType

      public GeographicLocation geometryType(String geometryType)
    • getGeometryType

      public String getGeometryType()
      Type allows describing Geolocation form: it could be a point, a line, a polygon, a cylinder, etc....
      Returns:
      geometryType
    • setGeometryType

      public void setGeometryType(String geometryType)
    • accuracy

      public GeographicLocation accuracy(String accuracy)
    • getAccuracy

      @NotNull public @NotNull String getAccuracy()
      Returns:
      accuracy
    • setAccuracy

      public void setAccuracy(String accuracy)
    • spatialRef

      public GeographicLocation spatialRef(String spatialRef)
    • getSpatialRef

      @NotNull public @NotNull String getSpatialRef()
      Returns:
      spatialRef
    • setSpatialRef

      public void setSpatialRef(String spatialRef)
    • attype

      public GeographicLocation attype(String attype)
    • getAttype

      public String getAttype()
      Indicates the type of resource
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • atschemaLocation

      public GeographicLocation atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A link to the schema describing this REST Resource
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • geometry

      public GeographicLocation geometry(List<GeographicPoint> geometry)
    • addGeometryItem

      public GeographicLocation addGeometryItem(GeographicPoint geometryItem)
    • getGeometry

      @Valid public @Valid List<GeographicPoint> getGeometry()
      Get geometry
      Returns:
      geometry
    • setGeometry

      public void setGeometry(List<GeographicPoint> geometry)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object