xml.masslynx
Interface Solvent
- public interface Solvent
Java content class for solvent complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="solvent">
<simpleContent>
<extension base="<http://www.DIMS.com>solution">
<attribute name="concentration" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</extension>
</simpleContent>
</complexType>
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getConcentration
public java.math.BigDecimal getConcentration()
setConcentration
public void setConcentration(java.math.BigDecimal value)