public class ExternalNameForResidue extends Object
Java class for externalNameForResidue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="externalNameForResidue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="listOfExternalConnectionsInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}listOfExternalConnectionsInBlockDiagram"/>
</sequence>
<attribute name="id" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}short">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="offsetY" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
</restriction>
</simpleType>
</attribute>
<attribute name="name" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
<attribute name="nameOffsetX" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
</restriction>
</simpleType>
</attribute>
<attribute name="nameOffsetY" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
</restriction>
</simpleType>
</attribute>
<attribute name="protein">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected short |
id |
protected ListOfExternalConnectionsInBlockDiagram |
listOfExternalConnectionsInBlockDiagram |
protected String |
name |
protected BigDecimal |
nameOffsetX |
protected BigDecimal |
nameOffsetY |
protected BigDecimal |
offsetY |
protected String |
protein |
| Constructor and Description |
|---|
ExternalNameForResidue() |
| Modifier and Type | Method and Description |
|---|---|
short |
getId()
Gets the value of the id property.
|
ListOfExternalConnectionsInBlockDiagram |
getListOfExternalConnectionsInBlockDiagram()
Gets the value of the listOfExternalConnectionsInBlockDiagram property.
|
String |
getName()
Gets the value of the name property.
|
BigDecimal |
getNameOffsetX()
Gets the value of the nameOffsetX property.
|
BigDecimal |
getNameOffsetY()
Gets the value of the nameOffsetY property.
|
BigDecimal |
getOffsetY()
Gets the value of the offsetY property.
|
String |
getProtein()
Gets the value of the protein property.
|
void |
setId(short value)
Sets the value of the id property.
|
void |
setListOfExternalConnectionsInBlockDiagram(ListOfExternalConnectionsInBlockDiagram value)
Sets the value of the listOfExternalConnectionsInBlockDiagram property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNameOffsetX(BigDecimal value)
Sets the value of the nameOffsetX property.
|
void |
setNameOffsetY(BigDecimal value)
Sets the value of the nameOffsetY property.
|
void |
setOffsetY(BigDecimal value)
Sets the value of the offsetY property.
|
void |
setProtein(String value)
Sets the value of the protein property.
|
protected ListOfExternalConnectionsInBlockDiagram listOfExternalConnectionsInBlockDiagram
protected short id
protected BigDecimal offsetY
protected String name
protected BigDecimal nameOffsetX
protected BigDecimal nameOffsetY
protected String protein
public ListOfExternalConnectionsInBlockDiagram getListOfExternalConnectionsInBlockDiagram()
ListOfExternalConnectionsInBlockDiagrampublic void setListOfExternalConnectionsInBlockDiagram(ListOfExternalConnectionsInBlockDiagram value)
value - allowed object is
ListOfExternalConnectionsInBlockDiagrampublic short getId()
public void setId(short value)
public BigDecimal getOffsetY()
BigDecimalpublic void setOffsetY(BigDecimal value)
value - allowed object is
BigDecimalpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigDecimal getNameOffsetX()
BigDecimalpublic void setNameOffsetX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getNameOffsetY()
BigDecimalpublic void setNameOffsetY(BigDecimal value)
value - allowed object is
BigDecimalpublic String getProtein()
StringCopyright © 2018. All rights reserved.