org.apache.falcon.oozie.coordinator
Class ObjectFactory

java.lang.Object
  extended by org.apache.falcon.oozie.coordinator.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.falcon.oozie.coordinator 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.apache.falcon.oozie.coordinator
 
Method Summary
 ACTION createACTION()
          Create an instance of ACTION
 ASYNCDATASET createASYNCDATASET()
          Create an instance of ASYNCDATASET
 CONFIGURATION createCONFIGURATION()
          Create an instance of CONFIGURATION
 CONFIGURATION.Property createCONFIGURATIONProperty()
          Create an instance of CONFIGURATION.Property
 CONTROLS createCONTROLS()
          Create an instance of CONTROLS
 COORDINATORAPP createCOORDINATORAPP()
          Create an instance of COORDINATORAPP
 JAXBElement<COORDINATORAPP> createCoordinatorApp(COORDINATORAPP value)
          Create an instance of JAXBElement<COORDINATORAPP>}
 DATAIN createDATAIN()
          Create an instance of DATAIN
 DATAOUT createDATAOUT()
          Create an instance of DATAOUT
 DATASETS createDATASETS()
          Create an instance of DATASETS
 JAXBElement<DATASETS> createDatasets(DATASETS value)
          Create an instance of JAXBElement<DATASETS>}
 FLAG createFLAG()
          Create an instance of FLAG
 INPUTEVENTS createINPUTEVENTS()
          Create an instance of INPUTEVENTS
 OUTPUTEVENTS createOUTPUTEVENTS()
          Create an instance of OUTPUTEVENTS
 SYNCDATASET createSYNCDATASET()
          Create an instance of SYNCDATASET
 WORKFLOW createWORKFLOW()
          Create an instance of WORKFLOW
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.falcon.oozie.coordinator

Method Detail

createFLAG

public FLAG createFLAG()
Create an instance of FLAG


createDATAIN

public DATAIN createDATAIN()
Create an instance of DATAIN


createINPUTEVENTS

public INPUTEVENTS createINPUTEVENTS()
Create an instance of INPUTEVENTS


createDATAOUT

public DATAOUT createDATAOUT()
Create an instance of DATAOUT


createCOORDINATORAPP

public COORDINATORAPP createCOORDINATORAPP()
Create an instance of COORDINATORAPP


createASYNCDATASET

public ASYNCDATASET createASYNCDATASET()
Create an instance of ASYNCDATASET


createACTION

public ACTION createACTION()
Create an instance of ACTION


createDATASETS

public DATASETS createDATASETS()
Create an instance of DATASETS


createWORKFLOW

public WORKFLOW createWORKFLOW()
Create an instance of WORKFLOW


createCONFIGURATION

public CONFIGURATION createCONFIGURATION()
Create an instance of CONFIGURATION


createCONTROLS

public CONTROLS createCONTROLS()
Create an instance of CONTROLS


createOUTPUTEVENTS

public OUTPUTEVENTS createOUTPUTEVENTS()
Create an instance of OUTPUTEVENTS


createSYNCDATASET

public SYNCDATASET createSYNCDATASET()
Create an instance of SYNCDATASET


createCONFIGURATIONProperty

public CONFIGURATION.Property createCONFIGURATIONProperty()
Create an instance of CONFIGURATION.Property


createCoordinatorApp

public JAXBElement<COORDINATORAPP> createCoordinatorApp(COORDINATORAPP value)
Create an instance of JAXBElement<COORDINATORAPP>}


createDatasets

public JAXBElement<DATASETS> createDatasets(DATASETS value)
Create an instance of JAXBElement<DATASETS>}



Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.