public class Region extends Object
Java class for region complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="region">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required">
<simpleType>
<restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId">
</restriction>
</simpleType>
</attribute>
<attribute name="size" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.0"/>
<maxInclusive value="1.0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="pos">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.0"/>
<maxInclusive value="1.0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="proteinBindingDomain"/>
<enumeration value="Modification Site"/>
<enumeration value="transcriptionStartingSiteL"/>
<enumeration value="transcriptionStartingSiteR"/>
<enumeration value="CodingRegion"/>
<enumeration value="RegulatoryRegion"/>
<enumeration value="empty"/>
</restriction>
</simpleType>
</attribute>
<attribute name="name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
<attribute name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected String |
id |
protected String |
name |
protected BigDecimal |
pos |
protected BigDecimal |
size |
protected String |
type |
| Constructor and Description |
|---|
Region() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
BigDecimal |
getPos()
Gets the value of the pos property.
|
BigDecimal |
getSize()
Gets the value of the size property.
|
String |
getType()
Gets the value of the type property.
|
Boolean |
isActive()
Gets the value of the active property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPos(BigDecimal value)
Sets the value of the pos property.
|
void |
setSize(BigDecimal value)
Sets the value of the size property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String id
protected BigDecimal size
protected BigDecimal pos
protected String type
protected String name
protected Boolean active
public void setId(String value)
value - allowed object is
Stringpublic BigDecimal getSize()
BigDecimalpublic void setSize(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getPos()
BigDecimalpublic void setPos(BigDecimal value)
value - allowed object is
BigDecimalpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isActive()
BooleanCopyright © 2018. All rights reserved.