public class ResidueType extends Object
Java class for ResidueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResidueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="code" use="required" type="{http://psidev.info/psi/pi/mzIdentML/1.2}chars" />
<attribute name="mass" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected float |
mass |
| Constructor and Description |
|---|
ResidueType() |
protected String code
protected float mass
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic float getMass()
public void setMass(float value)
Copyright © 2017. All rights reserved.