|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.bookmarks.Bookmarks
public class Bookmarks
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}description"/> <element ref="{}category" maxOccurs="unbounded"/> </sequence> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Category> |
category
|
protected String |
description
|
protected BigDecimal |
version
|
Constructor Summary | |
---|---|
Bookmarks()
|
Method Summary | |
---|---|
List<Category> |
getCategory()
Gets the value of the category property. |
String |
getDescription()
Gets the value of the description property. |
BigDecimal |
getVersion()
Gets the value of the version property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setVersion(BigDecimal value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String description
protected List<Category> category
protected BigDecimal version
Constructor Detail |
---|
public Bookmarks()
Method Detail |
---|
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public List<Category> getCategory()
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 category property.
For example, to add a new item, do as follows:
getCategory().add(newItem);
Objects of the following type(s) are allowed in the list
Category
public BigDecimal getVersion()
BigDecimal
public void setVersion(BigDecimal value)
value
- allowed object is
BigDecimal
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |