|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebservices.Genome
public class Genome
Java class for genome complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="genome"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="basicIndexeAlreadyComputed" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="gcContent" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="genArr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/> <element name="genFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="genFileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="genLen" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="genStr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fA" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="fC" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="fG" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="fT" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="nA" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="nC" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="nG" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="nT" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
basicIndexeAlreadyComputed
|
protected double |
fa
|
protected double |
fc
|
protected double |
fg
|
protected double |
ft
|
protected double |
gcContent
|
protected java.util.List<java.lang.Integer> |
genArr
|
protected java.lang.String |
genFile
|
protected java.lang.String |
genFileName
|
protected int |
genLen
|
protected java.lang.String |
genStr
|
protected int |
na
|
protected int |
nc
|
protected int |
ng
|
protected int |
nt
|
Constructor Summary | |
---|---|
Genome()
|
Method Summary | |
---|---|
double |
getFA()
Gets the value of the fa property. |
double |
getFC()
Gets the value of the fc property. |
double |
getFG()
Gets the value of the fg property. |
double |
getFT()
Gets the value of the ft property. |
double |
getGcContent()
Gets the value of the gcContent property. |
java.util.List<java.lang.Integer> |
getGenArr()
Gets the value of the genArr property. |
java.lang.String |
getGenFile()
Gets the value of the genFile property. |
java.lang.String |
getGenFileName()
Gets the value of the genFileName property. |
int |
getGenLen()
Gets the value of the genLen property. |
java.lang.String |
getGenStr()
Gets the value of the genStr property. |
int |
getNA()
Gets the value of the na property. |
int |
getNC()
Gets the value of the nc property. |
int |
getNG()
Gets the value of the ng property. |
int |
getNT()
Gets the value of the nt property. |
boolean |
isBasicIndexeAlreadyComputed()
Gets the value of the basicIndexeAlreadyComputed property. |
void |
setBasicIndexeAlreadyComputed(boolean value)
Sets the value of the basicIndexeAlreadyComputed property. |
void |
setFA(double value)
Sets the value of the fa property. |
void |
setFC(double value)
Sets the value of the fc property. |
void |
setFG(double value)
Sets the value of the fg property. |
void |
setFT(double value)
Sets the value of the ft property. |
void |
setGcContent(double value)
Sets the value of the gcContent property. |
void |
setGenFile(java.lang.String value)
Sets the value of the genFile property. |
void |
setGenFileName(java.lang.String value)
Sets the value of the genFileName property. |
void |
setGenLen(int value)
Sets the value of the genLen property. |
void |
setGenStr(java.lang.String value)
Sets the value of the genStr property. |
void |
setNA(int value)
Sets the value of the na property. |
void |
setNC(int value)
Sets the value of the nc property. |
void |
setNG(int value)
Sets the value of the ng property. |
void |
setNT(int value)
Sets the value of the nt property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean basicIndexeAlreadyComputed
protected double gcContent
protected java.util.List<java.lang.Integer> genArr
protected java.lang.String genFile
protected java.lang.String genFileName
protected int genLen
protected java.lang.String genStr
protected double fa
protected double fc
protected double fg
protected double ft
protected int na
protected int nc
protected int ng
protected int nt
Constructor Detail |
---|
public Genome()
Method Detail |
---|
public boolean isBasicIndexeAlreadyComputed()
public void setBasicIndexeAlreadyComputed(boolean value)
public double getGcContent()
public void setGcContent(double value)
public java.util.List<java.lang.Integer> getGenArr()
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 genArr property.
For example, to add a new item, do as follows:
getGenArr().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getGenFile()
String
public void setGenFile(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGenFileName()
String
public void setGenFileName(java.lang.String value)
value
- allowed object is
String
public int getGenLen()
public void setGenLen(int value)
public java.lang.String getGenStr()
String
public void setGenStr(java.lang.String value)
value
- allowed object is
String
public double getFA()
public void setFA(double value)
public double getFC()
public void setFC(double value)
public double getFG()
public void setFG(double value)
public double getFT()
public void setFT(double value)
public int getNA()
public void setNA(int value)
public int getNC()
public void setNC(int value)
public int getNG()
public void setNG(int value)
public int getNT()
public void setNT(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |