Cytoscape 2.8.0 API

cytoscape.generated
Class Plugin

java.lang.Object
  extended by cytoscape.generated.Plugin

public class Plugin
extends Object

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="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="stateLocation" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  String stateLocation
           
 
Constructor Summary
Plugin()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 String getStateLocation()
          Gets the value of the stateLocation property.
 void setId(String value)
          Sets the value of the id property.
 void setStateLocation(String value)
          Sets the value of the stateLocation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

stateLocation

protected String stateLocation
Constructor Detail

Plugin

public Plugin()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getStateLocation

public String getStateLocation()
Gets the value of the stateLocation property.

Returns:
possible object is String

setStateLocation

public void setStateLocation(String value)
Sets the value of the stateLocation property.

Parameters:
value - allowed object is String

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.