cytoscape.generated
Class ObjectFactory

java.lang.Object
  extended by javax.xml.bind.JAXBContext
      extended by cytoscape.generated.impl.runtime.DefaultJAXBContextImpl
          extended by cytoscape.generated.ObjectFactory

public class ObjectFactory
extends DefaultJAXBContextImpl

This object contains factory methods for each Java content interface and Java element interface generated in the cytoscape.generated package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Field Summary
static GrammarInfo grammarInfo
           
static Class version
           
 
Fields inherited from class javax.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY
 
Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: cytoscape.generated
 
Method Summary
 Child createChild()
          Create an instance of Child
 ChildType createChildType()
          Create an instance of ChildType
 Cysession createCysession()
          Create an instance of Cysession
 CysessionType createCysessionType()
          Create an instance of CysessionType
 Cytopanel createCytopanel()
          Create an instance of Cytopanel
 Cytopanels createCytopanels()
          Create an instance of Cytopanels
 CytopanelsType createCytopanelsType()
          Create an instance of CytopanelsType
 CytopanelType createCytopanelType()
          Create an instance of CytopanelType
 Edge createEdge()
          Create an instance of Edge
 EdgeType createEdgeType()
          Create an instance of EdgeType
 HiddenEdges createHiddenEdges()
          Create an instance of HiddenEdges
 HiddenEdgesType createHiddenEdgesType()
          Create an instance of HiddenEdgesType
 HiddenNodes createHiddenNodes()
          Create an instance of HiddenNodes
 HiddenNodesType createHiddenNodesType()
          Create an instance of HiddenNodesType
 Network createNetwork()
          Create an instance of Network
 NetworkTree createNetworkTree()
          Create an instance of NetworkTree
 NetworkTreeType createNetworkTreeType()
          Create an instance of NetworkTreeType
 NetworkType createNetworkType()
          Create an instance of NetworkType
 Node createNode()
          Create an instance of Node
 NodeType createNodeType()
          Create an instance of NodeType
 Panel createPanel()
          Create an instance of Panel
 Panels createPanels()
          Create an instance of Panels
 PanelState createPanelState()
          Create an instance of PanelState
 PanelState createPanelState(String value)
          Create an instance of PanelState
 PanelsType createPanelsType()
          Create an instance of PanelsType
 PanelType createPanelType()
          Create an instance of PanelType
 Parent createParent()
          Create an instance of Parent
 ParentType createParentType()
          Create an instance of ParentType
 Plugin createPlugin()
          Create an instance of Plugin
 Plugins createPlugins()
          Create an instance of Plugins
 PluginsType createPluginsType()
          Create an instance of PluginsType
 PluginType createPluginType()
          Create an instance of PluginType
 SelectedEdges createSelectedEdges()
          Create an instance of SelectedEdges
 SelectedEdgesType createSelectedEdgesType()
          Create an instance of SelectedEdgesType
 SelectedNodes createSelectedNodes()
          Create an instance of SelectedNodes
 SelectedNodesType createSelectedNodesType()
          Create an instance of SelectedNodesType
 SelectedPanel createSelectedPanel()
          Create an instance of SelectedPanel
 SelectedPanel createSelectedPanel(String value)
          Create an instance of SelectedPanel
 SessionNote createSessionNote()
          Create an instance of SessionNote
 SessionNote createSessionNote(String value)
          Create an instance of SessionNote
 SessionState createSessionState()
          Create an instance of SessionState
 SessionStateType createSessionStateType()
          Create an instance of SessionStateType
 ViewableNodes createViewableNodes()
          Create an instance of ViewableNodes
 ViewableNodesType createViewableNodesType()
          Create an instance of ViewableNodesType
 Object getProperty(String name)
          Get the specified property.
 Object newInstance(Class javaContentInterface)
          Create an instance of the specified Java content interface.
 void setProperty(String name, Object value)
          Set the specified property.
 
Methods inherited from class cytoscape.generated.impl.runtime.DefaultJAXBContextImpl
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
 
Methods inherited from class javax.xml.bind.JAXBContext
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grammarInfo

public static final GrammarInfo grammarInfo

version

public static final Class version
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: cytoscape.generated

Method Detail

newInstance

public Object newInstance(Class javaContentInterface)
                   throws javax.xml.bind.JAXBException
Create an instance of the specified Java content interface.

