public class SpeciesIdentity extends Object
Java class for speciesIdentity complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="speciesIdentity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.sbml.org/2001/ns/celldesigner}class"/>
         <element ref="{http://www.sbml.org/2001/ns/celldesigner}hypothetical" minOccurs="0"/>
         <choice>
           <element ref="{http://www.sbml.org/2001/ns/celldesigner}name" minOccurs="0"/>
           <element ref="{http://www.sbml.org/2001/ns/celldesigner}proteinReference" minOccurs="0"/>
           <element ref="{http://www.sbml.org/2001/ns/celldesigner}rnaReference" minOccurs="0"/>
           <element ref="{http://www.sbml.org/2001/ns/celldesigner}geneReference" minOccurs="0"/>
           <element ref="{http://www.sbml.org/2001/ns/celldesigner}antisensernaReference" minOccurs="0"/>
         </choice>
         <element name="state" type="{http://www.sbml.org/2001/ns/celldesigner}state" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
antisensernaReference  | 
protected String | 
clazz  | 
protected String | 
geneReference  | 
protected Boolean | 
hypothetical  | 
protected String | 
name  | 
protected String | 
proteinReference  | 
protected String | 
rnaReference  | 
protected State | 
state  | 
| Constructor and Description | 
|---|
SpeciesIdentity()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAntisensernaReference()
Gets the value of the antisensernaReference property. 
 | 
String | 
getClazz()
Gets the value of the clazz property. 
 | 
String | 
getGeneReference()
Gets the value of the geneReference property. 
 | 
String | 
getName()
Gets the value of the name property. 
 | 
String | 
getProteinReference()
Gets the value of the proteinReference property. 
 | 
String | 
getRnaReference()
Gets the value of the rnaReference property. 
 | 
State | 
getState()
Gets the value of the state property. 
 | 
Boolean | 
isHypothetical()
Gets the value of the hypothetical property. 
 | 
void | 
setAntisensernaReference(String value)
Sets the value of the antisensernaReference property. 
 | 
void | 
setClazz(String value)
Sets the value of the clazz property. 
 | 
void | 
setGeneReference(String value)
Sets the value of the geneReference property. 
 | 
void | 
setHypothetical(Boolean value)
Sets the value of the hypothetical property. 
 | 
void | 
setName(String value)
Sets the value of the name property. 
 | 
void | 
setProteinReference(String value)
Sets the value of the proteinReference property. 
 | 
void | 
setRnaReference(String value)
Sets the value of the rnaReference property. 
 | 
void | 
setState(State value)
Sets the value of the state property. 
 | 
protected String clazz
protected Boolean hypothetical
protected String name
protected String proteinReference
protected String rnaReference
protected String geneReference
protected String antisensernaReference
protected State state
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
     Stringpublic Boolean isHypothetical()
Booleanpublic void setHypothetical(Boolean value)
value - allowed object is
     Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic String getProteinReference()
Stringpublic void setProteinReference(String value)
value - allowed object is
     Stringpublic String getRnaReference()
Stringpublic void setRnaReference(String value)
value - allowed object is
     Stringpublic String getGeneReference()
Stringpublic void setGeneReference(String value)
value - allowed object is
     Stringpublic String getAntisensernaReference()
Stringpublic void setAntisensernaReference(String value)
value - allowed object is
     Stringpublic State getState()
StateCopyright © 2018. All rights reserved.