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: org.apache.lens.api.scheduler
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<XJob> |
createJob(XJob value)
|
MapType |
createMapType()
Create an instance of
MapType |
ResourcePath |
createResourcePath()
Create an instance of
ResourcePath |
XExecution |
createXExecution()
Create an instance of
XExecution |
XFrequency |
createXFrequency()
Create an instance of
XFrequency |
XJob |
createXJob()
Create an instance of
XJob |
XJobQuery |
createXJobQuery()
Create an instance of
XJobQuery |
XSessionType |
createXSessionType()
Create an instance of
XSessionType |
XTrigger |
createXTrigger()
Create an instance of
XTrigger |
public ObjectFactory()
public XExecution createXExecution()
XExecution
public XSessionType createXSessionType()
XSessionType
public ResourcePath createResourcePath()
ResourcePath
public XFrequency createXFrequency()
XFrequency
public JAXBElement<XJob> createJob(XJob value)
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.