public class InternalLinkInBlockDiagram extends Object
Java class for internalLinkInBlockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="internalLinkInBlockDiagram"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="startingPointInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}startingPointInBlockDiagram"/> <element name="endPointInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}endPointInBlockDiagram"/> </sequence> <attribute name="id" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="activation"/> <enumeration value="absoluteActivation"/> <enumeration value="inhibition"/> <enumeration value="absoluteInhibition"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected EndPointInBlockDiagram |
endPointInBlockDiagram |
protected short |
id |
protected StartingPointInBlockDiagram |
startingPointInBlockDiagram |
protected String |
type |
Constructor and Description |
---|
InternalLinkInBlockDiagram() |
Modifier and Type | Method and Description |
---|---|
EndPointInBlockDiagram |
getEndPointInBlockDiagram()
Gets the value of the endPointInBlockDiagram property.
|
short |
getId()
Gets the value of the id property.
|
StartingPointInBlockDiagram |
getStartingPointInBlockDiagram()
Gets the value of the startingPointInBlockDiagram property.
|
String |
getType()
Gets the value of the type property.
|
void |
setEndPointInBlockDiagram(EndPointInBlockDiagram value)
Sets the value of the endPointInBlockDiagram property.
|
void |
setId(short value)
Sets the value of the id property.
|
void |
setStartingPointInBlockDiagram(StartingPointInBlockDiagram value)
Sets the value of the startingPointInBlockDiagram property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected StartingPointInBlockDiagram startingPointInBlockDiagram
protected EndPointInBlockDiagram endPointInBlockDiagram
protected short id
protected String type
public StartingPointInBlockDiagram getStartingPointInBlockDiagram()
StartingPointInBlockDiagram
public void setStartingPointInBlockDiagram(StartingPointInBlockDiagram value)
value
- allowed object is
StartingPointInBlockDiagram
public EndPointInBlockDiagram getEndPointInBlockDiagram()
EndPointInBlockDiagram
public void setEndPointInBlockDiagram(EndPointInBlockDiagram value)
value
- allowed object is
EndPointInBlockDiagram
public short getId()
public void setId(short value)
public String getType()
String
Copyright © 2018. All rights reserved.