Class Count
- java.lang.Object
-
- net.anwiba.spatial.osm.overpass.schema.v00_6.Count
-
public class Count extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Count()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetAreas()java.lang.IntegergetNodes()java.lang.IntegergetRelations()java.lang.IntegergetTotal()java.lang.IntegergetWays()voidsetAreas(java.lang.Integer areas)voidsetNodes(java.lang.Integer nodes)voidsetRelations(java.lang.Integer relations)voidsetTotal(java.lang.Integer total)voidsetWays(java.lang.Integer ways)
-
-
-
Method Detail
-
setTotal
public void setTotal(java.lang.Integer total)
-
getTotal
public java.lang.Integer getTotal()
-
setNodes
public void setNodes(java.lang.Integer nodes)
-
getNodes
public java.lang.Integer getNodes()
-
setWays
public void setWays(java.lang.Integer ways)
-
getWays
public java.lang.Integer getWays()
-
setRelations
public void setRelations(java.lang.Integer relations)
-
getRelations
public java.lang.Integer getRelations()
-
setAreas
public void setAreas(java.lang.Integer areas)
-
getAreas
public java.lang.Integer getAreas()
-
-