xml.masslynx
Interface MasslynxRunType.ExperimentReportType.GasFlowType
- Enclosing interface:
- MasslynxRunType.ExperimentReportType
- public static interface MasslynxRunType.ExperimentReportType.GasFlowType
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="cone" type="{http://www.DIMS.com}flow"/>
<element name="desolvation" type="{http://www.DIMS.com}flow"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getDesolvation
public Flow getDesolvation()
setDesolvation
public void setDesolvation(Flow value)
getCone
public Flow getCone()
setCone
public void setCone(Flow value)