public class Group 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="{}protein" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}group" minOccurs="0"/>
<element ref="{}note" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.bioml.com/gaml/}trace" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="act" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="expect" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="fI" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="maxI" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="mh" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="rt" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="sumI" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="z" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
act |
protected Double |
expect |
protected Double |
fi |
protected Group |
group |
protected Integer |
id |
protected String |
label |
protected Integer |
maxI |
protected Double |
mh |
protected List<Note> |
note |
protected List<Protein> |
protein |
protected String |
rt |
protected Double |
sumI |
protected List<Trace> |
trace |
protected String |
type |
protected Integer |
z |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAct()
Gets the value of the act property.
|
Double |
getExpect()
Gets the value of the expect property.
|
Double |
getFI()
Gets the value of the fi property.
|
Group |
getGroup()
Gets the value of the group property.
|
Integer |
getId()
Gets the value of the id property.
|
String |
getLabel()
Gets the value of the label property.
|
Integer |
getMaxI()
Gets the value of the maxI property.
|
Double |
getMh()
Gets the value of the mh property.
|
List<Note> |
getNote()
Gets the value of the note property.
|
List<Protein> |
getProtein()
Gets the value of the protein property.
|
String |
getRt()
Gets the value of the rt property.
|
Double |
getSumI()
Gets the value of the sumI property.
|
List<Trace> |
getTrace()
Gets the value of the trace property.
|
String |
getType()
Gets the value of the type property.
|
Integer |
getZ()
Gets the value of the z property.
|
void |
setAct(Integer value)
Sets the value of the act property.
|
void |
setExpect(Double value)
Sets the value of the expect property.
|
void |
setFI(Double value)
Sets the value of the fi property.
|
void |
setGroup(Group value)
Sets the value of the group property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setMaxI(Integer value)
Sets the value of the maxI property.
|
void |
setMh(Double value)
Sets the value of the mh property.
|
void |
setRt(String value)
Sets the value of the rt property.
|
void |
setSumI(Double value)
Sets the value of the sumI property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setZ(Integer value)
Sets the value of the z property.
|
protected Group group
protected Integer act
protected Double expect
protected Double fi
protected Integer id
protected String label
protected Integer maxI
protected Double mh
protected String rt
protected Double sumI
protected String type
protected Integer z
public List<Protein> getProtein()
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 protein property.
For example, to add a new item, do as follows:
getProtein().add(newItem);
Objects of the following type(s) are allowed in the list
Protein
public Group getGroup()
Grouppublic void setGroup(Group value)
value - allowed object is
Grouppublic List<Note> getNote()
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 note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
Note
public List<Trace> getTrace()
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 trace property.
For example, to add a new item, do as follows:
getTrace().add(newItem);
Objects of the following type(s) are allowed in the list
Trace
public Integer getAct()
Integerpublic void setAct(Integer value)
value - allowed object is
Integerpublic Double getExpect()
Doublepublic void setExpect(Double value)
value - allowed object is
Doublepublic void setFI(Double value)
value - allowed object is
Doublepublic void setId(Integer value)
value - allowed object is
Integerpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic Integer getMaxI()
Integerpublic void setMaxI(Integer value)
value - allowed object is
Integerpublic void setMh(Double value)
value - allowed object is
Doublepublic void setRt(String value)
value - allowed object is
Stringpublic Double getSumI()
Doublepublic void setSumI(Double value)
value - allowed object is
Doublepublic String getType()
Stringpublic void setType(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.