Skip navigation links


oracle.iam.connectormgmt.jaxb
Class ObjectFactory

java.lang.Object
  extended by oracle.iam.connectormgmt.jaxb.ObjectFactory


public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the oracle.iam.connectormgmt.jaxb 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: oracle.iam.connectormgmt.jaxb

 

Method Summary
 javax.xml.bind.JAXBElement createConfiguration(TConfiguration value)
          Create an instance of JAXBElement<TConfiguration>}
 javax.xml.bind.JAXBElement createConnector(TConnector value)
          Create an instance of JAXBElement<TConnector>}
 javax.xml.bind.JAXBElement createConnectorName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createConnectorVersion(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createDependencyConnector(TDependencyConnector value)
          Create an instance of JAXBElement<TDependencyConnector>}
 javax.xml.bind.JAXBElement createDependencyConnectorName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createDependencyConnectorVersion(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createDestination(TDestination value)
          Create an instance of JAXBElement<TDestination>}
 javax.xml.bind.JAXBElement createFile(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createFilecopy(TFilecopy value)
          Create an instance of JAXBElement<TFilecopy>}
 javax.xml.bind.JAXBElement createPreInstall(TPreInstall value)
          Create an instance of JAXBElement<TPreInstall>}
 javax.xml.bind.JAXBElement createSource(TSource value)
          Create an instance of JAXBElement<TSource>}
 javax.xml.bind.JAXBElement createStep(java.lang.String value)
          Create an instance of JAXBElement<String>}
 TConfiguration createTConfiguration()
          Create an instance of TConfiguration
 TConnector createTConnector()
          Create an instance of TConnector
 TDependencyConnector createTDependencyConnector()
          Create an instance of TDependencyConnector
 TDestination createTDestination()
          Create an instance of TDestination
 TFilecopy createTFilecopy()
          Create an instance of TFilecopy
 javax.xml.bind.JAXBElement createTitle(TTitle value)
          Create an instance of JAXBElement<TTitle>}
 TPreInstall createTPreInstall()
          Create an instance of TPreInstall
 TSource createTSource()
          Create an instance of TSource
 TTitle createTTitle()
          Create an instance of TTitle

 

Methods inherited from class java.lang.Object
equals, 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: oracle.iam.connectormgmt.jaxb

Method Detail

createTFilecopy

public TFilecopy createTFilecopy()
Create an instance of TFilecopy

createTConfiguration

public TConfiguration createTConfiguration()
Create an instance of TConfiguration

createTDependencyConnector

public TDependencyConnector createTDependencyConnector()
Create an instance of TDependencyConnector

createTPreInstall

public TPreInstall createTPreInstall()
Create an instance of TPreInstall

createTTitle

public TTitle createTTitle()
Create an instance of TTitle

createTDestination

public TDestination createTDestination()
Create an instance of TDestination

createTConnector

public TConnector createTConnector()
Create an instance of TConnector

createTSource

public TSource createTSource()
Create an instance of TSource

createConnectorVersion

public javax.xml.bind.JAXBElement createConnectorVersion(java.lang.String value)
Create an instance of JAXBElement<String>}

createConnectorName

public javax.xml.bind.JAXBElement createConnectorName(java.lang.String value)
Create an instance of JAXBElement<String>}

createFilecopy

public javax.xml.bind.JAXBElement createFilecopy(TFilecopy value)
Create an instance of JAXBElement<TFilecopy>}

createDependencyConnector

public javax.xml.bind.JAXBElement createDependencyConnector(TDependencyConnector value)
Create an instance of JAXBElement<TDependencyConnector>}

createDestination

public javax.xml.bind.JAXBElement createDestination(TDestination value)
Create an instance of JAXBElement<TDestination>}

createTitle

public javax.xml.bind.JAXBElement createTitle(TTitle value)
Create an instance of JAXBElement<TTitle>}

createDependencyConnectorName

public javax.xml.bind.JAXBElement createDependencyConnectorName(java.lang.String value)
Create an instance of JAXBElement<String>}

createSource

public javax.xml.bind.JAXBElement createSource(TSource value)
Create an instance of JAXBElement<TSource>}

createDependencyConnectorVersion

public javax.xml.bind.JAXBElement createDependencyConnectorVersion(java.lang.String value)
Create an instance of JAXBElement<String>}

createFile

public javax.xml.bind.JAXBElement createFile(java.lang.String value)
Create an instance of JAXBElement<String>}

createPreInstall

public javax.xml.bind.JAXBElement createPreInstall(TPreInstall value)
Create an instance of JAXBElement<TPreInstall>}

createConnector

public javax.xml.bind.JAXBElement createConnector(TConnector value)
Create an instance of JAXBElement<TConnector>}

createConfiguration

public javax.xml.bind.JAXBElement createConfiguration(TConfiguration value)
Create an instance of JAXBElement<TConfiguration>}

createStep

public javax.xml.bind.JAXBElement createStep(java.lang.String value)
Create an instance of JAXBElement<String>}

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.