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>
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)