|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.xml.bind.JAXBContext
cytoscape.generated.impl.runtime.DefaultJAXBContextImpl
cytoscape.generated.ObjectFactory
public class ObjectFactory
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 |
|---|
public static final GrammarInfo grammarInfo
public static final Class version
| Constructor Detail |
|---|
public ObjectFactory()
| Method Detail |
|---|
public Object newInstance(Class javaContentInterface)
throws javax.xml.bind.JAXBException
newInstance in class DefaultJAXBContextImpljavaContentInterface - the Class object of the javacontent interface to instantiate
JAXBException - if an error occurs
public Object getProperty(String name)
throws javax.xml.bind.PropertyException
getProperty in class DefaultJAXBContextImplname - the name of the property to retrieve
PropertyException - when there is an error retrieving the given property or value
public void setProperty(String name,
Object value)
throws javax.xml.bind.PropertyException
setProperty in class DefaultJAXBContextImplvalue - the value of the property to be setname - the name of the property to retrieve
PropertyException - when there is an error processing the given property or value
public SessionStateType createSessionStateType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ViewableNodesType createViewableNodesType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public NodeType createNodeType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SelectedNodesType createSelectedNodesType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public PluginsType createPluginsType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public NetworkType createNetworkType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public PluginType createPluginType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CytopanelType createCytopanelType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SelectedPanel createSelectedPanel()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SelectedPanel createSelectedPanel(String value)
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Edge createEdge()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public NetworkTreeType createNetworkTreeType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Plugin createPlugin()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public HiddenEdges createHiddenEdges()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public PanelsType createPanelsType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Panel createPanel()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public EdgeType createEdgeType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Cytopanel createCytopanel()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public PanelType createPanelType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ChildType createChildType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SessionState createSessionState()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Cytopanels createCytopanels()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public NetworkTree createNetworkTree()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Parent createParent()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Child createChild()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public HiddenEdgesType createHiddenEdgesType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CysessionType createCysessionType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Panels createPanels()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Node createNode()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SelectedEdgesType createSelectedEdgesType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ViewableNodes createViewableNodes()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SessionNote createSessionNote()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SessionNote createSessionNote(String value)
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public HiddenNodesType createHiddenNodesType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SelectedEdges createSelectedEdges()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Plugins createPlugins()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public HiddenNodes createHiddenNodes()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Cysession createCysession()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public Network createNetwork()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public CytopanelsType createCytopanelsType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public ParentType createParentType()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public SelectedNodes createSelectedNodes()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public PanelState createPanelState()
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
public PanelState createPanelState(String value)
throws javax.xml.bind.JAXBException
JAXBException - if an error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||