Package org.cytoscape.property.bookmark
Class Bookmarks
java.lang.Object
org.cytoscape.property.bookmark.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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the category property.Gets the value of the description property.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.
-
Field Details
-
description
-
category
-
version
-
-
Constructor Details
-
Bookmarks
public Bookmarks()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getCategory
Gets the value of the category 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 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
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
BigDecimal
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isBigDecimal
-