|
|||||||||
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()
String
void setVisualStyle(String value)
value
- allowed object is
String
SelectedNodesType getSelectedNodes()
SelectedNodes
SelectedNodesType
void setSelectedNodes(SelectedNodesType value)
value
- allowed object is
SelectedNodes
SelectedNodesType
ParentType getParent()
Parent
ParentType
void setParent(ParentType value)
value
- allowed object is
Parent
ParentType
List 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
HiddenNodes
void setHiddenNodes(HiddenNodesType value)
value
- allowed object is
HiddenNodesType
HiddenNodes
HiddenEdgesType getHiddenEdges()
HiddenEdgesType
HiddenEdges
void setHiddenEdges(HiddenEdgesType value)
value
- allowed object is
HiddenEdgesType
HiddenEdges
String getFilename()
String
void setFilename(String value)
value
- allowed object is
String
ViewableNodesType getViewableNodes()
ViewableNodesType
ViewableNodes
void setViewableNodes(ViewableNodesType value)
value
- allowed object is
ViewableNodesType
ViewableNodes
boolean isViewAvailable()
void setViewAvailable(boolean value)
String getId()
String
void setId(String value)
value
- allowed object is
String
SelectedEdgesType getSelectedEdges()
SelectedEdgesType
SelectedEdges
void 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 |