public class AntisenseRNA extends Object
Java class for AntisenseRNA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AntisenseRNA"> <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="ANTISENSE_RNA"/> </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 |
---|
AntisenseRNA() |
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()
Notes
public void setNotes(Notes value)
value
- allowed object is
Notes
public ListOfRegions getListOfRegions()
ListOfRegions
public void setListOfRegions(ListOfRegions value)
value
- allowed object is
ListOfRegions
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String
Copyright © 2018. All rights reserved.