xml.masslynx
Interface MasslynxRunType.MethodReportType.AutosamplerType
- Enclosing interface:
- MasslynxRunType.MethodReportType
- public static interface MasslynxRunType.MethodReportType.AutosamplerType
Java content class for annonymous complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="temperature" type="{http://www.DIMS.com}temperature"/>
<element name="temperature_limit" type="{http://www.DIMS.com}temperature"/>
<element name="draw_depth">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>decimal">
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="draw_speed">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Normal"/>
</restriction>
</element>
<element name="seek_well_bottom" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="check_plate_height" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getTemperatureLimit
public Temperature getTemperatureLimit()
setTemperatureLimit
public void setTemperatureLimit(Temperature value)
isCheckPlateHeight
public boolean isCheckPlateHeight()
setCheckPlateHeight
public void setCheckPlateHeight(boolean value)
getTemperature
public Temperature getTemperature()
setTemperature
public void setTemperature(Temperature value)
getDrawSpeed
public java.lang.String getDrawSpeed()
setDrawSpeed
public void setDrawSpeed(java.lang.String value)
getDrawDepth
public MasslynxRunType.MethodReportType.AutosamplerType.DrawDepthType getDrawDepth()
setDrawDepth
public void setDrawDepth(MasslynxRunType.MethodReportType.AutosamplerType.DrawDepthType value)
isSeekWellBottom
public boolean isSeekWellBottom()
setSeekWellBottom
public void setSeekWellBottom(boolean value)