|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.bind.JAXBContext
cz.cuni.mff.procasor.core.impl.runtime.DefaultJAXBContextImpl
cz.cuni.mff.procasor.core.ObjectFactory
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 |
public static final cz.cuni.mff.procasor.core.impl.runtime.GrammarInfo grammarInfo
public static final java.lang.Class version
Constructor Detail |
public ObjectFactory()
Method Detail |
public java.lang.Object newInstance(java.lang.Class javaContentInterface) throws javax.xml.bind.JAXBException
javaContentInterface
- the Class object of the javacontent interface to instantiate
JAXBException
- if an error occurspublic java.lang.Object getProperty(java.lang.String name) throws javax.xml.bind.PropertyException
name
- the name of the property to retrieve
PropertyException
- when there is an error retrieving the given property or valuepublic void setProperty(java.lang.String name, java.lang.Object value) throws javax.xml.bind.PropertyException
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 TypeUseCaseModel.UseCaseModelUseCasesType createTypeUseCaseModelUseCaseModelUseCasesType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeProject.ProjectConceptualObjectType createTypeProjectProjectConceptualObjectType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeUseCaseModel createTypeUseCaseModel() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Project createProject() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Entity createEntity() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeProCase createTypeProCase() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeUseCase.UseCaseActorType createTypeUseCaseUseCaseActorType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeProject createTypeProject() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic ConceptualObject createConceptualObject() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeUseCase createTypeUseCase() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeEntity.EntityModelsType createTypeEntityEntityModelsType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Word createWord() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeProject.ProjectEntityType createTypeProjectProjectEntityType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeSemantics.SemanticsWordsType createTypeSemanticsSemanticsWordsType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeActor createTypeActor() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeSentence.SentenceGeneratedSemanticsType createTypeSentenceSentenceGeneratedSemanticsType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeUseCase.UseCaseBranchStepsType createTypeUseCaseUseCaseBranchStepsType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeSentence createTypeSentence() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeWord createTypeWord() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeUseCaseStep createTypeUseCaseStep() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeEntity createTypeEntity() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeSemantics createTypeSemantics() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeUseCase.UseCaseProCaseType createTypeUseCaseUseCaseProCaseType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic UseCaseStep createUseCaseStep() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic UseCase createUseCase() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic UseCaseModel createUseCaseModel() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeUseCase.UseCaseUseCaseStepsType createTypeUseCaseUseCaseUseCaseStepsType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Actor createActor() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic ProCase createProCase() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic BranchStep createBranchStep() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeSentence.SentenceManualSemanticsType createTypeSentenceSentenceManualSemanticsType() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeBranchStep createTypeBranchStep() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Sentence createSentence() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic TypeConceptualObject createTypeConceptualObject() throws javax.xml.bind.JAXBException
JAXBException
- if an error occurspublic Semantics createSemantics() 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 |