public class AlternativeProtein 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="protein" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="protein_descr" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="num_tol_term" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="protein_mw" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="peptide_prev_aa" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="peptide_next_aa" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
numTolTerm |
protected String |
peptideNextAa |
protected String |
peptidePrevAa |
protected String |
protein |
protected String |
proteinDescr |
protected double |
proteinMw |
| Constructor and Description |
|---|
AlternativeProtein() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getNumTolTerm()
Gets the value of the numTolTerm property.
|
String |
getPeptideNextAa()
Gets the value of the peptideNextAa property.
|
String |
getPeptidePrevAa()
Gets the value of the peptidePrevAa property.
|
String |
getProtein()
Gets the value of the protein property.
|
String |
getProteinDescr()
Gets the value of the proteinDescr property.
|
double |
getProteinMw()
Gets the value of the proteinMw property.
|
void |
setNumTolTerm(Integer value)
Sets the value of the numTolTerm property.
|
void |
setPeptideNextAa(String value)
Sets the value of the peptideNextAa property.
|
void |
setPeptidePrevAa(String value)
Sets the value of the peptidePrevAa property.
|
void |
setProtein(String value)
Sets the value of the protein property.
|
void |
setProteinDescr(String value)
Sets the value of the proteinDescr property.
|
void |
setProteinMw(double value)
Sets the value of the proteinMw property.
|
protected String protein
protected String proteinDescr
protected Integer numTolTerm
protected double proteinMw
protected String peptidePrevAa
protected String peptideNextAa
public String getProtein()
Stringpublic void setProtein(String value)
value - allowed object is
Stringpublic String getProteinDescr()
Stringpublic void setProteinDescr(String value)
value - allowed object is
Stringpublic Integer getNumTolTerm()
Stringpublic void setNumTolTerm(Integer value)
value - allowed object is
Stringpublic double getProteinMw()
public void setProteinMw(double value)
public String getPeptidePrevAa()
Stringpublic void setPeptidePrevAa(String value)
value - allowed object is
Stringpublic String getPeptideNextAa()
StringCopyright © 2017. All rights reserved.