cytoscape.generated
Interface PluginType

All Known Subinterfaces:
Plugin
All Known Implementing Classes:
PluginImpl, PluginTypeImpl

public interface PluginType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/cellar/users/mes/cytoscape/schema/cysession.xsd line 30)

 <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>
 


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.
 

Method Detail

getStateLocation

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

Returns:
possible object is String

setStateLocation

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

Parameters:
value - allowed object is String

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String