Package uk.org.siri.siri14
Class ProgressBetweenStopsStructure
- java.lang.Object
-
- uk.org.siri.siri14.ProgressBetweenStopsStructure
-
- All Implemented Interfaces:
Serializable
public class ProgressBetweenStopsStructure extends Object implements Serializable
Data type for ProgressJava class for ProgressBetweenStopsStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProgressBetweenStopsStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LinkDistance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="Percentage" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BigDecimallinkDistanceprotected BigDecimalpercentage
-
Constructor Summary
Constructors Constructor Description ProgressBetweenStopsStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetLinkDistance()Gets the value of the linkDistance property.BigDecimalgetPercentage()Gets the value of the percentage property.voidsetLinkDistance(BigDecimal value)Sets the value of the linkDistance property.voidsetPercentage(BigDecimal value)Sets the value of the percentage property.
-
-
-
Field Detail
-
linkDistance
protected BigDecimal linkDistance
-
percentage
protected BigDecimal percentage
-
-
Method Detail
-
getLinkDistance
public BigDecimal getLinkDistance()
Gets the value of the linkDistance property.- Returns:
- possible object is
BigDecimal
-
setLinkDistance
public void setLinkDistance(BigDecimal value)
Sets the value of the linkDistance property.- Parameters:
value- allowed object isBigDecimal
-
getPercentage
public BigDecimal getPercentage()
Gets the value of the percentage property.- Returns:
- possible object is
BigDecimal
-
setPercentage
public void setPercentage(BigDecimal value)
Sets the value of the percentage property.- Parameters:
value- allowed object isBigDecimal
-
-