|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.bind.JAXBContext
org.jcoderz.phoenix.report.jaxb.impl.runtime.DefaultJAXBContextImpl
org.jcoderz.phoenix.coverage.jaxb.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the org.jcoderz.phoenix.coverage.jaxb 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: org.jcoderz.phoenix.coverage.jaxb |
|
| Method Summary | |
|---|---|
Classes |
createClasses()
Create an instance of Classes |
ClassesType |
createClassesType()
Create an instance of ClassesType |
ClassType |
createClassType()
Create an instance of ClassType |
Clazz |
createClazz()
Create an instance of Clazz |
Coverage |
createCoverage()
Create an instance of Coverage |
CoverageType |
createCoverageType()
Create an instance of CoverageType |
Line |
createLine()
Create an instance of Line |
Lines |
createLines()
Create an instance of Lines |
LinesType |
createLinesType()
Create an instance of LinesType |
LineType |
createLineType()
Create an instance of LineType |
Method |
createMethod()
Create an instance of Method |
Methods |
createMethods()
Create an instance of Methods |
MethodsType |
createMethodsType()
Create an instance of MethodsType |
MethodType |
createMethodType()
Create an instance of MethodType |
Package |
createPackage()
Create an instance of Package |
Packages |
createPackages()
Create an instance of Packages |
PackagesType |
createPackagesType()
Create an instance of PackagesType |
PackageType |
createPackageType()
Create an instance of PackageType |
Source |
createSource()
Create an instance of Source |
Source |
createSource(String value)
Create an instance of Source |
Sources |
createSources()
Create an instance of Sources |
SourcesType |
createSourcesType()
Create an instance of SourcesType |
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 org.jcoderz.phoenix.report.jaxb.impl.runtime.DefaultJAXBContextImpl |
|---|
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo |
| Methods inherited from class javax.xml.bind.JAXBContext |
|---|
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, 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 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 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 PropertyException
setProperty in class DefaultJAXBContextImplname - the name of the property to retrievevalue - the value of the property to be set
PropertyException - when there is an error processing the given property or value
public LineType createLineType()
throws JAXBException
JAXBException - if an error occurs
public PackagesType createPackagesType()
throws JAXBException
JAXBException - if an error occurs
public CoverageType createCoverageType()
throws JAXBException
JAXBException - if an error occurs
public Methods createMethods()
throws JAXBException
JAXBException - if an error occurs
public Package createPackage()
throws JAXBException
JAXBException - if an error occurs
public LinesType createLinesType()
throws JAXBException
JAXBException - if an error occurs
public Clazz createClazz()
throws JAXBException
JAXBException - if an error occurs
public ClassType createClassType()
throws JAXBException
JAXBException - if an error occurs
public Sources createSources()
throws JAXBException
JAXBException - if an error occurs
public SourcesType createSourcesType()
throws JAXBException
JAXBException - if an error occurs
public Line createLine()
throws JAXBException
JAXBException - if an error occurs
public ClassesType createClassesType()
throws JAXBException
JAXBException - if an error occurs
public Method createMethod()
throws JAXBException
JAXBException - if an error occurs
public MethodType createMethodType()
throws JAXBException
JAXBException - if an error occurs
public Classes createClasses()
throws JAXBException
JAXBException - if an error occurs
public Packages createPackages()
throws JAXBException
JAXBException - if an error occurs
public Coverage createCoverage()
throws JAXBException
JAXBException - if an error occurs
public Lines createLines()
throws JAXBException
JAXBException - if an error occurs
public PackageType createPackageType()
throws JAXBException
JAXBException - if an error occurs
public Source createSource()
throws JAXBException
JAXBException - if an error occurs
public Source createSource(String value)
throws JAXBException
JAXBException - if an error occurs
public MethodsType createMethodsType()
throws JAXBException
JAXBException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||