com.ibm.di.model.descriptor
Class ObjectFactory

java.lang.Object
  extended by com.ibm.di.model.descriptor.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.ibm.di.model.descriptor 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: com.ibm.di.model.descriptor
 
Method Summary
 BaseDescriptor createBaseDescriptor()
          Create an instance of BaseDescriptor
 ConnectorDescriptor createConnectorDescriptor()
          Create an instance of ConnectorDescriptor
 javax.xml.bind.JAXBElement<ConnectorDescriptor> createConnectorDescriptor(ConnectorDescriptor value)
          Create an instance of JAXBElement< ConnectorDescriptor>
 ConnectorDescriptor.SupportedModes createConnectorDescriptorSupportedModes()
          Create an instance of ConnectorDescriptor.SupportedModes
 FunctionComponentDescriptor createFunctionComponentDescriptor()
          Create an instance of FunctionComponentDescriptor
 javax.xml.bind.JAXBElement<FunctionComponentDescriptor> createFunctionComponentDescriptor(FunctionComponentDescriptor value)
          Create an instance of JAXBElement< ModeParameterDescriptor>
 Label createLabel()
          Create an instance of Label
 ModeOption createModeOption()
          Create an instance of ModeOption
 ModeParameterDescriptor createModeParameterDescriptor()
          Create an instance of ModeParameterDescriptor
 javax.xml.bind.JAXBElement<ModeParameterDescriptor> createModeParameterDescriptor(ModeParameterDescriptor value)
          Create an instance of JAXBElement< ModeParameterDescriptor>
 Option createOption()
          Create an instance of Option
 ParameterDescriptor createParameterDescriptor()
          Create an instance of ParameterDescriptor
 javax.xml.bind.JAXBElement<ParameterDescriptor> createParameterDescriptor(ParameterDescriptor value)
          Create an instance of JAXBElement< ParameterDescriptor>
 ParameterMapDescriptor createParameterMapDescriptor()
          Create an instance of ParameterMapDescriptor
 javax.xml.bind.JAXBElement<ParameterMapDescriptor> createParameterMapDescriptor(ParameterMapDescriptor value)
          Create an instance of JAXBElement< ParameterMapDescriptor>
 ParserDescriptor createParserDescriptor()
          Create an instance of ParserDescriptor
 javax.xml.bind.JAXBElement<ParserDescriptor> createParserDescriptor(ParserDescriptor value)
          Create an instance of JAXBElement< ModeParameterDescriptor>
 SectionDescriptor createSectionDescriptor()
          Create an instance of SectionDescriptor
 
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: com.ibm.di.model.descriptor

Method Detail

createConnectorDescriptorSupportedModes

public ConnectorDescriptor.SupportedModes createConnectorDescriptorSupportedModes()
Create an instance of ConnectorDescriptor.SupportedModes


createBaseDescriptor

public BaseDescriptor createBaseDescriptor()
Create an instance of BaseDescriptor


createOption

public Option createOption()
Create an instance of Option


createFunctionComponentDescriptor

public FunctionComponentDescriptor createFunctionComponentDescriptor()
Create an instance of FunctionComponentDescriptor


createParserDescriptor

public ParserDescriptor createParserDescriptor()
Create an instance of ParserDescriptor


createModeOption

public ModeOption createModeOption()
Create an instance of ModeOption


createLabel

public Label createLabel()
Create an instance of Label


createSectionDescriptor

public SectionDescriptor createSectionDescriptor()
Create an instance of SectionDescriptor


createConnectorDescriptor

public ConnectorDescriptor createConnectorDescriptor()
Create an instance of ConnectorDescriptor


createModeParameterDescriptor

public ModeParameterDescriptor createModeParameterDescriptor()
Create an instance of ModeParameterDescriptor


createParameterDescriptor

public ParameterDescriptor createParameterDescriptor()
Create an instance of ParameterDescriptor


createParameterMapDescriptor

public ParameterMapDescriptor createParameterMapDescriptor()
Create an instance of ParameterMapDescriptor


createParameterDescriptor

public javax.xml.bind.JAXBElement<ParameterDescriptor> createParameterDescriptor(ParameterDescriptor value)
Create an instance of JAXBElement< ParameterDescriptor>


createParameterMapDescriptor

public javax.xml.bind.JAXBElement<ParameterMapDescriptor> createParameterMapDescriptor(ParameterMapDescriptor value)
Create an instance of JAXBElement< ParameterMapDescriptor>


createModeParameterDescriptor

public javax.xml.bind.JAXBElement<ModeParameterDescriptor> createModeParameterDescriptor(ModeParameterDescriptor value)
Create an instance of JAXBElement< ModeParameterDescriptor>


createConnectorDescriptor

public javax.xml.bind.JAXBElement<ConnectorDescriptor> createConnectorDescriptor(ConnectorDescriptor value)
Create an instance of JAXBElement< ConnectorDescriptor>


createFunctionComponentDescriptor

public javax.xml.bind.JAXBElement<FunctionComponentDescriptor> createFunctionComponentDescriptor(FunctionComponentDescriptor value)
Create an instance of JAXBElement< ModeParameterDescriptor>


createParserDescriptor

public javax.xml.bind.JAXBElement<ParserDescriptor> createParserDescriptor(ParserDescriptor value)
Create an instance of JAXBElement< ModeParameterDescriptor>