public static class MsRun.Spotting.Robot extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="robotManufacturer" type="{http://sashimi.sourceforge.net/schema_revision/mzXML_3.2}ontologyEntryType"/>
<element name="robotModel" type="{http://sashimi.sourceforge.net/schema_revision/mzXML_3.2}ontologyEntryType"/>
</sequence>
<attribute name="timePerSpot" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="deadVolume" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
deadVolume |
protected OntologyEntryType |
robotManufacturer |
protected OntologyEntryType |
robotModel |
protected Duration |
timePerSpot |
| Constructor and Description |
|---|
MsRun.Spotting.Robot() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getDeadVolume()
Gets the value of the deadVolume property.
|
OntologyEntryType |
getRobotManufacturer()
Gets the value of the robotManufacturer property.
|
OntologyEntryType |
getRobotModel()
Gets the value of the robotModel property.
|
Duration |
getTimePerSpot()
Gets the value of the timePerSpot property.
|
void |
setDeadVolume(BigInteger value)
Sets the value of the deadVolume property.
|
void |
setRobotManufacturer(OntologyEntryType value)
Sets the value of the robotManufacturer property.
|
void |
setRobotModel(OntologyEntryType value)
Sets the value of the robotModel property.
|
void |
setTimePerSpot(Duration value)
Sets the value of the timePerSpot property.
|
protected OntologyEntryType robotManufacturer
protected OntologyEntryType robotModel
protected Duration timePerSpot
protected BigInteger deadVolume
public OntologyEntryType getRobotManufacturer()
OntologyEntryTypepublic void setRobotManufacturer(OntologyEntryType value)
value - allowed object is
OntologyEntryTypepublic OntologyEntryType getRobotModel()
OntologyEntryTypepublic void setRobotModel(OntologyEntryType value)
value - allowed object is
OntologyEntryTypepublic Duration getTimePerSpot()
Durationpublic void setTimePerSpot(Duration value)
value - allowed object is
Durationpublic BigInteger getDeadVolume()
BigIntegerpublic void setDeadVolume(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.