Package org.cytoscape.property.bookmark
Class Attribute
java.lang.Object
org.cytoscape.property.bookmark.Attribute
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"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the content property.getName()
Gets the value of the name property.void
setContent
(String value) Sets the value of the content property.void
Sets the value of the name property.
-
Field Details
-
-
name
-
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
getContent
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-