java.lang.Object
net.anwiba.spatial.osm.overpass.schema.v00_6.Count

public class Count extends Object
  • Constructor Details

    • Count

      public Count()
  • Method Details

    • setTotal

      public void setTotal(Integer total)
    • getTotal

      public Integer getTotal()
    • setNodes

      public void setNodes(Integer nodes)
    • getNodes

      public Integer getNodes()
    • setWays

      public void setWays(Integer ways)
    • getWays

      public Integer getWays()
    • setRelations

      public void setRelations(Integer relations)
    • getRelations

      public Integer getRelations()
    • setAreas

      public void setAreas(Integer areas)
    • getAreas

      public Integer getAreas()