Class ObjectFactory
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.jacoco.jaxb.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the generated 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassTypecreateClassType()Create an instance ofClassTypeCounterTypecreateCounterType()Create an instance ofCounterTypeLineTypecreateLineType()Create an instance ofLineTypeMethodTypecreateMethodType()Create an instance ofMethodTypePackageTypecreatePackageType()Create an instance ofPackageTypejavax.xml.bind.JAXBElement<ReportType>createReport(ReportType value)ReportTypecreateReportType()Create an instance ofReportTypeSessioninfoTypecreateSessioninfoType()Create an instance ofSessioninfoTypeSourcefileTypecreateSourcefileType()Create an instance ofSourcefileType
-
-
-
Method Detail
-
createReportType
public ReportType createReportType()
Create an instance ofReportType
-
createSessioninfoType
public SessioninfoType createSessioninfoType()
Create an instance ofSessioninfoType
-
createPackageType
public PackageType createPackageType()
Create an instance ofPackageType
-
createMethodType
public MethodType createMethodType()
Create an instance ofMethodType
-
createSourcefileType
public SourcefileType createSourcefileType()
Create an instance ofSourcefileType
-
createCounterType
public CounterType createCounterType()
Create an instance ofCounterType
-
createReport
public javax.xml.bind.JAXBElement<ReportType> createReport(ReportType value)
-
-