public class Label extends SBGNBase
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://sbgn.org/libsbgn/0.3}SBGNBase">
<sequence>
<element ref="{http://sbgn.org/libsbgn/0.3}bbox" minOccurs="0"/>
</sequence>
<attribute name="text" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
SBGNBase.Extension, SBGNBase.Notes| Modifier and Type | Field and Description |
|---|---|
protected Bbox |
bbox |
protected String |
text |
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
Bbox |
getBbox()
Gets the value of the bbox property.
|
String |
getText()
Gets the value of the text property.
|
void |
setBbox(Bbox value)
Sets the value of the bbox property.
|
void |
setText(String value)
Sets the value of the text property.
|
getExtension, getNotes, setExtension, setNotesCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.