Class PredictionQualityStructure

  • All Implemented Interfaces:
    Serializable

    public class PredictionQualityStructure
    extends Object
    implements Serializable
    Type for Prediction Quality quantifcation.

    Java class for PredictionQualityStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PredictionQualityStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PredictionLevel" type="{http://www.siri.org.uk/siri}QualityIndexEnumeration"/>
             <sequence minOccurs="0">
               <element name="Percentile" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
               <element name="LowerTimeLimit" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
               <element name="HigherTimeLimit" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             </sequence>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PredictionQualityStructure

        public PredictionQualityStructure()
    • Method Detail

      • getPercentile

        public BigDecimal getPercentile()
        Gets the value of the percentile property.
        Returns:
        possible object is BigDecimal
      • setPercentile

        public void setPercentile​(BigDecimal value)
        Sets the value of the percentile property.
        Parameters:
        value - allowed object is BigDecimal
      • getLowerTimeLimit

        public ZonedDateTime getLowerTimeLimit()
        Gets the value of the lowerTimeLimit property.
        Returns:
        possible object is String
      • setLowerTimeLimit

        public void setLowerTimeLimit​(ZonedDateTime value)
        Sets the value of the lowerTimeLimit property.
        Parameters:
        value - allowed object is String
      • getHigherTimeLimit

        public ZonedDateTime getHigherTimeLimit()
        Gets the value of the higherTimeLimit property.
        Returns:
        possible object is String
      • setHigherTimeLimit

        public void setHigherTimeLimit​(ZonedDateTime value)
        Sets the value of the higherTimeLimit property.
        Parameters:
        value - allowed object is String