Class ItoM
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.ItoM
-
- All Implemented Interfaces:
Serializable
public abstract class ItoM extends Object implements Serializable
Enumerations alphabetically ordered between I and M.Java class for ItoM complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItoM"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="itoMExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> <element name="instructionsEnum" type="{http://datex2.eu/schema/1_0/1_0}InstructionsEnum"/> <element name="injuryStatusTypeEnum" type="{http://datex2.eu/schema/1_0/1_0}InjuryStatusTypeEnum"/> <element name="loadTypeEnum" type="{http://datex2.eu/schema/1_0/1_0}LoadTypeEnum"/> <element name="mobilityEnum" type="{http://datex2.eu/schema/1_0/1_0}MobilityEnum"/> <element name="maintenanceVehicleActionsEnum" type="{http://datex2.eu/schema/1_0/1_0}MaintenanceVehicleActionsEnum"/> <element name="matrixFaultEnum" type="{http://datex2.eu/schema/1_0/1_0}MatrixFaultEnum"/> <element name="informationStatusEnum" type="{http://datex2.eu/schema/1_0/1_0}InformationStatusEnum"/> <element name="involvementRolesEnum" type="{http://datex2.eu/schema/1_0/1_0}InvolvementRolesEnum"/> <element name="laneUsageEnum" type="{http://datex2.eu/schema/1_0/1_0}LaneUsageEnum"/> <element name="informationUsageEnum" type="{http://datex2.eu/schema/1_0/1_0}InformationUsageEnum"/> <element name="measuredOrDerivedDataTypeEnum" type="{http://datex2.eu/schema/1_0/1_0}MeasuredOrDerivedDataTypeEnum"/> <element name="logicalOperatorEnum" type="{http://datex2.eu/schema/1_0/1_0}LogicalOperatorEnum"/> <element name="monthOfYearEnum" type="{http://datex2.eu/schema/1_0/1_0}MonthOfYearEnum"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected InformationStatusEnuminformationStatusEnumprotected InformationUsageEnuminformationUsageEnumprotected InjuryStatusTypeEnuminjuryStatusTypeEnumprotected InstructionsEnuminstructionsEnumprotected InvolvementRolesEnuminvolvementRolesEnumprotected ExtensionTypeitoMExtensionprotected LaneUsageEnumlaneUsageEnumprotected LoadTypeEnumloadTypeEnumprotected LogicalOperatorEnumlogicalOperatorEnumprotected MaintenanceVehicleActionsEnummaintenanceVehicleActionsEnumprotected MatrixFaultEnummatrixFaultEnumprotected MeasuredOrDerivedDataTypeEnummeasuredOrDerivedDataTypeEnumprotected MobilityEnummobilityEnumprotected MonthOfYearEnummonthOfYearEnum
-
Constructor Summary
Constructors Constructor Description ItoM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InformationStatusEnumgetInformationStatusEnum()Gets the value of the informationStatusEnum property.InformationUsageEnumgetInformationUsageEnum()Gets the value of the informationUsageEnum property.InjuryStatusTypeEnumgetInjuryStatusTypeEnum()Gets the value of the injuryStatusTypeEnum property.InstructionsEnumgetInstructionsEnum()Gets the value of the instructionsEnum property.InvolvementRolesEnumgetInvolvementRolesEnum()Gets the value of the involvementRolesEnum property.ExtensionTypegetItoMExtension()Gets the value of the itoMExtension property.LaneUsageEnumgetLaneUsageEnum()Gets the value of the laneUsageEnum property.LoadTypeEnumgetLoadTypeEnum()Gets the value of the loadTypeEnum property.LogicalOperatorEnumgetLogicalOperatorEnum()Gets the value of the logicalOperatorEnum property.MaintenanceVehicleActionsEnumgetMaintenanceVehicleActionsEnum()Gets the value of the maintenanceVehicleActionsEnum property.MatrixFaultEnumgetMatrixFaultEnum()Gets the value of the matrixFaultEnum property.MeasuredOrDerivedDataTypeEnumgetMeasuredOrDerivedDataTypeEnum()Gets the value of the measuredOrDerivedDataTypeEnum property.MobilityEnumgetMobilityEnum()Gets the value of the mobilityEnum property.MonthOfYearEnumgetMonthOfYearEnum()Gets the value of the monthOfYearEnum property.voidsetInformationStatusEnum(InformationStatusEnum value)Sets the value of the informationStatusEnum property.voidsetInformationUsageEnum(InformationUsageEnum value)Sets the value of the informationUsageEnum property.voidsetInjuryStatusTypeEnum(InjuryStatusTypeEnum value)Sets the value of the injuryStatusTypeEnum property.voidsetInstructionsEnum(InstructionsEnum value)Sets the value of the instructionsEnum property.voidsetInvolvementRolesEnum(InvolvementRolesEnum value)Sets the value of the involvementRolesEnum property.voidsetItoMExtension(ExtensionType value)Sets the value of the itoMExtension property.voidsetLaneUsageEnum(LaneUsageEnum value)Sets the value of the laneUsageEnum property.voidsetLoadTypeEnum(LoadTypeEnum value)Sets the value of the loadTypeEnum property.voidsetLogicalOperatorEnum(LogicalOperatorEnum value)Sets the value of the logicalOperatorEnum property.voidsetMaintenanceVehicleActionsEnum(MaintenanceVehicleActionsEnum value)Sets the value of the maintenanceVehicleActionsEnum property.voidsetMatrixFaultEnum(MatrixFaultEnum value)Sets the value of the matrixFaultEnum property.voidsetMeasuredOrDerivedDataTypeEnum(MeasuredOrDerivedDataTypeEnum value)Sets the value of the measuredOrDerivedDataTypeEnum property.voidsetMobilityEnum(MobilityEnum value)Sets the value of the mobilityEnum property.voidsetMonthOfYearEnum(MonthOfYearEnum value)Sets the value of the monthOfYearEnum property.
-
-
-
Field Detail
-
itoMExtension
protected ExtensionType itoMExtension
-
instructionsEnum
protected InstructionsEnum instructionsEnum
-
injuryStatusTypeEnum
protected InjuryStatusTypeEnum injuryStatusTypeEnum
-
loadTypeEnum
protected LoadTypeEnum loadTypeEnum
-
mobilityEnum
protected MobilityEnum mobilityEnum
-
maintenanceVehicleActionsEnum
protected MaintenanceVehicleActionsEnum maintenanceVehicleActionsEnum
-
matrixFaultEnum
protected MatrixFaultEnum matrixFaultEnum
-
informationStatusEnum
protected InformationStatusEnum informationStatusEnum
-
involvementRolesEnum
protected InvolvementRolesEnum involvementRolesEnum
-
laneUsageEnum
protected LaneUsageEnum laneUsageEnum
-
informationUsageEnum
protected InformationUsageEnum informationUsageEnum
-
measuredOrDerivedDataTypeEnum
protected MeasuredOrDerivedDataTypeEnum measuredOrDerivedDataTypeEnum
-
logicalOperatorEnum
protected LogicalOperatorEnum logicalOperatorEnum
-
monthOfYearEnum
protected MonthOfYearEnum monthOfYearEnum
-
-
Method Detail
-
getItoMExtension
public ExtensionType getItoMExtension()
Gets the value of the itoMExtension property.- Returns:
- possible object is
ExtensionType
-
setItoMExtension
public void setItoMExtension(ExtensionType value)
Sets the value of the itoMExtension property.- Parameters:
value- allowed object isExtensionType
-
getInstructionsEnum
public InstructionsEnum getInstructionsEnum()
Gets the value of the instructionsEnum property.- Returns:
- possible object is
InstructionsEnum
-
setInstructionsEnum
public void setInstructionsEnum(InstructionsEnum value)
Sets the value of the instructionsEnum property.- Parameters:
value- allowed object isInstructionsEnum
-
getInjuryStatusTypeEnum
public InjuryStatusTypeEnum getInjuryStatusTypeEnum()
Gets the value of the injuryStatusTypeEnum property.- Returns:
- possible object is
InjuryStatusTypeEnum
-
setInjuryStatusTypeEnum
public void setInjuryStatusTypeEnum(InjuryStatusTypeEnum value)
Sets the value of the injuryStatusTypeEnum property.- Parameters:
value- allowed object isInjuryStatusTypeEnum
-
getLoadTypeEnum
public LoadTypeEnum getLoadTypeEnum()
Gets the value of the loadTypeEnum property.- Returns:
- possible object is
LoadTypeEnum
-
setLoadTypeEnum
public void setLoadTypeEnum(LoadTypeEnum value)
Sets the value of the loadTypeEnum property.- Parameters:
value- allowed object isLoadTypeEnum
-
getMobilityEnum
public MobilityEnum getMobilityEnum()
Gets the value of the mobilityEnum property.- Returns:
- possible object is
MobilityEnum
-
setMobilityEnum
public void setMobilityEnum(MobilityEnum value)
Sets the value of the mobilityEnum property.- Parameters:
value- allowed object isMobilityEnum
-
getMaintenanceVehicleActionsEnum
public MaintenanceVehicleActionsEnum getMaintenanceVehicleActionsEnum()
Gets the value of the maintenanceVehicleActionsEnum property.- Returns:
- possible object is
MaintenanceVehicleActionsEnum
-
setMaintenanceVehicleActionsEnum
public void setMaintenanceVehicleActionsEnum(MaintenanceVehicleActionsEnum value)
Sets the value of the maintenanceVehicleActionsEnum property.- Parameters:
value- allowed object isMaintenanceVehicleActionsEnum
-
getMatrixFaultEnum
public MatrixFaultEnum getMatrixFaultEnum()
Gets the value of the matrixFaultEnum property.- Returns:
- possible object is
MatrixFaultEnum
-
setMatrixFaultEnum
public void setMatrixFaultEnum(MatrixFaultEnum value)
Sets the value of the matrixFaultEnum property.- Parameters:
value- allowed object isMatrixFaultEnum
-
getInformationStatusEnum
public InformationStatusEnum getInformationStatusEnum()
Gets the value of the informationStatusEnum property.- Returns:
- possible object is
InformationStatusEnum
-
setInformationStatusEnum
public void setInformationStatusEnum(InformationStatusEnum value)
Sets the value of the informationStatusEnum property.- Parameters:
value- allowed object isInformationStatusEnum
-
getInvolvementRolesEnum
public InvolvementRolesEnum getInvolvementRolesEnum()
Gets the value of the involvementRolesEnum property.- Returns:
- possible object is
InvolvementRolesEnum
-
setInvolvementRolesEnum
public void setInvolvementRolesEnum(InvolvementRolesEnum value)
Sets the value of the involvementRolesEnum property.- Parameters:
value- allowed object isInvolvementRolesEnum
-
getLaneUsageEnum
public LaneUsageEnum getLaneUsageEnum()
Gets the value of the laneUsageEnum property.- Returns:
- possible object is
LaneUsageEnum
-
setLaneUsageEnum
public void setLaneUsageEnum(LaneUsageEnum value)
Sets the value of the laneUsageEnum property.- Parameters:
value- allowed object isLaneUsageEnum
-
getInformationUsageEnum
public InformationUsageEnum getInformationUsageEnum()
Gets the value of the informationUsageEnum property.- Returns:
- possible object is
InformationUsageEnum
-
setInformationUsageEnum
public void setInformationUsageEnum(InformationUsageEnum value)
Sets the value of the informationUsageEnum property.- Parameters:
value- allowed object isInformationUsageEnum
-
getMeasuredOrDerivedDataTypeEnum
public MeasuredOrDerivedDataTypeEnum getMeasuredOrDerivedDataTypeEnum()
Gets the value of the measuredOrDerivedDataTypeEnum property.- Returns:
- possible object is
MeasuredOrDerivedDataTypeEnum
-
setMeasuredOrDerivedDataTypeEnum
public void setMeasuredOrDerivedDataTypeEnum(MeasuredOrDerivedDataTypeEnum value)
Sets the value of the measuredOrDerivedDataTypeEnum property.- Parameters:
value- allowed object isMeasuredOrDerivedDataTypeEnum
-
getLogicalOperatorEnum
public LogicalOperatorEnum getLogicalOperatorEnum()
Gets the value of the logicalOperatorEnum property.- Returns:
- possible object is
LogicalOperatorEnum
-
setLogicalOperatorEnum
public void setLogicalOperatorEnum(LogicalOperatorEnum value)
Sets the value of the logicalOperatorEnum property.- Parameters:
value- allowed object isLogicalOperatorEnum
-
getMonthOfYearEnum
public MonthOfYearEnum getMonthOfYearEnum()
Gets the value of the monthOfYearEnum property.- Returns:
- possible object is
MonthOfYearEnum
-
setMonthOfYearEnum
public void setMonthOfYearEnum(MonthOfYearEnum value)
Sets the value of the monthOfYearEnum property.- Parameters:
value- allowed object isMonthOfYearEnum
-
-