|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NetworkType
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 74)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}parent"/>
<element ref="{}child" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}selectedNodes" minOccurs="0"/>
<element ref="{}hiddenNodes" minOccurs="0"/>
<element ref="{}selectedEdges" minOccurs="0"/>
<element ref="{}hiddenEdges" minOccurs="0"/>
<element ref="{}viewableNodes" minOccurs="0"/>
</sequence>
<attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="viewAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="visualStyle" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
List |
getChild()
Gets the value of the Child property. |
String |
getFilename()
Gets the value of the filename property. |
HiddenEdgesType |
getHiddenEdges()
Gets the value of the hiddenEdges property. |
HiddenNodesType |
getHiddenNodes()
Gets the value of the hiddenNodes property. |
String |
getId()
Gets the value of the id property. |
ParentType |
getParent()
Gets the value of the parent property. |
SelectedEdgesType |
getSelectedEdges()
Gets the value of the selectedEdges property. |
SelectedNodesType |
getSelectedNodes()
Gets the value of the selectedNodes property. |
ViewableNodesType |
getViewableNodes()
Gets the value of the viewableNodes property. |
String |
getVisualStyle()
Gets the value of the visualStyle property. |
boolean |
isViewAvailable()
Gets the value of the viewAvailable property. |
void |
setFilename(String value)
Sets the value of the filename property. |
void |
setHiddenEdges(HiddenEdgesType value)
Sets the value of the hiddenEdges property. |
void |
setHiddenNodes(HiddenNodesType value)
Sets the value of the hiddenNodes property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setParent(ParentType value)
Sets the value of the parent property. |
void |
setSelectedEdges(SelectedEdgesType value)
Sets the value of the selectedEdges property. |
void |
setSelectedNodes(SelectedNodesType value)
Sets the value of the selectedNodes property. |
void |
setViewableNodes(ViewableNodesType value)
Sets the value of the viewableNodes property. |
void |
setViewAvailable(boolean value)
Sets the value of the viewAvailable property. |
void |
setVisualStyle(String value)
Sets the value of the visualStyle property. |
| Method Detail |
|---|
String getVisualStyle()
Stringvoid setVisualStyle(String value)
value - allowed object is
StringSelectedNodesType getSelectedNodes()
SelectedNodes
SelectedNodesTypevoid setSelectedNodes(SelectedNodesType value)
value - allowed object is
SelectedNodes
SelectedNodesTypeParentType getParent()
Parent
ParentTypevoid setParent(ParentType value)
value - allowed object is
Parent
ParentTypeList getChild()
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 Child property.
For example, to add a new item, do as follows:
getChild().add(newItem);
Objects of the following type(s) are allowed in the list
Child
ChildType
HiddenNodesType getHiddenNodes()
HiddenNodesType
HiddenNodesvoid setHiddenNodes(HiddenNodesType value)
value - allowed object is
HiddenNodesType
HiddenNodesHiddenEdgesType getHiddenEdges()
HiddenEdgesType
HiddenEdgesvoid setHiddenEdges(HiddenEdgesType value)
value - allowed object is
HiddenEdgesType
HiddenEdgesString getFilename()
Stringvoid setFilename(String value)
value - allowed object is
StringViewableNodesType getViewableNodes()
ViewableNodesType
ViewableNodesvoid setViewableNodes(ViewableNodesType value)
value - allowed object is
ViewableNodesType
ViewableNodesboolean isViewAvailable()
void setViewAvailable(boolean value)
String getId()
Stringvoid setId(String value)
value - allowed object is
StringSelectedEdgesType getSelectedEdges()
SelectedEdgesType
SelectedEdgesvoid setSelectedEdges(SelectedEdgesType value)
value - allowed object is
SelectedEdgesType
SelectedEdges
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||