public class BlockDiagram extends Object
Java class for blockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="blockDiagram"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="canvas" type="{http://www.sbml.org/2001/ns/celldesigner}canvas"/> <element name="block" type="{http://www.sbml.org/2001/ns/celldesigner}block"/> <element name="halo" type="{http://www.sbml.org/2001/ns/celldesigner}halo"/> <element name="listOfResiduesInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}listOfResiduesInBlockDiagram"/> <element name="listOfExternalNamesForResidue" type="{http://www.sbml.org/2001/ns/celldesigner}listOfExternalNamesForResidue"/> <element name="listOfBindingSitesInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}listOfBindingSitesInBlockDiagram"/> <element name="listOfEffectSitesInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}listOfEffectSitesInBlockDiagram"/> <element name="degradedInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}degradedInBlockDiagram" minOccurs="0"/> <element name="listOfInternalOperatorsInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}listOfInternalOperatorsInBlockDiagram"/> <element name="listOfInternalLinksInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}listOfInternalLinksInBlockDiagram"/> </sequence> <attribute name="protein" use="required"> <simpleType> <restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId"> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Block |
block |
protected Canvas |
canvas |
protected DegradedInBlockDiagram |
degradedInBlockDiagram |
protected Halo |
halo |
protected ListOfBindingSitesInBlockDiagram |
listOfBindingSitesInBlockDiagram |
protected ListOfEffectSitesInBlockDiagram |
listOfEffectSitesInBlockDiagram |
protected ListOfExternalNamesForResidue |
listOfExternalNamesForResidue |
protected ListOfInternalLinksInBlockDiagram |
listOfInternalLinksInBlockDiagram |
protected ListOfInternalOperatorsInBlockDiagram |
listOfInternalOperatorsInBlockDiagram |
protected ListOfResiduesInBlockDiagram |
listOfResiduesInBlockDiagram |
protected String |
protein |
Constructor and Description |
---|
BlockDiagram() |
Modifier and Type | Method and Description |
---|---|
Block |
getBlock()
Gets the value of the block property.
|
Canvas |
getCanvas()
Gets the value of the canvas property.
|
DegradedInBlockDiagram |
getDegradedInBlockDiagram()
Gets the value of the degradedInBlockDiagram property.
|
Halo |
getHalo()
Gets the value of the halo property.
|
ListOfBindingSitesInBlockDiagram |
getListOfBindingSitesInBlockDiagram()
Gets the value of the listOfBindingSitesInBlockDiagram property.
|
ListOfEffectSitesInBlockDiagram |
getListOfEffectSitesInBlockDiagram()
Gets the value of the listOfEffectSitesInBlockDiagram property.
|
ListOfExternalNamesForResidue |
getListOfExternalNamesForResidue()
Gets the value of the listOfExternalNamesForResidue property.
|
ListOfInternalLinksInBlockDiagram |
getListOfInternalLinksInBlockDiagram()
Gets the value of the listOfInternalLinksInBlockDiagram property.
|
ListOfInternalOperatorsInBlockDiagram |
getListOfInternalOperatorsInBlockDiagram()
Gets the value of the listOfInternalOperatorsInBlockDiagram property.
|
ListOfResiduesInBlockDiagram |
getListOfResiduesInBlockDiagram()
Gets the value of the listOfResiduesInBlockDiagram property.
|
String |
getProtein()
Gets the value of the protein property.
|
void |
setBlock(Block value)
Sets the value of the block property.
|
void |
setCanvas(Canvas value)
Sets the value of the canvas property.
|
void |
setDegradedInBlockDiagram(DegradedInBlockDiagram value)
Sets the value of the degradedInBlockDiagram property.
|
void |
setHalo(Halo value)
Sets the value of the halo property.
|
void |
setListOfBindingSitesInBlockDiagram(ListOfBindingSitesInBlockDiagram value)
Sets the value of the listOfBindingSitesInBlockDiagram property.
|
void |
setListOfEffectSitesInBlockDiagram(ListOfEffectSitesInBlockDiagram value)
Sets the value of the listOfEffectSitesInBlockDiagram property.
|
void |
setListOfExternalNamesForResidue(ListOfExternalNamesForResidue value)
Sets the value of the listOfExternalNamesForResidue property.
|
void |
setListOfInternalLinksInBlockDiagram(ListOfInternalLinksInBlockDiagram value)
Sets the value of the listOfInternalLinksInBlockDiagram property.
|
void |
setListOfInternalOperatorsInBlockDiagram(ListOfInternalOperatorsInBlockDiagram value)
Sets the value of the listOfInternalOperatorsInBlockDiagram property.
|
void |
setListOfResiduesInBlockDiagram(ListOfResiduesInBlockDiagram value)
Sets the value of the listOfResiduesInBlockDiagram property.
|
void |
setProtein(String value)
Sets the value of the protein property.
|
protected Canvas canvas
protected Block block
protected Halo halo
protected ListOfResiduesInBlockDiagram listOfResiduesInBlockDiagram
protected ListOfExternalNamesForResidue listOfExternalNamesForResidue
protected ListOfBindingSitesInBlockDiagram listOfBindingSitesInBlockDiagram
protected ListOfEffectSitesInBlockDiagram listOfEffectSitesInBlockDiagram
protected DegradedInBlockDiagram degradedInBlockDiagram
protected ListOfInternalOperatorsInBlockDiagram listOfInternalOperatorsInBlockDiagram
protected ListOfInternalLinksInBlockDiagram listOfInternalLinksInBlockDiagram
protected String protein
public Canvas getCanvas()
Canvas
public void setCanvas(Canvas value)
value
- allowed object is
Canvas
public Block getBlock()
Block
public void setBlock(Block value)
value
- allowed object is
Block
public void setHalo(Halo value)
value
- allowed object is
Halo
public ListOfResiduesInBlockDiagram getListOfResiduesInBlockDiagram()
ListOfResiduesInBlockDiagram
public void setListOfResiduesInBlockDiagram(ListOfResiduesInBlockDiagram value)
value
- allowed object is
ListOfResiduesInBlockDiagram
public ListOfExternalNamesForResidue getListOfExternalNamesForResidue()
ListOfExternalNamesForResidue
public void setListOfExternalNamesForResidue(ListOfExternalNamesForResidue value)
value
- allowed object is
ListOfExternalNamesForResidue
public ListOfBindingSitesInBlockDiagram getListOfBindingSitesInBlockDiagram()
ListOfBindingSitesInBlockDiagram
public void setListOfBindingSitesInBlockDiagram(ListOfBindingSitesInBlockDiagram value)
value
- allowed object is
ListOfBindingSitesInBlockDiagram
public ListOfEffectSitesInBlockDiagram getListOfEffectSitesInBlockDiagram()
ListOfEffectSitesInBlockDiagram
public void setListOfEffectSitesInBlockDiagram(ListOfEffectSitesInBlockDiagram value)
value
- allowed object is
ListOfEffectSitesInBlockDiagram
public DegradedInBlockDiagram getDegradedInBlockDiagram()
DegradedInBlockDiagram
public void setDegradedInBlockDiagram(DegradedInBlockDiagram value)
value
- allowed object is
DegradedInBlockDiagram
public ListOfInternalOperatorsInBlockDiagram getListOfInternalOperatorsInBlockDiagram()
ListOfInternalOperatorsInBlockDiagram
public void setListOfInternalOperatorsInBlockDiagram(ListOfInternalOperatorsInBlockDiagram value)
value
- allowed object is
ListOfInternalOperatorsInBlockDiagram
public ListOfInternalLinksInBlockDiagram getListOfInternalLinksInBlockDiagram()
ListOfInternalLinksInBlockDiagram
public void setListOfInternalLinksInBlockDiagram(ListOfInternalLinksInBlockDiagram value)
value
- allowed object is
ListOfInternalLinksInBlockDiagram
public String getProtein()
String
Copyright © 2018. All rights reserved.