xml.masslynx
Interface MasslynxRunType.MethodReportType.IOType

Enclosing interface:
MasslynxRunType.MethodReportType

public static interface MasslynxRunType.MethodReportType.IOType

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="switch_1" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="switch_2" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="switch_3" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="switch_4" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="analog_output">
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="Flow Rate"/>
           </restriction>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getAnalogOutput()
           
 java.lang.String getSwitch1()
           
 java.lang.String getSwitch2()
           
 java.lang.String getSwitch3()
           
 java.lang.String getSwitch4()
           
 void setAnalogOutput(java.lang.String value)
           
 void setSwitch1(java.lang.String value)
           
 void setSwitch2(java.lang.String value)
           
 void setSwitch3(java.lang.String value)
           
 void setSwitch4(java.lang.String value)
           
 

Method Detail

getAnalogOutput

public java.lang.String getAnalogOutput()

setAnalogOutput

public void setAnalogOutput(java.lang.String value)

getSwitch2

public java.lang.String getSwitch2()

setSwitch2

public void setSwitch2(java.lang.String value)

getSwitch4

public java.lang.String getSwitch4()

setSwitch4

public void setSwitch4(java.lang.String value)

getSwitch3

public java.lang.String getSwitch3()

setSwitch3

public void setSwitch3(java.lang.String value)

getSwitch1

public java.lang.String getSwitch1()

setSwitch1

public void setSwitch1(java.lang.String value)