|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.Residue
public class Residue
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.1}chars" /> <attribute name="mass" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
code
|
protected float |
mass
|
Constructor Summary | |
---|---|
Residue()
|
Method Summary | |
---|---|
String |
getCode()
Gets the value of the code property. |
float |
getMass()
Gets the value of the mass property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setMass(float value)
Sets the value of the mass property. |
Methods inherited from class uk.ac.ebi.jmzidml.model.MzIdentMLObject |
---|
getHid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String code
protected float mass
Constructor Detail |
---|
public Residue()
Method Detail |
---|
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public float getMass()
public void setMass(float value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |