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()
Source
public void setSource(Source value)
value
- allowed object is
Source
public BasicData getBasicData()
BasicData
public void setBasicData(BasicData value)
value
- allowed object is
BasicData
public ExtensionType getElaboratedDataExtension()
ExtensionType
public void setElaboratedDataExtension(ExtensionType value)
value
- allowed object is
ExtensionType