public class AbnormalTraffic extends TrafficElement
Java class for AbnormalTraffic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbnormalTraffic"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}TrafficElement"> <sequence> <element name="abnormalTrafficType" type="{http://datex2.eu/schema/2/2_0}AbnormalTrafficTypeEnum"/> <element name="abnormalTrafficExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
abnormalTrafficExtension |
protected AbnormalTrafficTypeEnum |
abnormalTrafficType |
trafficElementExtension
cause, generalPublicComments, groupOfLocations, id, impact, probabilityOfOccurrence, situationRecordCreationTime, situationRecordExtension, situationRecordVersionTime, urlLinks, validity, version
Constructor and Description |
---|
AbnormalTraffic() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getAbnormalTrafficExtension()
Gets the value of the abnormalTrafficExtension property.
|
AbnormalTrafficTypeEnum |
getAbnormalTrafficType()
Gets the value of the abnormalTrafficType property.
|
void |
setAbnormalTrafficExtension(ExtensionType value)
Sets the value of the abnormalTrafficExtension property.
|
void |
setAbnormalTrafficType(AbnormalTrafficTypeEnum value)
Sets the value of the abnormalTrafficType property.
|
getTrafficElementExtension, setTrafficElementExtension
getCause, getGeneralPublicComments, getGroupOfLocations, getId, getImpact, getProbabilityOfOccurrence, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordVersionTime, getUrlLinks, getValidity, getVersion, setCause, setGroupOfLocations, setId, setImpact, setProbabilityOfOccurrence, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordVersionTime, setValidity, setVersion
protected AbnormalTrafficTypeEnum abnormalTrafficType
protected ExtensionType abnormalTrafficExtension
public AbnormalTrafficTypeEnum getAbnormalTrafficType()
AbnormalTrafficTypeEnum
public void setAbnormalTrafficType(AbnormalTrafficTypeEnum value)
value
- allowed object is
AbnormalTrafficTypeEnum
public ExtensionType getAbnormalTrafficExtension()
ExtensionType
public void setAbnormalTrafficExtension(ExtensionType value)
value
- allowed object is
ExtensionType