xml.masslynx
Interface MasslynxRunType.MethodReportType.MobilePhaseType
- Enclosing interface:
- MasslynxRunType.MethodReportType
- public static interface MasslynxRunType.MethodReportType.MobilePhaseType
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="Solvents">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="A" type="{http://www.DIMS.com}solvent"/>
<element name="B" type="{http://www.DIMS.com}solvent"/>
<element name="C" type="{http://www.DIMS.com}solvent"/>
<element name="D" type="{http://www.DIMS.com}solvent"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="flow_ramp" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="flow" type="{http://www.DIMS.com}flow"/>
<element name="stop_time" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="min_pressure" type="{http://www.DIMS.com}pressure"/>
<element name="max_pressure" type="{http://www.DIMS.com}pressure"/>
<element name="degasser">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Continuous"/>
</restriction>
</element>
<element name="stroke_length">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Auto"/>
</restriction>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
getMaxPressure
public Pressure getMaxPressure()
setMaxPressure
public void setMaxPressure(Pressure value)
getSolvents
public MasslynxRunType.MethodReportType.MobilePhaseType.SolventsType getSolvents()
setSolvents
public void setSolvents(MasslynxRunType.MethodReportType.MobilePhaseType.SolventsType value)
getStrokeLength
public java.lang.String getStrokeLength()
setStrokeLength
public void setStrokeLength(java.lang.String value)
getFlow
public Flow getFlow()
setFlow
public void setFlow(Flow value)
getMinPressure
public Pressure getMinPressure()
setMinPressure
public void setMinPressure(Pressure value)
getFlowRamp
public java.math.BigDecimal getFlowRamp()
setFlowRamp
public void setFlowRamp(java.math.BigDecimal value)
getDegasser
public java.lang.String getDegasser()
setDegasser
public void setDegasser(java.lang.String value)
getStopTime
public java.lang.String getStopTime()
setStopTime
public void setStopTime(java.lang.String value)