Package uk.org.siri.siri20
Class PredictionQualityStructure
- java.lang.Object
-
- uk.org.siri.siri20.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
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimehigherTimeLimitprotected ZonedDateTimelowerTimeLimitprotected BigDecimalpercentileprotected QualityIndexEnumerationpredictionLevel
-
Constructor Summary
Constructors Constructor Description PredictionQualityStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetHigherTimeLimit()Gets the value of the higherTimeLimit property.ZonedDateTimegetLowerTimeLimit()Gets the value of the lowerTimeLimit property.BigDecimalgetPercentile()Gets the value of the percentile property.QualityIndexEnumerationgetPredictionLevel()Gets the value of the predictionLevel property.voidsetHigherTimeLimit(ZonedDateTime value)Sets the value of the higherTimeLimit property.voidsetLowerTimeLimit(ZonedDateTime value)Sets the value of the lowerTimeLimit property.voidsetPercentile(BigDecimal value)Sets the value of the percentile property.voidsetPredictionLevel(QualityIndexEnumeration value)Sets the value of the predictionLevel property.
-
-
-
Field Detail
-
predictionLevel
protected QualityIndexEnumeration predictionLevel
-
percentile
protected BigDecimal percentile
-
lowerTimeLimit
protected ZonedDateTime lowerTimeLimit
-
higherTimeLimit
protected ZonedDateTime higherTimeLimit
-
-
Method Detail
-
getPredictionLevel
public QualityIndexEnumeration getPredictionLevel()
Gets the value of the predictionLevel property.- Returns:
- possible object is
QualityIndexEnumeration
-
setPredictionLevel
public void setPredictionLevel(QualityIndexEnumeration value)
Sets the value of the predictionLevel property.- Parameters:
value- allowed object isQualityIndexEnumeration
-
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 isBigDecimal
-
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 isString
-
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 isString
-
-