Package uk.org.siri.siri13
Class AnnotatedFacilityStructure
- java.lang.Object
-
- uk.org.siri.siri13.AnnotatedFacilityStructure
-
- All Implemented Interfaces:
Serializable
public class AnnotatedFacilityStructure extends Object implements Serializable
Sumamry information about a FacilitiesJava class for AnnotatedFacilityStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotatedFacilityStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.siri.org.uk/siri}FacilityRef"/> <element name="Monitored" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Facility" type="{http://www.siri.org.uk/siri}FacilityStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FacilityStructurefacilityprotected FacilityReffacilityRefprotected Booleanmonitored
-
Constructor Summary
Constructors Constructor Description AnnotatedFacilityStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FacilityStructuregetFacility()Gets the value of the facility property.FacilityRefgetFacilityRef()Gets the value of the facilityRef property.BooleanisMonitored()Gets the value of the monitored property.voidsetFacility(FacilityStructure value)Sets the value of the facility property.voidsetFacilityRef(FacilityRef value)Sets the value of the facilityRef property.voidsetMonitored(Boolean value)Sets the value of the monitored property.
-
-
-
Field Detail
-
facilityRef
protected FacilityRef facilityRef
-
monitored
protected Boolean monitored
-
facility
protected FacilityStructure facility
-
-
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
-
isMonitored
public Boolean isMonitored()
Gets the value of the monitored property.- Returns:
- possible object is
Boolean
-
setMonitored
public void setMonitored(Boolean value)
Sets the value of the monitored property.- Parameters:
value- allowed object isBoolean
-
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
-
-