public class AminoacidModification extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="aminoacid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="massdiff" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="mass" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="variable" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="peptide_terminus" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="protein_terminus" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="symbol" type="{http://regis-web.systemsbiology.net/pepXML}aa_symbolType" />
<attribute name="binary" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
aminoacid |
protected String |
binary |
protected String |
description |
protected float |
mass |
protected String |
massdiff |
protected String |
peptideTerminus |
protected String |
proteinTerminus |
protected String |
symbol |
protected String |
variable |
| Constructor and Description |
|---|
AminoacidModification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAminoacid()
Gets the value of the aminoacid property.
|
String |
getBinary()
Gets the value of the binary property.
|
String |
getDescription()
Gets the value of the description property.
|
float |
getMass()
Gets the value of the mass property.
|
String |
getMassdiff()
Gets the value of the massdiff property.
|
String |
getPeptideTerminus()
Gets the value of the peptideTerminus property.
|
String |
getProteinTerminus()
Gets the value of the proteinTerminus property.
|
String |
getSymbol()
Gets the value of the symbol property.
|
String |
getVariable()
Gets the value of the variable property.
|
void |
setAminoacid(String value)
Sets the value of the aminoacid property.
|
void |
setBinary(String value)
Sets the value of the binary property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMass(float value)
Sets the value of the mass property.
|
void |
setMassdiff(String value)
Sets the value of the massdiff property.
|
void |
setPeptideTerminus(String value)
Sets the value of the peptideTerminus property.
|
void |
setProteinTerminus(String value)
Sets the value of the proteinTerminus property.
|
void |
setSymbol(String value)
Sets the value of the symbol property.
|
void |
setVariable(String value)
Sets the value of the variable property.
|
protected String aminoacid
protected String massdiff
protected float mass
protected String variable
protected String peptideTerminus
protected String proteinTerminus
protected String symbol
protected String binary
protected String description
public String getAminoacid()
Stringpublic void setAminoacid(String value)
value - allowed object is
Stringpublic String getMassdiff()
Stringpublic void setMassdiff(String value)
value - allowed object is
Stringpublic float getMass()
public void setMass(float value)
public String getVariable()
Stringpublic void setVariable(String value)
value - allowed object is
Stringpublic String getPeptideTerminus()
Stringpublic void setPeptideTerminus(String value)
value - allowed object is
Stringpublic String getProteinTerminus()
Stringpublic void setProteinTerminus(String value)
value - allowed object is
Stringpublic String getSymbol()
Stringpublic void setSymbol(String value)
value - allowed object is
Stringpublic String getBinary()
Stringpublic void setBinary(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2017. All rights reserved.