cz.cuni.mff.procasor.core
Class ObjectFactory

java.lang.Object
  extended byjavax.xml.bind.JAXBContext
      extended bycz.cuni.mff.procasor.core.impl.runtime.DefaultJAXBContextImpl
          extended bycz.cuni.mff.procasor.core.ObjectFactory

public class ObjectFactory
extends cz.cuni.mff.procasor.core.impl.runtime.DefaultJAXBContextImpl

This object contains factory methods for each Java content interface and Java element interface generated in the cz.cuni.mff.procasor.core 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 cz.cuni.mff.procasor.core.impl.runtime.GrammarInfo grammarInfo
           
static java.lang.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: cz.cuni.mff.procasor.core
 
Method Summary
 Actor createActor()
          Create an instance of Actor
 BranchStep createBranchStep()
          Create an instance of BranchStep
 ConceptualObject createConceptualObject()
          Create an instance of ConceptualObject
 Entity createEntity()
          Create an instance of Entity
 ProCase createProCase()
          Create an instance of ProCase
 Project createProject()
          Create an instance of Project
 Semantics createSemantics()
          Create an instance of Semantics
 Sentence createSentence()
          Create an instance of Sentence
 TypeActor createTypeActor()
          Create an instance of TypeActor
 TypeBranchStep createTypeBranchStep()
          Create an instance of TypeBranchStep
 TypeConceptualObject createTypeConceptualObject()
          Create an instance of TypeConceptualObject
 TypeEntity createTypeEntity()
          Create an instance of TypeEntity
 TypeEntity.EntityModelsType createTypeEntityEntityModelsType()
          Create an instance of TypeEntityEntityModelsType
 TypeProCase createTypeProCase()
          Create an instance of TypeProCase
 TypeProject createTypeProject()
          Create an instance of TypeProject
 TypeProject.ProjectConceptualObjectType createTypeProjectProjectConceptualObjectType()
          Create an instance of TypeProjectProjectConceptualObjectType
 TypeProject.ProjectEntityType createTypeProjectProjectEntityType()
          Create an instance of TypeProjectProjectEntityType
 TypeSemantics createTypeSemantics()
          Create an instance of TypeSemantics
 TypeSemantics.SemanticsWordsType createTypeSemanticsSemanticsWordsType()
          Create an instance of TypeSemanticsSemanticsWordsType
 TypeSentence createTypeSentence()
          Create an instance of TypeSentence
 TypeSentence.SentenceGeneratedSemanticsType createTypeSentenceSentenceGeneratedSemanticsType()
          Create an instance of TypeSentenceSentenceGeneratedSemanticsType
 TypeSentence.SentenceManualSemanticsType createTypeSentenceSentenceManualSemanticsType()
          Create an instance of TypeSentenceSentenceManualSemanticsType
 TypeUseCase createTypeUseCase()
          Create an instance of TypeUseCase
 TypeUseCaseModel createTypeUseCaseModel()
          Create an instance of TypeUseCaseModel
 TypeUseCaseModel.UseCaseModelUseCasesType createTypeUseCaseModelUseCaseModelUseCasesType()
          Create an instance of TypeUseCaseModelUseCaseModelUseCasesType
 TypeUseCaseStep createTypeUseCaseStep()
          Create an instance of TypeUseCaseStep
 TypeUseCase.UseCaseActorType createTypeUseCaseUseCaseActorType()
          Create an instance of TypeUseCaseUseCaseActorType
 TypeUseCase.UseCaseBranchStepsType createTypeUseCaseUseCaseBranchStepsType()
          Create an instance of TypeUseCaseUseCaseBranchStepsType
 TypeUseCase.UseCaseProCaseType createTypeUseCaseUseCaseProCaseType()
          Create an instance of TypeUseCaseUseCaseProCaseType
 TypeUseCase.UseCaseUseCaseStepsType createTypeUseCaseUseCaseUseCaseStepsType()
          Create an instance of TypeUseCaseUseCaseUseCaseStepsType
 TypeWord createTypeWord()
          Create an instance of TypeWord
 UseCase createUseCase()
          Create an instance of UseCase
 UseCaseModel createUseCaseModel()
          Create an instance of UseCaseModel
 UseCaseStep createUseCaseStep()
          Create an instance of UseCaseStep
 Word createWord()
          Create an instance of Word
 java.lang.Object getProperty(java.lang.String name)
          Get the specified property.
 java.lang.Object newInstance(java.lang.Class javaContentInterface)
          Create an instance of the specified Java content interface.
 void setProperty(java.lang.String name, java.lang.Object value)
          Set the specified property.
 
