Class GeneralInstructionToRoadUsers
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.SituationRecord
-
- eu.datex2.siri21.schema._2_0rc1._2_0.OperatorAction
-
- eu.datex2.siri21.schema._2_0rc1._2_0.NetworkManagement
-
- eu.datex2.siri21.schema._2_0rc1._2_0.GeneralInstructionToRoadUsers
-
- All Implemented Interfaces:
Serializable
public class GeneralInstructionToRoadUsers extends NetworkManagement implements Serializable
Java class for GeneralInstructionToRoadUsers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralInstructionToRoadUsers"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}NetworkManagement"> <sequence> <element name="generalInstructionToRoadUsersType" type="{http://datex2.eu/schema/2_0RC1/2_0}GeneralInstructionToRoadUsersTypeEnum"/> <element name="generalInstructionToRoadUsersExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypegeneralInstructionToRoadUsersExtensionprotected GeneralInstructionToRoadUsersTypeEnumgeneralInstructionToRoadUsersType-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.NetworkManagement
applicableForTrafficDirections, applicableForTrafficTypes, automaticallyInitiated, complianceOption, forVehiclesWithCharacteristicsOves, networkManagementExtension, placesAtWhichApplicables
-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.OperatorAction
actionOrigin, operatorActionExtension, operatorActionStatus
-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.SituationRecord
cause, confidentialityOverride, generalPublicComments, groupOfLocations, id, impact, management, nonGeneralPublicComments, probabilityOfOccurrence, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersion, situationRecordVersionTime, source, urlLinks, validity
-
-
Constructor Summary
Constructors Constructor Description GeneralInstructionToRoadUsers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetGeneralInstructionToRoadUsersExtension()Gets the value of the generalInstructionToRoadUsersExtension property.GeneralInstructionToRoadUsersTypeEnumgetGeneralInstructionToRoadUsersType()Gets the value of the generalInstructionToRoadUsersType property.voidsetGeneralInstructionToRoadUsersExtension(ExtensionType value)Sets the value of the generalInstructionToRoadUsersExtension property.voidsetGeneralInstructionToRoadUsersType(GeneralInstructionToRoadUsersTypeEnum value)Sets the value of the generalInstructionToRoadUsersType property.-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.NetworkManagement
getApplicableForTrafficDirections, getApplicableForTrafficTypes, getComplianceOption, getForVehiclesWithCharacteristicsOves, getNetworkManagementExtension, getPlacesAtWhichApplicables, isAutomaticallyInitiated, setAutomaticallyInitiated, setComplianceOption, setNetworkManagementExtension
-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.OperatorAction
getActionOrigin, getOperatorActionExtension, getOperatorActionStatus, setActionOrigin, setOperatorActionExtension, setOperatorActionStatus
-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.SituationRecord
getCause, getConfidentialityOverride, getGeneralPublicComments, getGroupOfLocations, getId, getImpact, getManagement, getNonGeneralPublicComments, getProbabilityOfOccurrence, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersion, getSituationRecordVersionTime, getSource, getUrlLinks, getValidity, setCause, setConfidentialityOverride, setGroupOfLocations, setId, setImpact, setManagement, setProbabilityOfOccurrence, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersion, setSituationRecordVersionTime, setSource, setValidity
-
-
-
-
Field Detail
-
generalInstructionToRoadUsersType
protected GeneralInstructionToRoadUsersTypeEnum generalInstructionToRoadUsersType
-
generalInstructionToRoadUsersExtension
protected ExtensionType generalInstructionToRoadUsersExtension
-
-
Method Detail
-
getGeneralInstructionToRoadUsersType
public GeneralInstructionToRoadUsersTypeEnum getGeneralInstructionToRoadUsersType()
Gets the value of the generalInstructionToRoadUsersType property.- Returns:
- possible object is
GeneralInstructionToRoadUsersTypeEnum
-
setGeneralInstructionToRoadUsersType
public void setGeneralInstructionToRoadUsersType(GeneralInstructionToRoadUsersTypeEnum value)
Sets the value of the generalInstructionToRoadUsersType property.- Parameters:
value- allowed object isGeneralInstructionToRoadUsersTypeEnum
-
getGeneralInstructionToRoadUsersExtension
public ExtensionType getGeneralInstructionToRoadUsersExtension()
Gets the value of the generalInstructionToRoadUsersExtension property.- Returns:
- possible object is
ExtensionType
-
setGeneralInstructionToRoadUsersExtension
public void setGeneralInstructionToRoadUsersExtension(ExtensionType value)
Sets the value of the generalInstructionToRoadUsersExtension property.- Parameters:
value- allowed object isExtensionType
-
-