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