Methods inherited from class cz.cuni.mff.procasor.core.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 cz.cuni.mff.procasor.core.impl.runtime.GrammarInfo grammarInfo

version

public static final java.lang.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: cz.cuni.mff.procasor.core

Method Detail

newInstance

public java.lang.Object newInstance(java.lang.Class javaContentInterface)
                             throws javax.xml.bind.JAXBException
Create an instance of the specified Java content interface.

Parameters:
javaContentInterface - the Class object of the javacontent interface to instantiate
Returns:
a new instance
Throws:
JAXBException - if an error occurs

getProperty

public java.lang.Object getProperty(java.lang.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.

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(java.lang.String name,
                        java.lang.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.

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

createTypeUseCaseModelUseCaseModelUseCasesType

public TypeUseCaseModel.UseCaseModelUseCasesType createTypeUseCaseModelUseCaseModelUseCasesType()
                                                                                         throws javax.xml.bind.JAXBException
Create an instance of TypeUseCaseModelUseCaseModelUseCasesType

Throws:
JAXBException - if an error occurs

createTypeProjectProjectConceptualObjectType

public TypeProject.ProjectConceptualObjectType createTypeProjectProjectConceptualObjectType()
                                                                                     throws javax.xml.bind.JAXBException
Create an instance of TypeProjectProjectConceptualObjectType

Throws:
JAXBException - if an error occurs

createTypeUseCaseModel

public TypeUseCaseModel createTypeUseCaseModel()
                                        throws javax.xml.bind.JAXBException
Create an instance of TypeUseCaseModel

Throws:
JAXBException - if an error occurs

createProject

public Project createProject()
                      throws javax.xml.bind.JAXBException
Create an instance of Project

Throws:
JAXBException - if an error occurs

createEntity

public Entity createEntity()
                    throws javax.xml.bind.JAXBException
Create an instance of Entity

Throws:
JAXBException - if an error occurs

createTypeProCase

public TypeProCase createTypeProCase()
                              throws javax.xml.bind.JAXBException
Create an instance of TypeProCase

Throws:
JAXBException - if an error occurs

createTypeUseCaseUseCaseActorType

public TypeUseCase.UseCaseActorType createTypeUseCaseUseCaseActorType()
                                                               throws javax.xml.bind.JAXBException
Create an instance of TypeUseCaseUseCaseActorType

Throws:
JAXBException - if an error occurs

createTypeProject

public TypeProject createTypeProject()
                              throws javax.xml.bind.JAXBException
Create an instance of TypeProject

Throws:
JAXBException - if an error occurs

createConceptualObject

public ConceptualObject createConceptualObject()
                                        throws javax.xml.bind.JAXBException
Create an instance of ConceptualObject

Throws:
JAXBException - if an error occurs

createTypeUseCase

public TypeUseCase createTypeUseCase()
                              throws javax.xml.bind.JAXBException
Create an instance of TypeUseCase

Throws:
JAXBException - if an error occurs

createTypeEntityEntityModelsType

public TypeEntity.EntityModelsType createTypeEntityEntityModelsType()
                                                             throws javax.xml.bind.JAXBException
Create an instance of TypeEntityEntityModelsType

Throws:
JAXBException - if an error occurs

createWord

public Word createWord()
                throws javax.xml.bind.JAXBException
Create an instance of Word

Throws:
JAXBException - if an error occurs

createTypeProjectProjectEntityType

public TypeProject.ProjectEntityType createTypeProjectProjectEntityType()
                                                                 throws javax.xml.bind.JAXBException
Create an instance of TypeProjectProjectEntityType

Throws:
JAXBException - if an error occurs

createTypeSemanticsSemanticsWordsType

public TypeSemantics.SemanticsWordsType createTypeSemanticsSemanticsWordsType()
                                                                       throws javax.xml.bind.JAXBException
Create an instance of TypeSemanticsSemanticsWordsType

Throws:
JAXBException - if an error occurs

createTypeActor

public TypeActor createTypeActor()
                          throws javax.xml.bind.JAXBException
Create an instance of TypeActor

Throws:
JAXBException - if an error occurs

createTypeSentenceSentenceGeneratedSemanticsType

public TypeSentence.SentenceGeneratedSemanticsType createTypeSentenceSentenceGeneratedSemanticsType()
                                                                                             throws javax.xml.bind.JAXBException
Create an instance of TypeSentenceSentenceGeneratedSemanticsType

Throws:
JAXBException - if an error occurs

createTypeUseCaseUseCaseBranchStepsType

public TypeUseCase.UseCaseBranchStepsType createTypeUseCaseUseCaseBranchStepsType()
                                                                           throws javax.xml.bind.JAXBException
Create an instance of TypeUseCaseUseCaseBranchStepsType

Throws:
JAXBException - if an error occurs

createTypeSentence

public TypeSentence createTypeSentence()
                                throws javax.xml.bind.JAXBException
Create an instance of TypeSentence

Throws:
JAXBException - if an error occurs

createTypeWord

public TypeWord createTypeWord()
                        throws javax.xml.bind.JAXBException
Create an instance of TypeWord

Throws:
JAXBException - if an error occurs

createTypeUseCaseStep

public TypeUseCaseStep createTypeUseCaseStep()
                                      throws javax.xml.bind.JAXBException
Create an instance of TypeUseCaseStep

Throws:
JAXBException - if an error occurs

createTypeEntity

public TypeEntity createTypeEntity()
                            throws javax.xml.bind.JAXBException
Create an instance of TypeEntity

Throws:
JAXBException - if an error occurs

createTypeSemantics

public TypeSemantics createTypeSemantics()
                                  throws javax.xml.bind.JAXBException
Create an instance of TypeSemantics

Throws:
JAXBException - if an error occurs

createTypeUseCaseUseCaseProCaseType

public TypeUseCase.UseCaseProCaseType createTypeUseCaseUseCaseProCaseType()
                                                                   throws javax.xml.bind.JAXBException
Create an instance of TypeUseCaseUseCaseProCaseType

Throws:
JAXBException - if an error occurs

createUseCaseStep

public UseCaseStep createUseCaseStep()
                              throws javax.xml.bind.JAXBException
Create an instance of UseCaseStep

Throws:
JAXBException - if an error occurs

createUseCase

public UseCase createUseCase()
                      throws javax.xml.bind.JAXBException
Create an instance of UseCase

Throws:
JAXBException - if an error occurs

createUseCaseModel

public UseCaseModel createUseCaseModel()
                                throws javax.xml.bind.JAXBException
Create an instance of UseCaseModel

Throws:
JAXBException - if an error occurs

createTypeUseCaseUseCaseUseCaseStepsType

public TypeUseCase.UseCaseUseCaseStepsType createTypeUseCaseUseCaseUseCaseStepsType()
                                                                             throws javax.xml.bind.JAXBException
Create an instance of TypeUseCaseUseCaseUseCaseStepsType

Throws:
JAXBException - if an error occurs

createActor

public Actor createActor()
                  throws javax.xml.bind.JAXBException
Create an instance of Actor

Throws:
JAXBException - if an error occurs

createProCase

public ProCase createProCase()
                      throws javax.xml.bind.JAXBException
Create an instance of ProCase

Throws:
JAXBException - if an error occurs

createBranchStep

public BranchStep createBranchStep()
                            throws javax.xml.bind.JAXBException
Create an instance of BranchStep

Throws:
JAXBException - if an error occurs

createTypeSentenceSentenceManualSemanticsType

public TypeSentence.SentenceManualSemanticsType createTypeSentenceSentenceManualSemanticsType()
                                                                                       throws javax.xml.bind.JAXBException
Create an instance of TypeSentenceSentenceManualSemanticsType

Throws:
JAXBException - if an error occurs

createTypeBranchStep

public TypeBranchStep createTypeBranchStep()
                                    throws javax.xml.bind.JAXBException
Create an instance of TypeBranchStep

Throws:
JAXBException - if an error occurs

createSentence

public Sentence createSentence()
                        throws javax.xml.bind.JAXBException
Create an instance of Sentence

Throws:
JAXBException - if an error occurs

createTypeConceptualObject

public TypeConceptualObject createTypeConceptualObject()
                                                throws javax.xml.bind.JAXBException
Create an instance of TypeConceptualObject

Throws:
JAXBException - if an error occurs

createSemantics

public Semantics createSemantics()
                          throws javax.xml.bind.JAXBException
Create an instance of Semantics

Throws:
JAXBException - if an error occurs