public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of
schema derived classes for package: generated
|
| Modifier and Type | Method and Description |
|---|---|
Class |
createClass()
Create an instance of
Class |
Classes |
createClasses()
Create an instance of
Classes |
ClassesType |
createClassesType()
Create an instance of
ClassesType |
Condition |
createCondition()
Create an instance of
Condition |
Conditions |
createConditions()
Create an instance of
Conditions |
Coverage |
createCoverage()
Create an instance of
Coverage |
Line |
createLine()
Create an instance of
Line |
Lines |
createLines()
Create an instance of
Lines |
Method |
createMethod()
Create an instance of
Method |
Methods |
createMethods()
Create an instance of
Methods |
Package |
createPackage()
Create an instance of
Package |
Packages |
createPackages()
Create an instance of
Packages |
JAXBElement<String> |
createSource(String value)
|
Sources |
createSources()
Create an instance of
Sources |
public ObjectFactory()
public Conditions createConditions()
Conditionspublic ClassesType createClassesType()
ClassesTypepublic JAXBElement<String> createSource(String value)
Copyright © 2016–2019. All rights reserved.