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