public class Domain 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="{}aa" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="b_ions" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="b_score" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="delta" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="end" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="expect" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="hyperscore" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="mh" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="missed_cleavages" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="nextscore" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="post" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="pre" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="seq" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="y_ions" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="y_score" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Aa> |
aa |
protected Integer |
bIons |
protected Double |
bScore |
protected Double |
delta |
protected Integer |
end |
protected double |
expect |
protected Double |
hyperscore |
protected String |
id |
protected Double |
mh |
protected Integer |
missedCleavages |
protected Double |
nextscore |
protected String |
post |
protected String |
pre |
protected String |
seq |
protected Integer |
start |
protected Integer |
yIons |
protected Double |
yScore |
| Constructor and Description |
|---|
Domain() |
| Modifier and Type | Method and Description |
|---|---|
List<Aa> |
getAa()
Gets the value of the aa property.
|
Integer |
getBIons()
Gets the value of the bIons property.
|
Double |
getBScore()
Gets the value of the bScore property.
|
Double |
getDelta()
Gets the value of the delta property.
|
Integer |
getEnd()
Gets the value of the end property.
|
double |
getExpect()
Gets the value of the expect property.
|
Double |
getHyperscore()
Gets the value of the hyperscore property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getMh()
Gets the value of the mh property.
|
Integer |
getMissedCleavages()
Gets the value of the missedCleavages property.
|
Double |
getNextscore()
Gets the value of the nextscore property.
|
String |
getPost()
Gets the value of the post property.
|
String |
getPre()
Gets the value of the pre property.
|
String |
getSeq()
Gets the value of the seq property.
|
Integer |
getStart()
Gets the value of the start property.
|
Integer |
getYIons()
Gets the value of the yIons property.
|
Double |
getYScore()
Gets the value of the yScore property.
|
void |
setBIons(Integer value)
Sets the value of the bIons property.
|
void |
setBScore(Double value)
Sets the value of the bScore property.
|
void |
setDelta(Double value)
Sets the value of the delta property.
|
void |
setEnd(Integer value)
Sets the value of the end property.
|
void |
setExpect(double value)
Sets the value of the expect property.
|
void |
setHyperscore(Double value)
Sets the value of the hyperscore property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMh(Double value)
Sets the value of the mh property.
|
void |
setMissedCleavages(Integer value)
Sets the value of the missedCleavages property.
|
void |
setNextscore(Double value)
Sets the value of the nextscore property.
|
void |
setPost(String value)
Sets the value of the post property.
|
void |
setPre(String value)
Sets the value of the pre property.
|
void |
setSeq(String value)
Sets the value of the seq property.
|
void |
setStart(Integer value)
Sets the value of the start property.
|
void |
setYIons(Integer value)
Sets the value of the yIons property.
|
void |
setYScore(Double value)
Sets the value of the yScore property.
|
protected Integer bIons
protected Double bScore
protected Double delta
protected Integer end
protected double expect
protected Double hyperscore
protected String id
protected Double mh
protected Integer missedCleavages
protected Double nextscore
protected String post
protected String pre
protected String seq
protected Integer start
protected Integer yIons
protected Double yScore
public List<Aa> getAa()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the aa property.
For example, to add a new item, do as follows:
getAa().add(newItem);
Objects of the following type(s) are allowed in the list
Aa
public Integer getBIons()
Integerpublic void setBIons(Integer value)
value - allowed object is
Integerpublic Double getBScore()
Doublepublic void setBScore(Double value)
value - allowed object is
Doublepublic Double getDelta()
Doublepublic void setDelta(Double value)
value - allowed object is
Doublepublic Integer getEnd()
Integerpublic void setEnd(Integer value)
value - allowed object is
Integerpublic double getExpect()
public void setExpect(double value)
public Double getHyperscore()
Doublepublic void setHyperscore(Double value)
value - allowed object is
Doublepublic void setId(String value)
value - allowed object is
Stringpublic void setMh(Double value)
value - allowed object is
Doublepublic Integer getMissedCleavages()
Integerpublic void setMissedCleavages(Integer value)
value - allowed object is
Integerpublic Double getNextscore()
Doublepublic void setNextscore(Double value)
value - allowed object is
Doublepublic String getPost()
Stringpublic void setPost(String value)
value - allowed object is
Stringpublic void setPre(String value)
value - allowed object is
Stringpublic void setSeq(String value)
value - allowed object is
Stringpublic Integer getStart()
Integerpublic void setStart(Integer value)
value - allowed object is
Integerpublic Integer getYIons()
Integerpublic void setYIons(Integer value)
value - allowed object is
Integerpublic Double getYScore()
DoubleCopyright © 2017. All rights reserved.