public static class MsRun.Spotting.Plate.Pattern 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
MsRun.Spotting.Plate.Pattern.Orientation
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected MsRun.Spotting.Plate.Pattern.Orientation |
orientation |
protected OntologyEntryType |
spottingPattern |
| Constructor and Description |
|---|
MsRun.Spotting.Plate.Pattern() |
| Modifier and Type | Method and Description |
|---|---|
MsRun.Spotting.Plate.Pattern.Orientation |
getOrientation()
Gets the value of the orientation property.
|
OntologyEntryType |
getSpottingPattern()
Gets the value of the spottingPattern property.
|
void |
setOrientation(MsRun.Spotting.Plate.Pattern.Orientation value)
Sets the value of the orientation property.
|
void |
setSpottingPattern(OntologyEntryType value)
Sets the value of the spottingPattern property.
|
protected OntologyEntryType spottingPattern
protected MsRun.Spotting.Plate.Pattern.Orientation orientation
public OntologyEntryType getSpottingPattern()
OntologyEntryTypepublic void setSpottingPattern(OntologyEntryType value)
value - allowed object is
OntologyEntryTypepublic MsRun.Spotting.Plate.Pattern.Orientation getOrientation()
MsRun.Spotting.Plate.Pattern.Orientationpublic void setOrientation(MsRun.Spotting.Plate.Pattern.Orientation value)
value - allowed object is
MsRun.Spotting.Plate.Pattern.OrientationCopyright © 2017. All rights reserved.