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="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 java.util.List<ElaboratedDataFault> |
elaboratedDataFaults |
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.
|
java.util.List<ElaboratedDataFault> |
getElaboratedDataFaults()
Gets the value of the elaboratedDataFaults property.
|
void |
setBasicData(BasicData value)
Sets the value of the basicData property.
|
void |
setElaboratedDataExtension(ExtensionType value)
Sets the value of the elaboratedDataExtension property.
|
protected java.util.List<ElaboratedDataFault> elaboratedDataFaults
protected BasicData basicData
protected ExtensionType elaboratedDataExtension
public java.util.List<ElaboratedDataFault> getElaboratedDataFaults()
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 elaboratedDataFaults property.
For example, to add a new item, do as follows:
getElaboratedDataFaults().add(newItem);
Objects of the following type(s) are allowed in the list
ElaboratedDataFault
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