xml.masslynx
Interface MasslynxRunType.ExperimentReportType.VacuumMonitorType

Enclosing interface:
MasslynxRunType.ExperimentReportType

public static interface MasslynxRunType.ExperimentReportType.VacuumMonitorType

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="pirani_pressure" type="{http://www.DIMS.com}pressure"/>
         <element name="penning_pressure" type="{http://www.DIMS.com}pressure"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Pressure getPenningPressure()
           
 Pressure getPiraniPressure()
           
 void setPenningPressure(Pressure value)
           
 void setPiraniPressure(Pressure value)
           
 

Method Detail

getPiraniPressure

public Pressure getPiraniPressure()

setPiraniPressure

public void setPiraniPressure(Pressure value)

getPenningPressure

public Pressure getPenningPressure()

setPenningPressure

public void setPenningPressure(Pressure value)