public class Protein 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">
<sequence>
<element ref="{}note"/>
<element ref="{}file"/>
<element ref="{}peptide"/>
</sequence>
<attribute name="annotation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="expect" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="sumI" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="uid" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
annotation |
protected Double |
expect |
protected File |
file |
protected Double |
id |
protected String |
label |
protected Note |
note |
protected Peptide |
peptide |
protected Double |
sumI |
protected Integer |
uid |
| Constructor and Description |
|---|
Protein() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotation()
Gets the value of the annotation property.
|
Double |
getExpect()
Gets the value of the expect property.
|
File |
getFile()
Gets the value of the file property.
|
Double |
getId()
Gets the value of the id property.
|
String |
getLabel()
Gets the value of the label property.
|
Note |
getNote()
Gets the value of the note property.
|
Peptide |
getPeptide()
Gets the value of the peptide property.
|
Double |
getSumI()
Gets the value of the sumI property.
|
Integer |
getUid()
Gets the value of the uid property.
|
void |
setAnnotation(String value)
Sets the value of the annotation property.
|
void |
setExpect(Double value)
Sets the value of the expect property.
|
void |
setFile(File value)
Sets the value of the file property.
|
void |
setId(Double value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setNote(Note value)
Sets the value of the note property.
|
void |
setPeptide(Peptide value)
Sets the value of the peptide property.
|
void |
setSumI(Double value)
Sets the value of the sumI property.
|
void |
setUid(Integer value)
Sets the value of the uid property.
|
protected Note note
protected File file
protected Peptide peptide
protected String annotation
protected Double expect
protected Double id
protected String label
protected Double sumI
protected Integer uid
public void setNote(Note value)
value - allowed object is
Notepublic void setFile(File value)
value - allowed object is
Filepublic Peptide getPeptide()
Peptidepublic void setPeptide(Peptide value)
value - allowed object is
Peptidepublic String getAnnotation()
Stringpublic void setAnnotation(String value)
value - allowed object is
Stringpublic Double getExpect()
Doublepublic void setExpect(Double value)
value - allowed object is
Doublepublic void setId(Double value)
value - allowed object is
Doublepublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic Double getSumI()
Doublepublic void setSumI(Double value)
value - allowed object is
Doublepublic Integer getUid()
IntegerCopyright © 2017. All rights reserved.