public class InstrumentConfigurationType extends ParamGroupType
Java class for InstrumentConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstrumentConfigurationType">
<complexContent>
<extension base="{http://psi.hupo.org/ms/mzml}ParamGroupType">
<sequence>
<element name="componentList" type="{http://psi.hupo.org/ms/mzml}ComponentListType" minOccurs="0"/>
<element name="softwareRef" type="{http://psi.hupo.org/ms/mzml}SoftwareRefType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="scanSettingsRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ComponentListType |
componentList |
protected String |
id |
protected Object |
scanSettingsRef |
protected SoftwareRefType |
softwareRef |
cvParam, referenceableParamGroupRef, userParam| Constructor and Description |
|---|
InstrumentConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
ComponentListType |
getComponentList()
Gets the value of the componentList property.
|
String |
getId()
Gets the value of the id property.
|
Object |
getScanSettingsRef()
Gets the value of the scanSettingsRef property.
|
SoftwareRefType |
getSoftwareRef()
Gets the value of the softwareRef property.
|
void |
setComponentList(ComponentListType value)
Sets the value of the componentList property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setScanSettingsRef(Object value)
Sets the value of the scanSettingsRef property.
|
void |
setSoftwareRef(SoftwareRefType value)
Sets the value of the softwareRef property.
|
getCvParam, getReferenceableParamGroupRef, getUserParamprotected ComponentListType componentList
protected SoftwareRefType softwareRef
protected String id
protected Object scanSettingsRef
public ComponentListType getComponentList()
ComponentListTypepublic void setComponentList(ComponentListType value)
value - allowed object is
ComponentListTypepublic SoftwareRefType getSoftwareRef()
SoftwareRefTypepublic void setSoftwareRef(SoftwareRefType value)
value - allowed object is
SoftwareRefTypepublic void setId(String value)
value - allowed object is
Stringpublic Object getScanSettingsRef()
ObjectCopyright © 2017. All rights reserved.