Overrides:
newInstance in class DefaultJAXBContextImpl
Parameters:
javaContentInterface - the Class object of the javacontent interface to instantiate
Returns:
a new instance
Throws:
JAXBException - if an error occurs

getProperty

public Object getProperty(String name)
                   throws javax.xml.bind.PropertyException
Get the specified property. This method can only be used to get provider specific properties. Attempting to get an undefined property will result in a PropertyException being thrown.

Overrides:
getProperty in class DefaultJAXBContextImpl
Parameters:
name - the name of the property to retrieve
Returns:
the value of the requested property
Throws:
PropertyException - when there is an error retrieving the given property or value

setProperty

public void setProperty(String name,
                        Object value)
                 throws javax.xml.bind.PropertyException
Set the specified property. This method can only be used to set provider specific properties. Attempting to set an undefined property will result in a PropertyException being thrown.

Overrides:
setProperty in class DefaultJAXBContextImpl
Parameters:
value - the value of the property to be set
name - the name of the property to retrieve
Throws:
PropertyException - when there is an error processing the given property or value

createSessionStateType

public SessionStateType createSessionStateType()
                                        throws javax.xml.bind.JAXBException
Create an instance of SessionStateType

Throws:
JAXBException - if an error occurs

createViewableNodesType

public ViewableNodesType createViewableNodesType()
                                          throws javax.xml.bind.JAXBException
Create an instance of ViewableNodesType

Throws:
JAXBException - if an error occurs

createNodeType

public NodeType createNodeType()
                        throws javax.xml.bind.JAXBException
Create an instance of NodeType

Throws:
JAXBException - if an error occurs

createSelectedNodesType

public SelectedNodesType createSelectedNodesType()
                                          throws javax.xml.bind.JAXBException
Create an instance of SelectedNodesType

Throws:
JAXBException - if an error occurs

createPluginsType

public PluginsType createPluginsType()
                              throws javax.xml.bind.JAXBException
Create an instance of PluginsType

Throws:
JAXBException - if an error occurs

createNetworkType

public NetworkType createNetworkType()
                              throws javax.xml.bind.JAXBException
Create an instance of NetworkType

Throws:
JAXBException - if an error occurs

createPluginType

public PluginType createPluginType()
                            throws javax.xml.bind.JAXBException
Create an instance of PluginType

Throws:
JAXBException - if an error occurs

createCytopanelType

public CytopanelType createCytopanelType()
                                  throws javax.xml.bind.JAXBException
Create an instance of CytopanelType

Throws:
JAXBException - if an error occurs

createSelectedPanel

public SelectedPanel createSelectedPanel()
                                  throws javax.xml.bind.JAXBException
Create an instance of SelectedPanel

Throws:
JAXBException - if an error occurs

createSelectedPanel

public SelectedPanel createSelectedPanel(String value)
                                  throws javax.xml.bind.JAXBException
Create an instance of SelectedPanel

Throws:
JAXBException - if an error occurs

createEdge

public Edge createEdge()
                throws javax.xml.bind.JAXBException
Create an instance of Edge

Throws:
JAXBException - if an error occurs

createNetworkTreeType

public NetworkTreeType createNetworkTreeType()
                                      throws javax.xml.bind.JAXBException
Create an instance of NetworkTreeType

Throws:
JAXBException - if an error occurs

createPlugin

public Plugin createPlugin()
                    throws javax.xml.bind.JAXBException
Create an instance of Plugin

Throws:
JAXBException - if an error occurs

createHiddenEdges

public HiddenEdges createHiddenEdges()
                              throws javax.xml.bind.JAXBException
Create an instance of HiddenEdges

Throws:
JAXBException - if an error occurs

createPanelsType

public PanelsType createPanelsType()
                            throws javax.xml.bind.JAXBException
Create an instance of PanelsType

Throws:
JAXBException - if an error occurs

createPanel

public Panel createPanel()
                  throws javax.xml.bind.JAXBException
Create an instance of Panel

Throws:
JAXBException - if an error occurs

createEdgeType

public EdgeType createEdgeType()
                        throws javax.xml.bind.JAXBException
Create an instance of EdgeType

Throws:
JAXBException - if an error occurs

createCytopanel

public Cytopanel createCytopanel()
                          throws javax.xml.bind.JAXBException
Create an instance of Cytopanel

Throws:
JAXBException - if an error occurs

createPanelType

public PanelType createPanelType()
                          throws javax.xml.bind.JAXBException
Create an instance of PanelType

Throws:
JAXBException - if an error occurs

createChildType

