Class MalfunctioningTrafficControls
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.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 Summary
Fields Modifier and Type Field Description protected TrafficControlEquipmentTypeEnummalfunctioningTrafficControlEquipmentTypeprotected ExtensionTypemalfunctioningTrafficControlsExtensionprotected BigIntegernumberOfMalfunctioningTrafficControlEquipments
-
Constructor Summary
Constructors Constructor Description MalfunctioningTrafficControls()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrafficControlEquipmentTypeEnumgetMalfunctioningTrafficControlEquipmentType()Gets the value of the malfunctioningTrafficControlEquipmentType property.ExtensionTypegetMalfunctioningTrafficControlsExtension()Gets the value of the malfunctioningTrafficControlsExtension property.BigIntegergetNumberOfMalfunctioningTrafficControlEquipments()Gets the value of the numberOfMalfunctioningTrafficControlEquipments property.voidsetMalfunctioningTrafficControlEquipmentType(TrafficControlEquipmentTypeEnum value)Sets the value of the malfunctioningTrafficControlEquipmentType property.voidsetMalfunctioningTrafficControlsExtension(ExtensionType value)Sets the value of the malfunctioningTrafficControlsExtension property.voidsetNumberOfMalfunctioningTrafficControlEquipments(BigInteger value)Sets the value of the numberOfMalfunctioningTrafficControlEquipments property.
-
-
-
Field Detail
-
malfunctioningTrafficControlEquipmentType
protected TrafficControlEquipmentTypeEnum malfunctioningTrafficControlEquipmentType
-
numberOfMalfunctioningTrafficControlEquipments
protected BigInteger numberOfMalfunctioningTrafficControlEquipments
-
malfunctioningTrafficControlsExtension
protected ExtensionType malfunctioningTrafficControlsExtension
-
-
Method Detail
-
getMalfunctioningTrafficControlEquipmentType
public TrafficControlEquipmentTypeEnum getMalfunctioningTrafficControlEquipmentType()
Gets the value of the malfunctioningTrafficControlEquipmentType property.- Returns:
- possible object is
TrafficControlEquipmentTypeEnum
-
setMalfunctioningTrafficControlEquipmentType
public void setMalfunctioningTrafficControlEquipmentType(TrafficControlEquipmentTypeEnum value)
Sets the value of the malfunctioningTrafficControlEquipmentType property.- Parameters:
value- allowed object isTrafficControlEquipmentTypeEnum
-
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 isBigInteger
-
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 isExtensionType
-
-