public class Arcgroup 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}glyph" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://sbgn.org/libsbgn/0.3}arc" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="class" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="interaction"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType>
SBGNBase.Extension, SBGNBase.Notes
Modifier and Type | Field and Description |
---|---|
protected List<Arc> |
arc |
protected String |
clazz |
protected List<Glyph> |
glyph |
Constructor and Description |
---|
Arcgroup() |
Modifier and Type | Method and Description |
---|---|
List<Arc> |
getArc()
<?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">
An arcgroup can have multiple arcs.
|
String |
getClazz()
Gets the value of the clazz property.
|
List<Glyph> |
getGlyph()
<?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">
An arcgroup can contain glyphs.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
getExtension, getNotes, setExtension, setNotes
protected String clazz
public List<Glyph> getGlyph()
<?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"> An arcgroup can contain glyphs. For example, in an interaction arcgroup, there must be one interaction glyph. </p>Gets the value of the glyph property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the glyph property.
For example, to add a new item, do as follows:
getGlyph().add(newItem);
Objects of the following type(s) are allowed in the list
Glyph
public List<Arc> getArc()
<?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"> An arcgroup can have multiple arcs. They are all assumed to form a single hyperarc-like structure. </p>Gets the value of the arc property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the arc property.
For example, to add a new item, do as follows:
getArc().add(newItem);
Objects of the following type(s) are allowed in the list
Arc
public String getClazz()
String
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.