public class ProductType extends Object
Java class for ProductType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="isolationWindow" type="{http://psi.hupo.org/ms/mzml}ParamGroupType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParamGroupType |
isolationWindow |
| Constructor and Description |
|---|
ProductType() |
| Modifier and Type | Method and Description |
|---|---|
ParamGroupType |
getIsolationWindow()
Gets the value of the isolationWindow property.
|
void |
setIsolationWindow(ParamGroupType value)
Sets the value of the isolationWindow property.
|
protected ParamGroupType isolationWindow
public ParamGroupType getIsolationWindow()
ParamGroupTypepublic void setIsolationWindow(ParamGroupType value)
value - allowed object is
ParamGroupTypeCopyright © 2017. All rights reserved.