xml.masslynx
Interface MasslynxRunType.MethodReportType.InjectionType
- Enclosing interface:
- MasslynxRunType.MethodReportType
- public static interface MasslynxRunType.MethodReportType.InjectionType
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="type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Sequential"/>
</restriction>
</element>
<element name="fill_mode">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Partial Loop"/>
</restriction>
</element>
<element name="pre-sample_air_boundary" type="{http://www.DIMS.com}volume"/>
<element name="post-sample_air_boundary" type="{http://www.DIMS.com}volume"/>
<element name="pre-load_time" type="{http://www.w3.org/2001/XMLSchema}duration"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getPreLoadTime
public java.lang.String getPreLoadTime()
setPreLoadTime
public void setPreLoadTime(java.lang.String value)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String value)
getPostSampleAirBoundary
public Volume getPostSampleAirBoundary()
setPostSampleAirBoundary
public void setPostSampleAirBoundary(Volume value)
getFillMode
public java.lang.String getFillMode()
setFillMode
public void setFillMode(java.lang.String value)
getPreSampleAirBoundary
public Volume getPreSampleAirBoundary()
setPreSampleAirBoundary
public void setPreSampleAirBoundary(Volume value)