cytoscape.generated2
Class ObjectFactory

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

public class ObjectFactory
extends DefaultJAXBContextImpl

This object contains factory methods for each Java content interface and Java element interface generated in the cytoscape.generated2 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.generated2
 
Method Summary
 AnyType createAnyType()
          Create an instance of AnyType
 Att createAtt()
          Create an instance of Att
 AttType createAttType()
          Create an instance of AttType
 Center createCenter()
          Create an instance of Center
 CenterType createCenterType()
          Create an instance of CenterType
 Contributor createContributor()
          Create an instance of Contributor
 ContributorType createContributorType()
          Create an instance of ContributorType
 Coverage createCoverage()
          Create an instance of Coverage
 CoverageType createCoverageType()
          Create an instance of CoverageType
 Creator createCreator()
          Create an instance of Creator
 CreatorType createCreatorType()
          Create an instance of CreatorType
 Date createDate()
          Create an instance of Date
 DateType createDateType()
          Create an instance of DateType
 Dcmes createDcmes()
          Create an instance of Dcmes
 Description createDescription()
          Create an instance of Description
 DescriptionType createDescriptionType()
          Create an instance of DescriptionType
 Edge createEdge()
          Create an instance of Edge
 Format createFormat()
          Create an instance of Format
 FormatType createFormatType()
          Create an instance of FormatType
 Graph createGraph()
          Create an instance of Graph
 GraphicEdge createGraphicEdge()
          Create an instance of GraphicEdge
 GraphicGraph createGraphicGraph()
          Create an instance of GraphicGraph
 GraphicNode createGraphicNode()
          Create an instance of GraphicNode
 Graphics createGraphics()
          Create an instance of Graphics
 GraphicsType createGraphicsType()
          Create an instance of GraphicsType
 Identifier createIdentifier()
          Create an instance of Identifier
 IdentifierType createIdentifierType()
          Create an instance of IdentifierType
 Language createLanguage()
          Create an instance of Language
 LanguageType createLanguageType()
          Create an instance of LanguageType
 Line createLine()
          Create an instance of Line
 LineType createLineType()
          Create an instance of LineType
 Node createNode()
          Create an instance of Node
 Point createPoint()
          Create an instance of Point
 PointType createPointType()
          Create an instance of PointType
 Publisher createPublisher()
          Create an instance of Publisher
 PublisherType createPublisherType()
          Create an instance of PublisherType
 RdfDescription createRdfDescription()
          Create an instance of RdfDescription
 RdfDescriptionType createRdfDescriptionType()
          Create an instance of RdfDescriptionType
 RdfRDF createRdfRDF()
          Create an instance of RdfRDF
 RdfRDFType createRdfRDFType()
          Create an instance of RdfRDFType
 Relation createRelation()
          Create an instance of Relation
 RelationType createRelationType()
          Create an instance of RelationType
 Rights createRights()
          Create an instance of Rights
 RightsType createRightsType()
          Create an instance of RightsType
 SimpleEdge createSimpleEdge()
          Create an instance of SimpleEdge
 SimpleGraph createSimpleGraph()
          Create an instance of SimpleGraph
 SimpleNode createSimpleNode()
          Create an instance of SimpleNode
 Source createSource()
          Create an instance of Source
 SourceType createSourceType()
          Create an instance of SourceType
 Subject createSubject()
          Create an instance of Subject
 SubjectType createSubjectType()
          Create an instance of SubjectType
 Title createTitle()
          Create an instance of Title
 TitleType createTitleType()
          Create an instance of TitleType
 Type createType()
          Create an instance of Type
 TypeType createTypeType()
          Create an instance of TypeType
 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.generated2.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.generated2

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

createDescription

public Description createDescription()
                              throws javax.xml.bind.JAXBException
Create an instance of Description

Throws:
JAXBException - if an error occurs

createSimpleEdge

public SimpleEdge createSimpleEdge()
                            throws javax.xml.bind.JAXBException
Create an instance of SimpleEdge

Throws:
JAXBException - if an error occurs

createRelationType

public RelationType createRelationType()
                                throws javax.xml.bind.JAXBException
Create an instance of RelationType

Throws:
JAXBException - if an error occurs

