webservices
Class Genome

java.lang.Object
  extended by webservices.Genome

public class Genome
extends java.lang.Object

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

basicIndexeAlreadyComputed

protected boolean basicIndexeAlreadyComputed

gcContent

protected double gcContent

genArr

protected java.util.List<java.lang.Integer> genArr

genFile

protected java.lang.String genFile

genFileName

protected java.lang.String genFileName

genLen

protected int genLen

genStr

protected java.lang.String genStr

fa

protected double fa

fc

protected double fc

fg

protected double fg

ft

protected double ft

na

protected int na

nc

protected int nc

ng

protected int ng

nt

protected int nt
Constructor Detail

Genome

public Genome()
Method Detail

isBasicIndexeAlreadyComputed

public boolean isBasicIndexeAlreadyComputed()
Gets the value of the basicIndexeAlreadyComputed property.


setBasicIndexeAlreadyComputed

public void setBasicIndexeAlreadyComputed(boolean value)
Sets the value of the basicIndexeAlreadyComputed property.


getGcContent

public double getGcContent()
Gets the value of the gcContent property.


setGcContent

public void setGcContent(double value)
Sets the value of the gcContent property.


getGenArr

public java.util.List<java.lang.Integer> getGenArr()
Gets the value of the genArr property.

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


getGenFile

public java.lang.String getGenFile()
Gets the value of the genFile property.

Returns:
possible object is String

setGenFile

public void setGenFile(java.lang.String value)
Sets the value of the genFile property.

Parameters:
value - allowed object is String

getGenFileName

public java.lang.String getGenFileName()
Gets the value of the genFileName property.

Returns:
possible object is String

setGenFileName

public void setGenFileName(java.lang.String value)
Sets the value of the genFileName property.

Parameters:
value - allowed object is String

getGenLen

public int getGenLen()
Gets the value of the genLen property.


setGenLen

public void setGenLen(int value)
Sets the value of the genLen property.


getGenStr

public java.lang.String getGenStr()
Gets the value of the genStr property.

Returns:
possible object is String

setGenStr

public void setGenStr(java.lang.String value)
Sets the value of the genStr property.

Parameters:
value - allowed object is String

getFA

public double getFA()
Gets the value of the fa property.


setFA

public void setFA(double value)
Sets the value of the fa property.


getFC

public double getFC()
Gets the value of the fc property.


setFC

public void setFC(double value)
Sets the value of the fc property.


getFG

public double getFG()
Gets the value of the fg property.


setFG

public void setFG(double value)
Sets the value of the fg property.


getFT

public double getFT()
Gets the value of the ft property.


setFT

public void setFT(double value)
Sets the value of the ft property.


getNA

public int getNA()
Gets the value of the na property.


setNA

public void setNA(int value)
Sets the value of the na property.


getNC

public int getNC()
Gets the value of the nc property.


setNC

public void setNC(int value)
Sets the value of the nc property.


getNG

public int getNG()
Gets the value of the ng property.


setNG

public void setNG(int value)
Sets the value of the ng property.


getNT

public int getNT()
Gets the value of the nt property.


setNT

public void setNT(int value)
Sets the value of the nt property.