public abstract class SBGNBase extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://sbgn.org/libsbgn/0.3" xmlns:sbgn="http://sbgn.org/libsbgn/0.3" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The SBGNBase type is the base type of all main components in SBGN.
It supports attaching notes and extensions to components, with
metadata and annotations encoded in the extension element.
</p>
Java class for SBGNBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SBGNBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="notes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' namespace='http://www.w3.org/1999/xhtml' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="extension" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SBGNBase.Extension
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://sbgn.org/libsbgn/0.3" xmlns:sbgn="http://sbgn.org/libsbgn/0.3" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The extension element stores extension information like
render information, metadata or annotations.
|
static class |
SBGNBase.Notes
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://sbgn.org/libsbgn/0.3" xmlns:sbgn="http://sbgn.org/libsbgn/0.3" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The notes element stores notes.
|
| Modifier and Type | Field and Description |
|---|---|
protected SBGNBase.Extension |
extension |
protected SBGNBase.Notes |
notes |
| Constructor and Description |
|---|
SBGNBase() |
| Modifier and Type | Method and Description |
|---|---|
SBGNBase.Extension |
getExtension()
Gets the value of the extension property.
|
SBGNBase.Notes |
getNotes()
Gets the value of the notes property.
|
void |
setExtension(SBGNBase.Extension value)
Sets the value of the extension property.
|
void |
setNotes(SBGNBase.Notes value)
Sets the value of the notes property.
|
protected SBGNBase.Notes notes
protected SBGNBase.Extension extension
public SBGNBase.Notes getNotes()
SBGNBase.Notespublic void setNotes(SBGNBase.Notes value)
value - allowed object is
SBGNBase.Notespublic SBGNBase.Extension getExtension()
SBGNBase.Extensionpublic void setExtension(SBGNBase.Extension value)
value - allowed object is
SBGNBase.ExtensionCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.