Class ProgressBetweenStopsStructure

  • All Implemented Interfaces:
    Serializable

    public class ProgressBetweenStopsStructure
    extends Object
    implements Serializable
    Type for Progress between stops.

    Java 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
    • Constructor Detail

      • ProgressBetweenStopsStructure

        public ProgressBetweenStopsStructure()
    • 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 is BigDecimal
      • 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 is BigDecimal