Package uk.org.siri.siri20
Class FacilityConditionStructure
- java.lang.Object
-
- uk.org.siri.siri20.FacilityConditionStructure
-
- All Implemented Interfaces:
Serializable
public class FacilityConditionStructure extends Object implements Serializable
Description of any change concerning a MONITORED FACILITY New structure defined in SIRI XSD 1.1 for Faclities Management.Java class for FacilityConditionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FacilityConditionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="Facility" type="{http://www.siri.org.uk/siri}FacilityStructure"/> <element ref="{http://www.siri.org.uk/siri}FacilityRef"/> </choice> <element name="FacilityStatus" type="{http://www.siri.org.uk/siri}FacilityStatusStructure"/> <element ref="{http://www.siri.org.uk/siri}SituationRef" minOccurs="0"/> <element name="Remedy" type="{http://www.siri.org.uk/siri}RemedyStructure" minOccurs="0"/> <element name="MonitoringInfo" type="{http://www.siri.org.uk/siri}MonitoringInformationStructure" minOccurs="0"/> <element name="ValidityPeriod" type="{http://www.siri.org.uk/siri}HalfOpenTimestampOutputRangeStructure" 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 FacilityStructurefacilityprotected FacilityReffacilityRefprotected FacilityStatusStructurefacilityStatusprotected MonitoringInformationStructuremonitoringInfoprotected RemedyStructureremedyprotected SituationRefsituationRefprotected HalfOpenTimestampOutputRangeStructurevalidityPeriod
-
Constructor Summary
Constructors Constructor Description FacilityConditionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.FacilityStructuregetFacility()Gets the value of the facility property.FacilityRefgetFacilityRef()Gets the value of the facilityRef property.FacilityStatusStructuregetFacilityStatus()Gets the value of the facilityStatus property.MonitoringInformationStructuregetMonitoringInfo()Gets the value of the monitoringInfo property.RemedyStructuregetRemedy()Gets the value of the remedy property.SituationRefgetSituationRef()Gets the value of the situationRef property.HalfOpenTimestampOutputRangeStructuregetValidityPeriod()Gets the value of the validityPeriod property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetFacility(FacilityStructure value)Sets the value of the facility property.voidsetFacilityRef(FacilityRef value)Sets the value of the facilityRef property.voidsetFacilityStatus(FacilityStatusStructure value)Sets the value of the facilityStatus property.voidsetMonitoringInfo(MonitoringInformationStructure value)Sets the value of the monitoringInfo property.voidsetRemedy(RemedyStructure value)Sets the value of the remedy property.voidsetSituationRef(SituationRef value)Sets the value of the situationRef property.voidsetValidityPeriod(HalfOpenTimestampOutputRangeStructure value)Sets the value of the validityPeriod property.
-
-
-
Field Detail
-
facilityRef
protected FacilityRef facilityRef
-
facility
protected FacilityStructure facility
-
facilityStatus
protected FacilityStatusStructure facilityStatus
-
situationRef
protected SituationRef situationRef
-
remedy
protected RemedyStructure remedy
-
monitoringInfo
protected MonitoringInformationStructure monitoringInfo
-
validityPeriod
protected HalfOpenTimestampOutputRangeStructure validityPeriod
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getFacilityRef
public FacilityRef getFacilityRef()
Gets the value of the facilityRef property.- Returns:
- possible object is
FacilityRef
-
setFacilityRef
public void setFacilityRef(FacilityRef value)
Sets the value of the facilityRef property.- Parameters:
value- allowed object isFacilityRef
-
getFacility
public FacilityStructure getFacility()
Gets the value of the facility property.- Returns:
- possible object is
FacilityStructure
-
setFacility
public void setFacility(FacilityStructure value)
Sets the value of the facility property.- Parameters:
value- allowed object isFacilityStructure
-
getFacilityStatus
public FacilityStatusStructure getFacilityStatus()
Gets the value of the facilityStatus property.- Returns:
- possible object is
FacilityStatusStructure
-
setFacilityStatus
public void setFacilityStatus(FacilityStatusStructure value)
Sets the value of the facilityStatus property.- Parameters:
value- allowed object isFacilityStatusStructure
-
getSituationRef
public SituationRef getSituationRef()
Gets the value of the situationRef property.- Returns:
- possible object is
SituationRef
-
setSituationRef
public void setSituationRef(SituationRef value)
Sets the value of the situationRef property.- Parameters:
value- allowed object isSituationRef
-
getRemedy
public RemedyStructure getRemedy()
Gets the value of the remedy property.- Returns:
- possible object is
RemedyStructure
-
setRemedy
public void setRemedy(RemedyStructure value)
Sets the value of the remedy property.- Parameters:
value- allowed object isRemedyStructure
-
getMonitoringInfo
public MonitoringInformationStructure getMonitoringInfo()
Gets the value of the monitoringInfo property.- Returns:
- possible object is
MonitoringInformationStructure
-
setMonitoringInfo
public void setMonitoringInfo(MonitoringInformationStructure value)
Sets the value of the monitoringInfo property.- Parameters:
value- allowed object isMonitoringInformationStructure
-
getValidityPeriod
public HalfOpenTimestampOutputRangeStructure getValidityPeriod()
Gets the value of the validityPeriod property.- Returns:
- possible object is
HalfOpenTimestampOutputRangeStructure
-
setValidityPeriod
public void setValidityPeriod(HalfOpenTimestampOutputRangeStructure value)
Sets the value of the validityPeriod property.- Parameters:
value- allowed object isHalfOpenTimestampOutputRangeStructure
-
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
-
-