|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.bind.JAXBContext
cytoscape.generated2.impl.runtime.DefaultJAXBContextImpl
cytoscape.generated2.ObjectFactory
public class ObjectFactory
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 |
---|
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 Description createDescription() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SimpleEdge createSimpleEdge() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic RelationType createRelationType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Graphics createGraphics() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Relation createRelation() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic PublisherType createPublisherType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic CenterType createCenterType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Title createTitle() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Node createNode() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic RdfDescription createRdfDescription() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic RdfRDFType createRdfRDFType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic LineType createLineType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Language createLanguage() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Graph createGraph() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic RightsType createRightsType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic RdfDescriptionType createRdfDescriptionType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Rights createRights() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic GraphicEdge createGraphicEdge() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic AnyType createAnyType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Edge createEdge() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Identifier createIdentifier() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic PointType createPointType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Creator createCreator() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Dcmes createDcmes() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Publisher createPublisher() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SubjectType createSubjectType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic DateType createDateType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Format createFormat() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic ContributorType createContributorType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic DescriptionType createDescriptionType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic GraphicGraph createGraphicGraph() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic FormatType createFormatType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Coverage createCoverage() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic GraphicsType createGraphicsType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SourceType createSourceType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SimpleNode createSimpleNode() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeType createTypeType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic GraphicNode createGraphicNode() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic AttType createAttType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Type createType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TitleType createTitleType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Att createAtt() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Center createCenter() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Subject createSubject() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Source createSource() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic SimpleGraph createSimpleGraph() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Point createPoint() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic CreatorType createCreatorType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Line createLine() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic CoverageType createCoverageType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Contributor createContributor() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic IdentifierType createIdentifierType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic LanguageType createLanguageType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Date createDate() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic RdfRDF createRdfRDF() 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 |