createGraphics

public Graphics createGraphics()
                        throws javax.xml.bind.JAXBException
Create an instance of Graphics

Throws:
JAXBException - if an error occurs

createRelation

public Relation createRelation()
                        throws javax.xml.bind.JAXBException
Create an instance of Relation

Throws:
JAXBException - if an error occurs

createPublisherType

public PublisherType createPublisherType()
                                  throws javax.xml.bind.JAXBException
Create an instance of PublisherType

Throws:
JAXBException - if an error occurs

createCenterType

public CenterType createCenterType()
                            throws javax.xml.bind.JAXBException
Create an instance of CenterType

Throws:
JAXBException - if an error occurs

createTitle

public Title createTitle()
                  throws javax.xml.bind.JAXBException
Create an instance of Title

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

createRdfDescription

public RdfDescription createRdfDescription()
                                    throws javax.xml.bind.JAXBException
Create an instance of RdfDescription

Throws:
JAXBException - if an error occurs

createRdfRDFType

public RdfRDFType createRdfRDFType()
                            throws javax.xml.bind.JAXBException
Create an instance of RdfRDFType

Throws:
JAXBException - if an error occurs

createLineType

public LineType createLineType()
                        throws javax.xml.bind.JAXBException
Create an instance of LineType

Throws:
JAXBException - if an error occurs

createLanguage

public Language createLanguage()
                        throws javax.xml.bind.JAXBException
Create an instance of Language

Throws:
JAXBException - if an error occurs

createGraph

public Graph createGraph()
                  throws javax.xml.bind.JAXBException
Create an instance of Graph

Throws:
JAXBException - if an error occurs

createRightsType

public RightsType createRightsType()
                            throws javax.xml.bind.JAXBException
Create an instance of RightsType

Throws:
JAXBException - if an error occurs

createRdfDescriptionType

public RdfDescriptionType createRdfDescriptionType()
                                            throws javax.xml.bind.JAXBException
Create an instance of RdfDescriptionType

Throws:
JAXBException - if an error occurs

createRights

public Rights createRights()
                    throws javax.xml.bind.JAXBException
Create an instance of Rights

Throws:
JAXBException - if an error occurs

createGraphicEdge

public GraphicEdge createGraphicEdge()
                              throws javax.xml.bind.JAXBException
Create an instance of GraphicEdge

Throws:
JAXBException - if an error occurs

createAnyType

public AnyType createAnyType()
                      throws javax.xml.bind.JAXBException
Create an instance of AnyType

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

createIdentifier

public Identifier createIdentifier()
                            throws javax.xml.bind.JAXBException
Create an instance of Identifier

Throws:
JAXBException - if an error occurs

createPointType

public PointType createPointType()
                          throws javax.xml.bind.JAXBException
Create an instance of PointType

Throws:
JAXBException - if an error occurs

createCreator

public Creator createCreator()
                      throws javax.xml.bind.JAXBException
Create an instance of Creator

Throws:
JAXBException - if an error occurs

createDcmes

public Dcmes createDcmes()
                  throws javax.xml.bind.JAXBException
Create an instance of Dcmes

Throws:
JAXBException - if an error occurs

createPublisher

public Publisher createPublisher()
                          throws javax.xml.bind.JAXBException
Create an instance of Publisher

Throws:
JAXBException - if an error occurs

createSubjectType

public SubjectType createSubjectType()
                              throws javax.xml.bind.JAXBException
Create an instance of SubjectType

Throws:
JAXBException - if an error occurs

createDateType

public DateType createDateType()
                        throws javax.xml.bind.JAXBException
Create an instance of DateType

Throws:
JAXBException - if an error occurs

createFormat

public Format createFormat()
                    throws javax.xml.bind.JAXBException
Create an instance of Format

Throws:
JAXBException - if an error occurs

createContributorType

public ContributorType createContributorType()
                                      throws javax.xml.bind.JAXBException
Create an instance of ContributorType

Throws:
JAXBException - if an error occurs

createDescriptionType

public DescriptionType createDescriptionType()
                                      throws javax.xml.bind.JAXBException
Create an instance of DescriptionType

Throws:
JAXBException - if an error occurs

