Package uk.org.siri.siri13
Class MonitoringInformationStructure
- java.lang.Object
-
- uk.org.siri.siri13.MonitoringInformationStructure
-
- All Implemented Interfaces:
Serializable
public class MonitoringInformationStructure extends Object implements Serializable
Type for Description of the monitoring conditions (frequency of mesurement, etc): an automatic monitoring of the satus of a lift with pushed alert in case of incident is very different from a daily manual/visual check ....Java class for MonitoringInformationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MonitoringInformationStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MonitoringInterval" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="MonitoringType" type="{http://www.siri.org.uk/siri}MonitoringTypeEnumeration" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}MonitoringValidityCondition"/> <element name="MonitoringPeriod" type="{http://www.siri.org.uk/siri}MonitoringValidityConditionStructure" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected DurationmonitoringIntervalprotected MonitoringValidityConditionStructuremonitoringPeriodprotected MonitoringTypeEnumerationmonitoringType
-
Constructor Summary
Constructors Constructor Description MonitoringInformationStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.DurationgetMonitoringInterval()Gets the value of the monitoringInterval property.MonitoringValidityConditionStructuregetMonitoringPeriod()Gets the value of the monitoringPeriod property.MonitoringTypeEnumerationgetMonitoringType()Gets the value of the monitoringType property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetMonitoringInterval(Duration value)Sets the value of the monitoringInterval property.voidsetMonitoringPeriod(MonitoringValidityConditionStructure value)Sets the value of the monitoringPeriod property.voidsetMonitoringType(MonitoringTypeEnumeration value)Sets the value of the monitoringType property.
-
-
-
Field Detail
-
monitoringInterval
protected Duration monitoringInterval
-
monitoringType
protected MonitoringTypeEnumeration monitoringType
-
monitoringPeriod
protected MonitoringValidityConditionStructure monitoringPeriod
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getMonitoringInterval
public Duration getMonitoringInterval()
Gets the value of the monitoringInterval property.- Returns:
- possible object is
String
-
setMonitoringInterval
public void setMonitoringInterval(Duration value)
Sets the value of the monitoringInterval property.- Parameters:
value- allowed object isString
-
getMonitoringType
public MonitoringTypeEnumeration getMonitoringType()
Gets the value of the monitoringType property.- Returns:
- possible object is
MonitoringTypeEnumeration
-
setMonitoringType
public void setMonitoringType(MonitoringTypeEnumeration value)
Sets the value of the monitoringType property.- Parameters:
value- allowed object isMonitoringTypeEnumeration
-
getMonitoringPeriod
public MonitoringValidityConditionStructure getMonitoringPeriod()
Gets the value of the monitoringPeriod property.- Returns:
- possible object is
MonitoringValidityConditionStructure
-
setMonitoringPeriod
public void setMonitoringPeriod(MonitoringValidityConditionStructure value)
Sets the value of the monitoringPeriod property.- Parameters:
value- allowed object isMonitoringValidityConditionStructure
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-