public class Map 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"/>
<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"/>
<element ref="{http://sbgn.org/libsbgn/0.3}arcgroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyURI">
<enumeration value="http://identifiers.org/combine.specifications/sbgn.pd.level-1.version-1.3"/>
<enumeration value="http://identifiers.org/combine.specifications/sbgn.pd.level-1.version-1.2"/>
<enumeration value="http://identifiers.org/combine.specifications/sbgn.pd.level-1.version-1.1"/>
<enumeration value="http://identifiers.org/combine.specifications/sbgn.pd.level-1.version-1.0"/>
<enumeration value="http://identifiers.org/combine.specifications/sbgn.pd.level-1.version-1"/>
<enumeration value="http://identifiers.org/combine.specifications/sbgn.er.level-1.version-2"/>
<enumeration value="http://identifiers.org/combine.specifications/sbgn.er.level-1.version-1.2"/>
<enumeration value="http://identifiers.org/combine.specifications/sbgn.er.level-1.version-1.1"/>
<enumeration value="http://identifiers.org/combine.specifications/sbgn.er.level-1.version-1.0"/>
<enumeration value="http://identifiers.org/combine.specifications/sbgn.er.level-1.version-1"/>
<enumeration value="http://identifiers.org/combine.specifications/sbgn.af.level-1.version-1.2"/>
<enumeration value="http://identifiers.org/combine.specifications/sbgn.af.level-1.version-1.0"/>
<enumeration value="http://identifiers.org/combine.specifications/sbgn.af.level-1.version-1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="language">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="entity relationship"/>
<enumeration value="process description"/>
<enumeration value="activity flow"/>
</restriction>
</simpleType>
</attribute>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</complexContent>
</complexType>
SBGNBase.Extension, SBGNBase.Notes| Modifier and Type | Field and Description |
|---|---|
protected List<Arc> |
arc |
protected List<Arcgroup> |
arcgroup |
protected Bbox |
bbox |
protected List<Glyph> |
glyph |
protected String |
id |
protected String |
language |
protected String |
version |
| Constructor and Description |
|---|
Map() |
| Modifier and Type | Method and Description |
|---|---|
List<Arc> |
getArc()
Gets the value of the arc property.
|
List<Arcgroup> |
getArcgroup()
Gets the value of the arcgroup property.
|
Bbox |
getBbox()
<?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 bbox element on a map is not mandatory, it allows the
application to define a canvas, and at the same time
define a whitespace margin around the glyphs.
|
List<Glyph> |
getGlyph()
Gets the value of the glyph property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setBbox(Bbox value)
Sets the value of the bbox property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getExtension, getNotes, setExtension, setNotesprotected Bbox bbox
protected String version
protected String language
protected String id
public Bbox getBbox()
<?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 bbox element on a map is not mandatory, it allows the
application to define a canvas, and at the same time
define a whitespace margin around the glyphs.
</p>
<?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">
If a bbox is defined on a map, all glyphs and arcs must be
inside this bbox, otherwise they could be
clipped off by applications.
</p>
Bboxpublic void setBbox(Bbox value)
value - allowed object is
Bboxpublic List<Glyph> getGlyph()
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()
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 List<Arcgroup> getArcgroup()
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 arcgroup property.
For example, to add a new item, do as follows:
getArcgroup().add(newItem);
Objects of the following type(s) are allowed in the list
Arcgroup
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
StringCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.