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