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>
 


Nested Class Summary
static interface MasslynxRunType.MethodReportType.MobilePhaseType.SolventsType
          Java content class for annonymous complex type.
 
Method Summary
 java.lang.String getDegasser()
           
 Flow getFlow()
           
 java.math.BigDecimal getFlowRamp()
           
 Pressure getMaxPressure()
           
 Pressure getMinPressure()
           
 MasslynxRunType.MethodReportType.MobilePhaseType.SolventsType getSolvents()
           
 java.lang.String getStopTime()
           
 java.lang.String getStrokeLength()
           
 void setDegasser(java.lang.String value)
           
 void setFlow(Flow value)
           
 void setFlowRamp(java.math.BigDecimal value)
           
 void setMaxPressure(Pressure value)
           
 void setMinPressure(Pressure value)
           
 void setSolvents(MasslynxRunType.MethodReportType.MobilePhaseType.SolventsType value)
           
 void setStopTime(java.lang.String value)
           
 void setStrokeLength(java.lang.String value)
           
 

Method Detail

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)