|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwebservices.Exp
public class Exp
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 |
|---|
protected Genome gen
| Constructor Detail |
|---|
public Exp()
| Method Detail |
|---|
public Genome getGen()
Genomepublic void setGen(Genome value)
value - allowed object is
Genome
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||