public abstract class NetworkManagement extends OperatorAction
Java class for NetworkManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkManagement">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}OperatorAction">
<sequence>
<element name="complianceOption" type="{http://datex2.eu/schema/2/2_0}ComplianceOptionEnum"/>
<element name="applicableForTrafficDirection" type="{http://datex2.eu/schema/2/2_0}DirectionEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="applicableForTrafficType" type="{http://datex2.eu/schema/2/2_0}TrafficTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="placesAtWhichApplicable" type="{http://datex2.eu/schema/2/2_0}PlacesEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="automaticallyInitiated" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="forVehiclesWithCharacteristicsOf" type="{http://datex2.eu/schema/2/2_0}VehicleCharacteristics" maxOccurs="unbounded" minOccurs="0"/>
<element name="networkManagementExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DirectionEnum> |
applicableForTrafficDirection |
protected List<TrafficTypeEnum> |
applicableForTrafficType |
protected Boolean |
automaticallyInitiated |
protected ComplianceOptionEnum |
complianceOption |
protected List<VehicleCharacteristics> |
forVehiclesWithCharacteristicsOf |
protected ExtensionType |
networkManagementExtension |
protected List<PlacesEnum> |
placesAtWhichApplicable |
actionOrigin, actionPlanIdentifier, operatorActionExtension, operatorActionStatuscause, confidentialityOverride, generalPublicComment, groupOfLocations, id, impact, management, nonGeneralPublicComment, probabilityOfOccurrence, severity, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersionTime, source, urlLink, validity, version| Constructor and Description |
|---|
NetworkManagement() |
| Modifier and Type | Method and Description |
|---|---|
List<DirectionEnum> |
getApplicableForTrafficDirection()
Gets the value of the applicableForTrafficDirection property.
|
List<TrafficTypeEnum> |
getApplicableForTrafficType()
Gets the value of the applicableForTrafficType property.
|
ComplianceOptionEnum |
getComplianceOption()
Gets the value of the complianceOption property.
|
List<VehicleCharacteristics> |
getForVehiclesWithCharacteristicsOf()
Gets the value of the forVehiclesWithCharacteristicsOf property.
|
ExtensionType |
getNetworkManagementExtension()
Gets the value of the networkManagementExtension property.
|
List<PlacesEnum> |
getPlacesAtWhichApplicable()
Gets the value of the placesAtWhichApplicable property.
|
Boolean |
isAutomaticallyInitiated()
Gets the value of the automaticallyInitiated property.
|
void |
setAutomaticallyInitiated(Boolean value)
Sets the value of the automaticallyInitiated property.
|
void |
setComplianceOption(ComplianceOptionEnum value)
Sets the value of the complianceOption property.
|
void |
setNetworkManagementExtension(ExtensionType value)
Sets the value of the networkManagementExtension property.
|
getActionOrigin, getActionPlanIdentifier, getOperatorActionExtension, getOperatorActionStatus, setActionOrigin, setActionPlanIdentifier, setOperatorActionExtension, setOperatorActionStatusgetCause, getConfidentialityOverride, getGeneralPublicComment, getGroupOfLocations, getId, getImpact, getManagement, getNonGeneralPublicComment, getProbabilityOfOccurrence, getSeverity, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersionTime, getSource, getUrlLink, getValidity, getVersion, setCause, setConfidentialityOverride, setGroupOfLocations, setId, setImpact, setManagement, setProbabilityOfOccurrence, setSeverity, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersionTime, setSource, setValidity, setVersionprotected ComplianceOptionEnum complianceOption
protected List<DirectionEnum> applicableForTrafficDirection
protected List<TrafficTypeEnum> applicableForTrafficType
protected List<PlacesEnum> placesAtWhichApplicable
protected Boolean automaticallyInitiated
protected List<VehicleCharacteristics> forVehiclesWithCharacteristicsOf
protected ExtensionType networkManagementExtension
public ComplianceOptionEnum getComplianceOption()
ComplianceOptionEnumpublic void setComplianceOption(ComplianceOptionEnum value)
value - allowed object is
ComplianceOptionEnumpublic List<DirectionEnum> getApplicableForTrafficDirection()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the applicableForTrafficDirection property.
For example, to add a new item, do as follows:
getApplicableForTrafficDirection().add(newItem);
Objects of the following type(s) are allowed in the list
DirectionEnum
public List<TrafficTypeEnum> getApplicableForTrafficType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the applicableForTrafficType property.
For example, to add a new item, do as follows:
getApplicableForTrafficType().add(newItem);
Objects of the following type(s) are allowed in the list
TrafficTypeEnum
public List<PlacesEnum> getPlacesAtWhichApplicable()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the placesAtWhichApplicable property.
For example, to add a new item, do as follows:
getPlacesAtWhichApplicable().add(newItem);
Objects of the following type(s) are allowed in the list
PlacesEnum
public Boolean isAutomaticallyInitiated()
Booleanpublic void setAutomaticallyInitiated(Boolean value)
value - allowed object is
Booleanpublic List<VehicleCharacteristics> getForVehiclesWithCharacteristicsOf()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the forVehiclesWithCharacteristicsOf property.
For example, to add a new item, do as follows:
getForVehiclesWithCharacteristicsOf().add(newItem);
Objects of the following type(s) are allowed in the list
VehicleCharacteristics
public ExtensionType getNetworkManagementExtension()
ExtensionTypepublic void setNetworkManagementExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.