public static class MsRun.Spotting.Plate.Spot 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected OntologyEntryType |
maldiMatrix |
protected BigInteger |
spotDiameter |
protected String |
spotID |
protected String |
spotXPosition |
protected String |
spotYPosition |
| Constructor and Description |
|---|
MsRun.Spotting.Plate.Spot() |
| Modifier and Type | Method and Description |
|---|---|
OntologyEntryType |
getMaldiMatrix()
Gets the value of the maldiMatrix property.
|
BigInteger |
getSpotDiameter()
Gets the value of the spotDiameter property.
|
String |
getSpotID()
Gets the value of the spotID property.
|
String |
getSpotXPosition()
Gets the value of the spotXPosition property.
|
String |
getSpotYPosition()
Gets the value of the spotYPosition property.
|
void |
setMaldiMatrix(OntologyEntryType value)
Sets the value of the maldiMatrix property.
|
void |
setSpotDiameter(BigInteger value)
Sets the value of the spotDiameter property.
|
void |
setSpotID(String value)
Sets the value of the spotID property.
|
void |
setSpotXPosition(String value)
Sets the value of the spotXPosition property.
|
void |
setSpotYPosition(String value)
Sets the value of the spotYPosition property.
|
protected OntologyEntryType maldiMatrix
protected String spotID
protected String spotXPosition
protected String spotYPosition
protected BigInteger spotDiameter
public OntologyEntryType getMaldiMatrix()
OntologyEntryTypepublic void setMaldiMatrix(OntologyEntryType value)
value - allowed object is
OntologyEntryTypepublic String getSpotID()
Stringpublic void setSpotID(String value)
value - allowed object is
Stringpublic String getSpotXPosition()
Stringpublic void setSpotXPosition(String value)
value - allowed object is
Stringpublic String getSpotYPosition()
Stringpublic void setSpotYPosition(String value)
value - allowed object is
Stringpublic BigInteger getSpotDiameter()
BigIntegerpublic void setSpotDiameter(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.