public class Gene extends Object
Java class for gene complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gene">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="notes" type="{http://www.sbml.org/2001/ns/celldesigner}notes" minOccurs="0"/>
<element name="listOfRegions" type="{http://www.sbml.org/2001/ns/celldesigner}listOfRegions" minOccurs="0"/>
</sequence>
<attribute name="id" use="required">
<simpleType>
<restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId">
</restriction>
</simpleType>
</attribute>
<attribute name="name" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GENE"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected ListOfRegions |
listOfRegions |
protected String |
name |
protected Notes |
notes |
protected String |
type |
| Constructor and Description |
|---|
Gene() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
ListOfRegions |
getListOfRegions()
Gets the value of the listOfRegions property.
|
String |
getName()
Gets the value of the name property.
|
Notes |
getNotes()
Gets the value of the notes property.
|
String |
getType()
Gets the value of the type property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setListOfRegions(ListOfRegions value)
Sets the value of the listOfRegions property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotes(Notes value)
Sets the value of the notes property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected Notes notes
protected ListOfRegions listOfRegions
protected String id
protected String name
protected String type
public Notes getNotes()
Notespublic void setNotes(Notes value)
value - allowed object is
Notespublic ListOfRegions getListOfRegions()
ListOfRegionspublic void setListOfRegions(ListOfRegions value)
value - allowed object is
ListOfRegionspublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2018. All rights reserved.