public class DatasetDerivation extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="data_filter">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parent_file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="windows_parent" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="generation_no" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DataFilter> |
dataFilter |
protected String |
generationNo |
| Constructor and Description |
|---|
DatasetDerivation() |
| Modifier and Type | Method and Description |
|---|---|
List<DataFilter> |
getDataFilter()
Gets the value of the dataFilter property.
|
String |
getGenerationNo()
Gets the value of the generationNo property.
|
void |
setGenerationNo(String value)
Sets the value of the generationNo property.
|
protected List<DataFilter> dataFilter
protected String generationNo
public List<DataFilter> getDataFilter()
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 dataFilter property.
For example, to add a new item, do as follows:
getDataFilter().add(newItem);
Objects of the following type(s) are allowed in the list
DataFilter
public String getGenerationNo()
StringCopyright © 2017. All rights reserved.