xml.masslynx
Interface MasslynxRunType.MethodReportType.RapidEquilibrationType

Enclosing interface:
MasslynxRunType.MethodReportType

public static interface MasslynxRunType.MethodReportType.RapidEquilibrationType

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="system_path" type="{http://www.DIMS.com}OnOffType"/>
         <element name="system_flow" type="{http://www.DIMS.com}flow"/>
         <element name="system_time" type="{http://www.w3.org/2001/XMLSchema}duration"/>
         <element name="re-equilibration_time" type="{http://www.w3.org/2001/XMLSchema}duration"/>
         <element name="pre_column_volume" type="{http://www.DIMS.com}volume"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Volume getPreColumnVolume()
           
 java.lang.String getReEquilibrationTime()
           
 Flow getSystemFlow()
           
 java.lang.String getSystemPath()
           
 java.lang.String getSystemTime()
           
 void setPreColumnVolume(Volume value)
           
 void setReEquilibrationTime(java.lang.String value)
           
 void setSystemFlow(Flow value)
           
 void setSystemPath(java.lang.String value)
           
 void setSystemTime(java.lang.String value)
           
 

Method Detail

getSystemPath

public java.lang.String getSystemPath()

setSystemPath

public void setSystemPath(java.lang.String value)

getSystemTime

public java.lang.String getSystemTime()

setSystemTime

public void setSystemTime(java.lang.String value)

getSystemFlow

public Flow getSystemFlow()

setSystemFlow

public void setSystemFlow(Flow value)

getPreColumnVolume

public Volume getPreColumnVolume()

setPreColumnVolume

public void setPreColumnVolume(Volume value)

getReEquilibrationTime

public java.lang.String getReEquilibrationTime()

setReEquilibrationTime

public void setReEquilibrationTime(java.lang.String value)