public class ElaboratedData extends Object
Java class for ElaboratedData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElaboratedData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="forecast" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="source" type="{http://datex2.eu/schema/2/2_0}Source" minOccurs="0"/>
<element name="validity" type="{http://datex2.eu/schema/2/2_0}Validity" minOccurs="0"/>
<element name="elaboratedDataFault" type="{http://datex2.eu/schema/2/2_0}ElaboratedDataFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="basicData" type="{http://datex2.eu/schema/2/2_0}BasicData" minOccurs="0"/>
<element name="elaboratedDataExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BasicData |
basicData |
protected ExtensionType |
elaboratedDataExtension |
protected List<ElaboratedDataFault> |
elaboratedDataFault |
protected Boolean |
forecast |
protected Source |
source |
protected Validity |
validity |
| Constructor and Description |
|---|
ElaboratedData() |
| Modifier and Type | Method and Description |
|---|---|
BasicData |
getBasicData()
Gets the value of the basicData property.
|
ExtensionType |
getElaboratedDataExtension()
Gets the value of the elaboratedDataExtension property.
|
List<ElaboratedDataFault> |
getElaboratedDataFault()
Gets the value of the elaboratedDataFault property.
|
Source |
getSource()
Gets the value of the source property.
|
Validity |
getValidity()
Gets the value of the validity property.
|
Boolean |
isForecast()
Gets the value of the forecast property.
|
void |
setBasicData(BasicData value)
Sets the value of the basicData property.
|
void |
setElaboratedDataExtension(ExtensionType value)
Sets the value of the elaboratedDataExtension property.
|
void |
setForecast(Boolean value)
Sets the value of the forecast property.
|
void |
setSource(Source value)
Sets the value of the source property.
|
void |
setValidity(Validity value)
Sets the value of the validity property.
|
protected Boolean forecast
protected Source source
protected Validity validity
protected List<ElaboratedDataFault> elaboratedDataFault
protected BasicData basicData
protected ExtensionType elaboratedDataExtension
public Boolean isForecast()
Booleanpublic void setForecast(Boolean value)
value - allowed object is
Booleanpublic Source getSource()
Sourcepublic void setSource(Source value)
value - allowed object is
Sourcepublic Validity getValidity()
Validitypublic void setValidity(Validity value)
value - allowed object is
Validitypublic List<ElaboratedDataFault> getElaboratedDataFault()
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 elaboratedDataFault property.
For example, to add a new item, do as follows:
getElaboratedDataFault().add(newItem);
Objects of the following type(s) are allowed in the list
ElaboratedDataFault
public BasicData getBasicData()
BasicDatapublic void setBasicData(BasicData value)
value - allowed object is
BasicDatapublic ExtensionType getElaboratedDataExtension()
ExtensionTypepublic void setElaboratedDataExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.