public class ScanSettingsType extends ParamGroupType
Java class for ScanSettingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScanSettingsType">
<complexContent>
<extension base="{http://psi.hupo.org/ms/mzml}ParamGroupType">
<sequence>
<element name="sourceFileRefList" type="{http://psi.hupo.org/ms/mzml}SourceFileRefListType" minOccurs="0"/>
<element name="targetList" type="{http://psi.hupo.org/ms/mzml}TargetListType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected SourceFileRefListType |
sourceFileRefList |
protected TargetListType |
targetList |
cvParam, referenceableParamGroupRef, userParam| Constructor and Description |
|---|
ScanSettingsType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
SourceFileRefListType |
getSourceFileRefList()
Gets the value of the sourceFileRefList property.
|
TargetListType |
getTargetList()
Gets the value of the targetList property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSourceFileRefList(SourceFileRefListType value)
Sets the value of the sourceFileRefList property.
|
void |
setTargetList(TargetListType value)
Sets the value of the targetList property.
|
getCvParam, getReferenceableParamGroupRef, getUserParamprotected SourceFileRefListType sourceFileRefList
protected TargetListType targetList
protected String id
public SourceFileRefListType getSourceFileRefList()
SourceFileRefListTypepublic void setSourceFileRefList(SourceFileRefListType value)
value - allowed object is
SourceFileRefListTypepublic TargetListType getTargetList()
TargetListTypepublic void setTargetList(TargetListType value)
value - allowed object is
TargetListTypeCopyright © 2017. All rights reserved.