public static class Scan.Maldi 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">
<attribute name="plateID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="spotID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="laserShootCount" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="laserFrequency" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="laserIntensity" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="collisionGas" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
collisionGas |
protected Duration |
laserFrequency |
protected BigInteger |
laserIntensity |
protected BigInteger |
laserShootCount |
protected String |
plateID |
protected String |
spotID |
| Constructor and Description |
|---|
Scan.Maldi() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getLaserFrequency()
Gets the value of the laserFrequency property.
|
BigInteger |
getLaserIntensity()
Gets the value of the laserIntensity property.
|
BigInteger |
getLaserShootCount()
Gets the value of the laserShootCount property.
|
String |
getPlateID()
Gets the value of the plateID property.
|
String |
getSpotID()
Gets the value of the spotID property.
|
Boolean |
isCollisionGas()
Gets the value of the collisionGas property.
|
void |
setCollisionGas(Boolean value)
Sets the value of the collisionGas property.
|
void |
setLaserFrequency(Duration value)
Sets the value of the laserFrequency property.
|
void |
setLaserIntensity(BigInteger value)
Sets the value of the laserIntensity property.
|
void |
setLaserShootCount(BigInteger value)
Sets the value of the laserShootCount property.
|
void |
setPlateID(String value)
Sets the value of the plateID property.
|
void |
setSpotID(String value)
Sets the value of the spotID property.
|
protected String plateID
protected String spotID
protected BigInteger laserShootCount
protected Duration laserFrequency
protected BigInteger laserIntensity
protected Boolean collisionGas
public String getPlateID()
Stringpublic void setPlateID(String value)
value - allowed object is
Stringpublic String getSpotID()
Stringpublic void setSpotID(String value)
value - allowed object is
Stringpublic BigInteger getLaserShootCount()
BigIntegerpublic void setLaserShootCount(BigInteger value)
value - allowed object is
BigIntegerpublic Duration getLaserFrequency()
Durationpublic void setLaserFrequency(Duration value)
value - allowed object is
Durationpublic BigInteger getLaserIntensity()
BigIntegerpublic void setLaserIntensity(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isCollisionGas()
BooleanCopyright © 2017. All rights reserved.