public ChildType createChildType()
                          throws javax.xml.bind.JAXBException
Create an instance of ChildType

Throws:
JAXBException - if an error occurs

createSessionState

public SessionState createSessionState()
                                throws javax.xml.bind.JAXBException
Create an instance of SessionState

Throws:
JAXBException - if an error occurs

createCytopanels

public Cytopanels createCytopanels()
                            throws javax.xml.bind.JAXBException
Create an instance of Cytopanels

Throws:
JAXBException - if an error occurs

createNetworkTree

public NetworkTree createNetworkTree()
                              throws javax.xml.bind.JAXBException
Create an instance of NetworkTree

Throws:
JAXBException - if an error occurs

createParent

public Parent createParent()
                    throws javax.xml.bind.JAXBException
Create an instance of Parent

Throws:
JAXBException - if an error occurs

createChild

public Child createChild()
                  throws javax.xml.bind.JAXBException
Create an instance of Child

Throws:
JAXBException - if an error occurs

createHiddenEdgesType

public HiddenEdgesType createHiddenEdgesType()
                                      throws javax.xml.bind.JAXBException
Create an instance of HiddenEdgesType

Throws:
JAXBException - if an error occurs

createCysessionType

public CysessionType createCysessionType()
                                  throws javax.xml.bind.JAXBException
Create an instance of CysessionType

Throws:
JAXBException - if an error occurs

createPanels

public Panels createPanels()
                    throws javax.xml.bind.JAXBException
Create an instance of Panels

Throws:
JAXBException - if an error occurs

createNode

public Node createNode()
                throws javax.xml.bind.JAXBException
Create an instance of Node

Throws:
JAXBException - if an error occurs

createSelectedEdgesType

public SelectedEdgesType createSelectedEdgesType()
                                          throws javax.xml.bind.JAXBException
Create an instance of SelectedEdgesType

Throws:
JAXBException - if an error occurs

createViewableNodes

public ViewableNodes createViewableNodes()
                                  throws javax.xml.bind.JAXBException
Create an instance of ViewableNodes

Throws:
JAXBException - if an error occurs

createSessionNote

public SessionNote createSessionNote()
                              throws javax.xml.bind.JAXBException
Create an instance of SessionNote

Throws:
JAXBException - if an error occurs

createSessionNote

public SessionNote createSessionNote(String value)
                              throws javax.xml.bind.JAXBException
Create an instance of SessionNote

Throws:
JAXBException - if an error occurs

createHiddenNodesType

public HiddenNodesType createHiddenNodesType()
                                      throws javax.xml.bind.JAXBException
Create an instance of HiddenNodesType

Throws:
JAXBException - if an error occurs

createSelectedEdges

public SelectedEdges createSelectedEdges()
                                  throws javax.xml.bind.JAXBException
Create an instance of SelectedEdges

Throws:
JAXBException - if an error occurs

createPlugins

public Plugins createPlugins()
                      throws javax.xml.bind.JAXBException
Create an instance of Plugins

Throws:
JAXBException - if an error occurs

createHiddenNodes

public HiddenNodes createHiddenNodes()
                              throws javax.xml.bind.JAXBException
Create an instance of HiddenNodes

Throws:
JAXBException - if an error occurs

createCysession

public Cysession createCysession()
                          throws javax.xml.bind.JAXBException
Create an instance of Cysession

Throws:
JAXBException - if an error occurs

createNetwork

public Network createNetwork()
                      throws javax.xml.bind.JAXBException
Create an instance of Network

Throws:
JAXBException - if an error occurs

createCytopanelsType

public CytopanelsType createCytopanelsType()
                                    throws javax.xml.bind.JAXBException
Create an instance of CytopanelsType

Throws:
JAXBException - if an error occurs

createParentType

public ParentType createParentType()
                            throws javax.xml.bind.JAXBException
Create an instance of ParentType

Throws:
JAXBException - if an error occurs

createSelectedNodes

public SelectedNodes createSelectedNodes()
                                  throws javax.xml.bind.JAXBException
Create an instance of SelectedNodes

Throws:
JAXBException - if an error occurs

createPanelState

public PanelState createPanelState()
                            throws javax.xml.bind.JAXBException
Create an instance of PanelState

Throws:
JAXBException - if an error occurs

createPanelState

public PanelState createPanelState(String value)
                            throws javax.xml.bind.JAXBException
Create an instance of PanelState

Throws:
JAXBException - if an error occurs