public class ElaboratedData
extends java.lang.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="source" type="{http://datex2.eu/schema/2/2_0}Source" 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 Source |
source |
| 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.
|
Source |
getSource()
Gets the value of the source property.
|
void |
setBasicData(BasicData value)
Sets the value of the basicData property.
|
void |
setElaboratedDataExtension(ExtensionType value)
Sets the value of the elaboratedDataExtension property.
|
void |
setSource(Source value)
Sets the value of the source property.
|
protected Source source
protected BasicData basicData
protected ExtensionType elaboratedDataExtension
public Source getSource()
Sourcepublic void setSource(Source value)
value - allowed object is
Sourcepublic BasicData getBasicData()
BasicDatapublic void setBasicData(BasicData value)
value - allowed object is
BasicDatapublic ExtensionType getElaboratedDataExtension()
ExtensionTypepublic void setElaboratedDataExtension(ExtensionType value)
value - allowed object is
ExtensionType