xml.masslynx
Interface MasslynxRunType.MethodReportType.WashType
- Enclosing interface:
- MasslynxRunType.MethodReportType
- public static interface MasslynxRunType.MethodReportType.WashType
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="frequency">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Inject"/>
</restriction>
</element>
<element name="flush_time" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="wash_time" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="cycles" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="secondary_wash_volume" type="{http://www.DIMS.com}volume"/>
<element name="wash_sequence" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getFrequency
public java.lang.String getFrequency()
setFrequency
public void setFrequency(java.lang.String value)
getSecondaryWashVolume
public Volume getSecondaryWashVolume()
setSecondaryWashVolume
public void setSecondaryWashVolume(Volume value)
getWashSequence
public java.lang.String getWashSequence()
setWashSequence
public void setWashSequence(java.lang.String value)
getWashTime
public java.lang.String getWashTime()
setWashTime
public void setWashTime(java.lang.String value)
getFlushTime
public java.lang.String getFlushTime()
setFlushTime
public void setFlushTime(java.lang.String value)
getCycles
public int getCycles()
setCycles
public void setCycles(int value)