Class ElaboratedData
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.ElaboratedData
-
- All Implemented Interfaces:
Serializable
public class ElaboratedData extends Object implements Serializable
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_0RC1/2_0}Boolean" minOccurs="0"/> <element name="source" type="{http://datex2.eu/schema/2_0RC1/2_0}Source" minOccurs="0"/> <element name="validity" type="{http://datex2.eu/schema/2_0RC1/2_0}Validity" minOccurs="0"/> <element name="basicDataValue" type="{http://datex2.eu/schema/2_0RC1/2_0}BasicDataValue"/> <element name="elaboratedDataExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BasicDataValuebasicDataValueprotected ExtensionTypeelaboratedDataExtensionprotected Booleanforecastprotected Sourcesourceprotected Validityvalidity
-
Constructor Summary
Constructors Constructor Description ElaboratedData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicDataValuegetBasicDataValue()Gets the value of the basicDataValue property.ExtensionTypegetElaboratedDataExtension()Gets the value of the elaboratedDataExtension property.SourcegetSource()Gets the value of the source property.ValiditygetValidity()Gets the value of the validity property.BooleanisForecast()Gets the value of the forecast property.voidsetBasicDataValue(BasicDataValue value)Sets the value of the basicDataValue property.voidsetElaboratedDataExtension(ExtensionType value)Sets the value of the elaboratedDataExtension property.voidsetForecast(Boolean value)Sets the value of the forecast property.voidsetSource(Source value)Sets the value of the source property.voidsetValidity(Validity value)Sets the value of the validity property.
-
-
-
Field Detail
-
forecast
protected Boolean forecast
-
source
protected Source source
-
validity
protected Validity validity
-
basicDataValue
protected BasicDataValue basicDataValue
-
elaboratedDataExtension
protected ExtensionType elaboratedDataExtension
-
-
Method Detail
-
isForecast
public Boolean isForecast()
Gets the value of the forecast property.- Returns:
- possible object is
Boolean
-
setForecast
public void setForecast(Boolean value)
Sets the value of the forecast property.- Parameters:
value- allowed object isBoolean
-
getSource
public Source getSource()
Gets the value of the source property.- Returns:
- possible object is
Source
-
setSource
public void setSource(Source value)
Sets the value of the source property.- Parameters:
value- allowed object isSource
-
getValidity
public Validity getValidity()
Gets the value of the validity property.- Returns:
- possible object is
Validity
-
setValidity
public void setValidity(Validity value)
Sets the value of the validity property.- Parameters:
value- allowed object isValidity
-
getBasicDataValue
public BasicDataValue getBasicDataValue()
Gets the value of the basicDataValue property.- Returns:
- possible object is
BasicDataValue
-
setBasicDataValue
public void setBasicDataValue(BasicDataValue value)
Sets the value of the basicDataValue property.- Parameters:
value- allowed object isBasicDataValue
-
getElaboratedDataExtension
public ExtensionType getElaboratedDataExtension()
Gets the value of the elaboratedDataExtension property.- Returns:
- possible object is
ExtensionType
-
setElaboratedDataExtension
public void setElaboratedDataExtension(ExtensionType value)
Sets the value of the elaboratedDataExtension property.- Parameters:
value- allowed object isExtensionType
-
-