public class SituationExtended
extends java.lang.Object
Java-Klasse für SituationExtended complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="SituationExtended">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="overallSituation" type="{http://datex2.eu/schema/2/2_0}SituationRecord"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SituationRecord |
overallSituation |
| Constructor and Description |
|---|
SituationExtended() |
| Modifier and Type | Method and Description |
|---|---|
SituationRecord |
getOverallSituation()
Ruft den Wert der overallSituation-Eigenschaft ab.
|
void |
setOverallSituation(SituationRecord value)
Legt den Wert der overallSituation-Eigenschaft fest.
|
protected SituationRecord overallSituation
public SituationRecord getOverallSituation()
SituationRecordpublic void setOverallSituation(SituationRecord value)
value - allowed object is
SituationRecord