webservices
Class Exp

java.lang.Object
  extended by webservices.Exp
Direct Known Subclasses:
ExpLZ77, ExpTypSeq, ExpTypSeqProf

public class Exp
extends java.lang.Object

Java class for exp complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="exp">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="gen" type="{http://webservices/}genome" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Genome gen
           
 
Constructor Summary
Exp()
           
 
Method Summary
 Genome getGen()
          Gets the value of the gen property.
 void setGen(Genome value)
          Sets the value of the gen property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gen

protected Genome gen
Constructor Detail

Exp

public Exp()
Method Detail

getGen

public Genome getGen()
Gets the value of the gen property.

Returns:
possible object is Genome

setGen

public void setGen(Genome value)
Sets the value of the gen property.

Parameters:
value - allowed object is Genome