Class Summary
- java.lang.Object
-
- net.anwiba.spatial.ors.directions.schema.v04_0.Summary
-
public class Summary extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Summary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetAscent()java.lang.IntegergetDescent()java.lang.DoublegetDistance()java.lang.IntegergetDuration()voidsetAscent(java.lang.Integer ascent)voidsetDescent(java.lang.Integer descent)voidsetDistance(java.lang.Double distance)voidsetDuration(java.lang.Integer duration)
-
-
-
Method Detail
-
setDistance
public void setDistance(java.lang.Double distance)
-
getDistance
public java.lang.Double getDistance()
-
setDuration
public void setDuration(java.lang.Integer duration)
-
getDuration
public java.lang.Integer getDuration()
-
setAscent
public void setAscent(java.lang.Integer ascent)
-
getAscent
public java.lang.Integer getAscent()
-
setDescent
public void setDescent(java.lang.Integer descent)
-
getDescent
public java.lang.Integer getDescent()
-
-