Class AnnotatedFacilityStructure

  • All Implemented Interfaces:
    Serializable

    public class AnnotatedFacilityStructure
    extends Object
    implements Serializable
    Summary information about a Facilities

    Java 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
    • Constructor Detail

      • AnnotatedFacilityStructure

        public AnnotatedFacilityStructure()
    • 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 is FacilityRef
      • 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 is Boolean