|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.model.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the org.jomc.model 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.
Constructor Summary | |
---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jomc.model |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public Specification createSpecification()
Specification
public SpecificationReference createSpecificationReference()
SpecificationReference
public Texts createTexts()
Texts
public Instance createInstance()
Instance
public Properties createProperties()
Properties
public ModelObject createModelObject()
ModelObject
public Arguments createArguments()
Arguments
public Dependencies createDependencies()
Dependencies
public ImplementationReference createImplementationReference()
ImplementationReference
public Specifications createSpecifications()
Specifications
public MessageReference createMessageReference()
MessageReference
public Message createMessage()
Message
public Modules createModules()
Modules
public Instances createInstances()
Instances
public Argument createArgument()
Argument
public Implementation createImplementation()
Implementation
public Text createText()
Text
public Dependency createDependency()
Dependency
public Property createProperty()
Property
public Authors createAuthors()
Authors
public PropertyReference createPropertyReference()
PropertyReference
public Implementations createImplementations()
Implementations
public Person createPerson()
Person
public Messages createMessages()
Messages
public Persons createPersons()
Persons
public Module createModule()
Module
public Author createAuthor()
Author
public javax.xml.bind.JAXBElement<Argument> createArgument(Argument value)
JAXBElement
<
Argument
>
}
public javax.xml.bind.JAXBElement<Texts> createTexts(Texts value)
JAXBElement
<
Texts
>
}
public javax.xml.bind.JAXBElement<Texts> createTemplate(Texts value)
JAXBElement
<
Texts
>
}
public javax.xml.bind.JAXBElement<Person> createPerson(Person value)
JAXBElement
<
Person
>
}
public javax.xml.bind.JAXBElement<Text> createText(Text value)
JAXBElement
<
Text
>
}
public javax.xml.bind.JAXBElement<Module> createModule(Module value)
JAXBElement
<
Module
>
}
public javax.xml.bind.JAXBElement<Implementations> createImplementations(Implementations value)
JAXBElement
<
Implementations
>
}
public javax.xml.bind.JAXBElement<Properties> createProperties(Properties value)
JAXBElement
<
Properties
>
}
public javax.xml.bind.JAXBElement<Property> createProperty(Property value)
JAXBElement
<
Property
>
}
public javax.xml.bind.JAXBElement<Persons> createPersons(Persons value)
JAXBElement
<
Persons
>
}
public javax.xml.bind.JAXBElement<Instances> createInstances(Instances value)
JAXBElement
<
Instances
>
}
public javax.xml.bind.JAXBElement<Messages> createMessages(Messages value)
JAXBElement
<
Messages
>
}
public javax.xml.bind.JAXBElement<Specifications> createSpecifications(Specifications value)
JAXBElement
<
Specifications
>
}
public javax.xml.bind.JAXBElement<Authors> createAuthors(Authors value)
JAXBElement
<
Authors
>
}
public javax.xml.bind.JAXBElement<Author> createAuthor(Author value)
JAXBElement
<
Author
>
}
public javax.xml.bind.JAXBElement<Dependency> createDependency(Dependency value)
JAXBElement
<
Dependency
>
}
public javax.xml.bind.JAXBElement<Message> createMessage(Message value)
JAXBElement
<
Message
>
}
public javax.xml.bind.JAXBElement<Arguments> createArguments(Arguments value)
JAXBElement
<
Arguments
>
}
public javax.xml.bind.JAXBElement<Dependencies> createDependencies(Dependencies value)
JAXBElement
<
Dependencies
>
}
public javax.xml.bind.JAXBElement<Implementation> createImplementation(Implementation value)
JAXBElement
<
Implementation
>
}
public javax.xml.bind.JAXBElement<Specification> createSpecification(Specification value)
JAXBElement
<
Specification
>
}
public javax.xml.bind.JAXBElement<Texts> createDocumentation(Texts value)
JAXBElement
<
Texts
>
}
public javax.xml.bind.JAXBElement<Modules> createModules(Modules value)
JAXBElement
<
Modules
>
}
public javax.xml.bind.JAXBElement<Instance> createInstance(Instance value)
JAXBElement
<
Instance
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |