public class GeneralObstruction extends Obstruction
Java class for GeneralObstruction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralObstruction">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}Obstruction">
<sequence>
<element name="obstructionType" type="{http://datex2.eu/schema/2/2_0}ObstructionTypeEnum" maxOccurs="unbounded"/>
<element name="groupOfPeopleInvolved" type="{http://datex2.eu/schema/2/2_0}GroupOfPeopleInvolved" maxOccurs="unbounded" minOccurs="0"/>
<element name="generalObstructionExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
generalObstructionExtension |
protected List<GroupOfPeopleInvolved> |
groupOfPeopleInvolved |
protected List<ObstructionTypeEnum> |
obstructionType |
mobilityOfObstruction, numberOfObstructions, obstructionExtensiontrafficElementExtensioncause, confidentialityOverride, generalPublicComment, groupOfLocations, id, impact, management, nonGeneralPublicComment, probabilityOfOccurrence, severity, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersionTime, source, urlLink, validity, version| Constructor and Description |
|---|
GeneralObstruction() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getGeneralObstructionExtension()
Gets the value of the generalObstructionExtension property.
|
List<GroupOfPeopleInvolved> |
getGroupOfPeopleInvolved()
Gets the value of the groupOfPeopleInvolved property.
|
List<ObstructionTypeEnum> |
getObstructionType()
Gets the value of the obstructionType property.
|
void |
setGeneralObstructionExtension(ExtensionType value)
Sets the value of the generalObstructionExtension property.
|
getMobilityOfObstruction, getNumberOfObstructions, getObstructionExtension, setMobilityOfObstruction, setNumberOfObstructions, setObstructionExtensiongetTrafficElementExtension, setTrafficElementExtensiongetCause, 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 List<ObstructionTypeEnum> obstructionType
protected List<GroupOfPeopleInvolved> groupOfPeopleInvolved
protected ExtensionType generalObstructionExtension
public List<ObstructionTypeEnum> getObstructionType()
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 obstructionType property.
For example, to add a new item, do as follows:
getObstructionType().add(newItem);
Objects of the following type(s) are allowed in the list
ObstructionTypeEnum
public List<GroupOfPeopleInvolved> getGroupOfPeopleInvolved()
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 groupOfPeopleInvolved property.
For example, to add a new item, do as follows:
getGroupOfPeopleInvolved().add(newItem);
Objects of the following type(s) are allowed in the list
GroupOfPeopleInvolved
public ExtensionType getGeneralObstructionExtension()
ExtensionTypepublic void setGeneralObstructionExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.