public static class MsRun.Spotting.Plate 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
MsRun.Spotting.Plate.Pattern
Java class for anonymous complex type.
|
static class |
MsRun.Spotting.Plate.Spot
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected MsRun.Spotting.Plate.Pattern |
pattern |
protected BigInteger |
plateID |
protected OntologyEntryType |
plateManufacturer |
protected OntologyEntryType |
plateModel |
protected List<MsRun.Spotting.Plate.Spot> |
spot |
protected BigInteger |
spotXCount |
protected BigInteger |
spotYCount |
| Constructor and Description |
|---|
MsRun.Spotting.Plate() |
| Modifier and Type | Method and Description |
|---|---|
MsRun.Spotting.Plate.Pattern |
getPattern()
Gets the value of the pattern property.
|
BigInteger |
getPlateID()
Gets the value of the plateID property.
|
OntologyEntryType |
getPlateManufacturer()
Gets the value of the plateManufacturer property.
|
OntologyEntryType |
getPlateModel()
Gets the value of the plateModel property.
|
List<MsRun.Spotting.Plate.Spot> |
getSpot()
Gets the value of the spot property.
|
BigInteger |
getSpotXCount()
Gets the value of the spotXCount property.
|
BigInteger |
getSpotYCount()
Gets the value of the spotYCount property.
|
void |
setPattern(MsRun.Spotting.Plate.Pattern value)
Sets the value of the pattern property.
|
void |
setPlateID(BigInteger value)
Sets the value of the plateID property.
|
void |
setPlateManufacturer(OntologyEntryType value)
Sets the value of the plateManufacturer property.
|
void |
setPlateModel(OntologyEntryType value)
Sets the value of the plateModel property.
|
void |
setSpotXCount(BigInteger value)
Sets the value of the spotXCount property.
|
void |
setSpotYCount(BigInteger value)
Sets the value of the spotYCount property.
|
protected OntologyEntryType plateManufacturer
protected OntologyEntryType plateModel
protected MsRun.Spotting.Plate.Pattern pattern
protected List<MsRun.Spotting.Plate.Spot> spot
protected BigInteger plateID
protected BigInteger spotXCount
protected BigInteger spotYCount
public OntologyEntryType getPlateManufacturer()
OntologyEntryTypepublic void setPlateManufacturer(OntologyEntryType value)
value - allowed object is
OntologyEntryTypepublic OntologyEntryType getPlateModel()
OntologyEntryTypepublic void setPlateModel(OntologyEntryType value)
value - allowed object is
OntologyEntryTypepublic MsRun.Spotting.Plate.Pattern getPattern()
MsRun.Spotting.Plate.Patternpublic void setPattern(MsRun.Spotting.Plate.Pattern value)
value - allowed object is
MsRun.Spotting.Plate.Patternpublic List<MsRun.Spotting.Plate.Spot> getSpot()
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 spot property.
For example, to add a new item, do as follows:
getSpot().add(newItem);
Objects of the following type(s) are allowed in the list
MsRun.Spotting.Plate.Spot
public BigInteger getPlateID()
BigIntegerpublic void setPlateID(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getSpotXCount()
BigIntegerpublic void setSpotXCount(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getSpotYCount()
BigIntegerpublic void setSpotYCount(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.