createGraphicGraph

public GraphicGraph createGraphicGraph()
                                throws javax.xml.bind.JAXBException
Create an instance of GraphicGraph

Throws:
JAXBException - if an error occurs

createFormatType

public FormatType createFormatType()
                            throws javax.xml.bind.JAXBException
Create an instance of FormatType

Throws:
JAXBException - if an error occurs

createCoverage

public Coverage createCoverage()
                        throws javax.xml.bind.JAXBException
Create an instance of Coverage

Throws:
JAXBException - if an error occurs

createGraphicsType

public GraphicsType createGraphicsType()
                                throws javax.xml.bind.JAXBException
Create an instance of GraphicsType

Throws:
JAXBException - if an error occurs

createSourceType

public SourceType createSourceType()
                            throws javax.xml.bind.JAXBException
Create an instance of SourceType

Throws:
JAXBException - if an error occurs

createSimpleNode

public SimpleNode createSimpleNode()
                            throws javax.xml.bind.JAXBException
Create an instance of SimpleNode

Throws:
JAXBException - if an error occurs

createTypeType

public TypeType createTypeType()
                        throws javax.xml.bind.JAXBException
Create an instance of TypeType

Throws:
JAXBException - if an error occurs

createGraphicNode

public GraphicNode createGraphicNode()
                              throws javax.xml.bind.JAXBException
Create an instance of GraphicNode

Throws:
JAXBException - if an error occurs

createAttType

public AttType createAttType()
                      throws javax.xml.bind.JAXBException
Create an instance of AttType

Throws:
JAXBException - if an error occurs

createType

public Type createType()
                throws javax.xml.bind.JAXBException
Create an instance of Type

Throws:
JAXBException - if an error occurs

createTitleType

public TitleType createTitleType()
                          throws javax.xml.bind.JAXBException
Create an instance of TitleType

Throws:
JAXBException - if an error occurs

createAtt

public Att createAtt()
              throws javax.xml.bind.JAXBException
Create an instance of Att

Throws:
JAXBException - if an error occurs

createCenter

public Center createCenter()
                    throws javax.xml.bind.JAXBException
Create an instance of Center

Throws:
JAXBException - if an error occurs

createSubject

public Subject createSubject()
                      throws javax.xml.bind.JAXBException
Create an instance of Subject

Throws:
JAXBException - if an error occurs

createSource

public Source createSource()
                    throws javax.xml.bind.JAXBException
Create an instance of Source

Throws:
JAXBException - if an error occurs

createSimpleGraph

public SimpleGraph createSimpleGraph()
                              throws javax.xml.bind.JAXBException
Create an instance of SimpleGraph

Throws:
JAXBException - if an error occurs

createPoint

public Point createPoint()
                  throws javax.xml.bind.JAXBException
Create an instance of Point

Throws:
JAXBException - if an error occurs

createCreatorType

public CreatorType createCreatorType()
                              throws javax.xml.bind.JAXBException
Create an instance of CreatorType

Throws:
JAXBException - if an error occurs

createLine

public Line createLine()
                throws javax.xml.bind.JAXBException
Create an instance of Line

Throws:
JAXBException - if an error occurs

createCoverageType

public CoverageType createCoverageType()
                                throws javax.xml.bind.JAXBException
Create an instance of CoverageType

Throws:
JAXBException - if an error occurs

createContributor

public Contributor createContributor()
                              throws javax.xml.bind.JAXBException
Create an instance of Contributor

Throws:
JAXBException - if an error occurs

createIdentifierType

public IdentifierType createIdentifierType()
                                    throws javax.xml.bind.JAXBException
Create an instance of IdentifierType

Throws:
JAXBException - if an error occurs

createLanguageType

public LanguageType createLanguageType()
                                throws javax.xml.bind.JAXBException
Create an instance of LanguageType

Throws:
JAXBException - if an error occurs

createDate

public Date createDate()
                throws javax.xml.bind.JAXBException
Create an instance of Date

Throws:
JAXBException - if an error occurs

createRdfRDF

public RdfRDF createRdfRDF()
                    throws javax.xml.bind.JAXBException
Create an instance of RdfRDF

Throws:
JAXBException - if an error occurs