public class DataProcessingType extends Object
Java class for DataProcessingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataProcessingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="processingMethod" type="{http://psi.hupo.org/ms/mzml}ProcessingMethodType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<ProcessingMethodType> |
processingMethod |
| Constructor and Description |
|---|
DataProcessingType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
List<ProcessingMethodType> |
getProcessingMethod()
Gets the value of the processingMethod property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected List<ProcessingMethodType> processingMethod
protected String id
public List<ProcessingMethodType> getProcessingMethod()
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 processingMethod property.
For example, to add a new item, do as follows:
getProcessingMethod().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessingMethodType
Copyright © 2017. All rights reserved.