public static class MsmsPipelineAnalysis.MsmsRunSummary.SearchSummary.TerminalModification 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="terminus" 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="symbol" type="{http://regis-web.systemsbiology.net/pepXML}term_symbolType" />
<attribute name="protein_terminus" use="required" 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 |
description |
protected float |
mass |
protected String |
massdiff |
protected String |
proteinTerminus |
protected String |
symbol |
protected String |
terminus |
protected String |
variable |
| Constructor and Description |
|---|
MsmsPipelineAnalysis.MsmsRunSummary.SearchSummary.TerminalModification() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getProteinTerminus()
Gets the value of the proteinTerminus property.
|
String |
getSymbol()
Gets the value of the symbol property.
|
String |
getTerminus()
Gets the value of the terminus property.
|
String |
getVariable()
Gets the value of the variable 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 |
setProteinTerminus(String value)
Sets the value of the proteinTerminus property.
|
void |
setSymbol(String value)
Sets the value of the symbol property.
|
void |
setTerminus(String value)
Sets the value of the terminus property.
|
void |
setVariable(String value)
Sets the value of the variable property.
|
protected String terminus
protected String massdiff
protected float mass
protected String variable
protected String symbol
protected String proteinTerminus
protected String description
public MsmsPipelineAnalysis.MsmsRunSummary.SearchSummary.TerminalModification()
public String getTerminus()
Stringpublic void setTerminus(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 getSymbol()
Stringpublic void setSymbol(String value)
value - allowed object is
Stringpublic String getProteinTerminus()
Stringpublic void setProteinTerminus(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2017. All rights reserved.