Class MalfunctioningTrafficControls

  • All Implemented Interfaces:
    Serializable

    public class MalfunctioningTrafficControls
    extends Object
    implements Serializable
    Malfunctioning or failed traffic control equipments.

    Java class for MalfunctioningTrafficControls complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MalfunctioningTrafficControls">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="malfunctioningTrafficControlEquipmentType" type="{http://datex2.eu/schema/1_0/1_0}TrafficControlEquipmentTypeEnum" minOccurs="0"/>
             <element name="numberOfMalfunctioningTrafficControlEquipments" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/>
             <element name="malfunctioningTrafficControlsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • numberOfMalfunctioningTrafficControlEquipments

        protected BigInteger numberOfMalfunctioningTrafficControlEquipments
      • malfunctioningTrafficControlsExtension

        protected ExtensionType malfunctioningTrafficControlsExtension
    • Constructor Detail

      • MalfunctioningTrafficControls

        public MalfunctioningTrafficControls()
    • Method Detail

      • getNumberOfMalfunctioningTrafficControlEquipments

        public BigInteger getNumberOfMalfunctioningTrafficControlEquipments()
        Gets the value of the numberOfMalfunctioningTrafficControlEquipments property.
        Returns:
        possible object is BigInteger
      • setNumberOfMalfunctioningTrafficControlEquipments

        public void setNumberOfMalfunctioningTrafficControlEquipments​(BigInteger value)
        Sets the value of the numberOfMalfunctioningTrafficControlEquipments property.
        Parameters:
        value - allowed object is BigInteger
      • getMalfunctioningTrafficControlsExtension

        public ExtensionType getMalfunctioningTrafficControlsExtension()
        Gets the value of the malfunctioningTrafficControlsExtension property.
        Returns:
        possible object is ExtensionType
      • setMalfunctioningTrafficControlsExtension

        public void setMalfunctioningTrafficControlsExtension​(ExtensionType value)
        Sets the value of the malfunctioningTrafficControlsExtension property.
        Parameters:
        value - allowed object is ExtensionType