public static class MsRun.Spotting 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="plate" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="plateManufacturer" type="{http://sashimi.sourceforge.net/schema_revision/mzXML_3.2}ontologyEntryType"/>
<element name="plateModel" type="{http://sashimi.sourceforge.net/schema_revision/mzXML_3.2}ontologyEntryType"/>
<element name="pattern" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="spottingPattern" type="{http://sashimi.sourceforge.net/schema_revision/mzXML_3.2}ontologyEntryType"/>
<element name="orientation">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="firstSpotID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="secondSpotID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="spot" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="maldiMatrix" type="{http://sashimi.sourceforge.net/schema_revision/mzXML_3.2}ontologyEntryType"/>
</sequence>
<attribute name="spotID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="spotXPosition" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="spotYPosition" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="spotDiameter" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="plateID" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="spotXCount" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="spotYCount" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="robot" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MsRun.Spotting.Plate
Java class for anonymous complex type.
|
static class |
MsRun.Spotting.Robot
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<MsRun.Spotting.Plate> |
plate |
protected MsRun.Spotting.Robot |
robot |
| Constructor and Description |
|---|
MsRun.Spotting() |
| Modifier and Type | Method and Description |
|---|---|
List<MsRun.Spotting.Plate> |
getPlate()
Gets the value of the plate property.
|
MsRun.Spotting.Robot |
getRobot()
Gets the value of the robot property.
|
void |
setRobot(MsRun.Spotting.Robot value)
Sets the value of the robot property.
|
protected List<MsRun.Spotting.Plate> plate
protected MsRun.Spotting.Robot robot
public List<MsRun.Spotting.Plate> getPlate()
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 plate property.
For example, to add a new item, do as follows:
getPlate().add(newItem);
Objects of the following type(s) are allowed in the list
MsRun.Spotting.Plate
public MsRun.Spotting.Robot getRobot()
MsRun.Spotting.Robotpublic void setRobot(MsRun.Spotting.Robot value)
value - allowed object is
MsRun.Spotting.RobotCopyright © 2017. All rights reserved.