Skip navigation links


oracle.iam.sod.sil.jaxb
Class ObjectFactory

java.lang.Object
  extended by oracle.iam.sod.sil.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.sod.sil.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.sod.sil.jaxb

 

Method Summary
 javax.xml.bind.JAXBElement createAlias(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createBlockMode(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createCachingEnabled(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createCachingImpl(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createDataAccessImpl(java.lang.String value)
          Create an instance of JAXBElement<String>}
 DBSecretKey createDBSecretKey()
          Create an instance of DBSecretKey
 javax.xml.bind.JAXBElement createDBSecretKey(DBSecretKey value)
          Create an instance of JAXBElement<DBSecretKey>}
 javax.xml.bind.JAXBElement createDOMBuilderFactoryImpl(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createExecutionContext(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createIdmId(java.lang.String value)
          Create an instance of JAXBElement<String>}
 Infrastructure createInfrastructure()
          Create an instance of Infrastructure
 javax.xml.bind.JAXBElement createInfrastructure(Infrastructure value)
          Create an instance of JAXBElement<Infrastructure>}
 Keys createKeys()
          Create an instance of Keys
 javax.xml.bind.JAXBElement createKeys(Keys value)
          Create an instance of JAXBElement<Keys>}
 KeyStore createKeyStore()
          Create an instance of KeyStore
 javax.xml.bind.JAXBElement createKeyStore(KeyStore value)
          Create an instance of JAXBElement<KeyStore>}
 javax.xml.bind.JAXBElement createLocation(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createLoggingEnabled(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createLoggingImpl(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 Password createPassword()
          Create an instance of Password
 javax.xml.bind.JAXBElement createPassword(Password value)
          Create an instance of JAXBElement<Password>}
 javax.xml.bind.JAXBElement createProvider(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createSDSId(java.lang.String value)
          Create an instance of JAXBElement<String>}
 Security createSecurity()
          Create an instance of Security
 javax.xml.bind.JAXBElement createSecurity(Security value)
          Create an instance of JAXBElement<Security>}
 javax.xml.bind.JAXBElement createSecurityEnabled(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createSecurityImpl(java.lang.String value)
          Create an instance of JAXBElement<String>}
 SIL createSIL()
          Create an instance of SIL
 javax.xml.bind.JAXBElement createSIL(SIL value)
          Create an instance of JAXBElement<SIL>}
 javax.xml.bind.JAXBElement createSodId(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createSymmetricProvider(java.lang.String value)
          Create an instance of JAXBElement<String>}
 Topologies createTopologies()
          Create an instance of Topologies
 javax.xml.bind.JAXBElement createTopologies(Topologies value)
          Create an instance of JAXBElement<Topologies>}
 Topology createTopology()
          Create an instance of Topology
 javax.xml.bind.JAXBElement createTopology(Topology value)
          Create an instance of JAXBElement<Topology>}
 javax.xml.bind.JAXBElement createType(java.lang.String value)
          Create an instance of JAXBElement<String>}
 XLSymmetricProvider createXLSymmetricProvider()
          Create an instance of XLSymmetricProvider
 javax.xml.bind.JAXBElement createXLSymmetricProvider(XLSymmetricProvider value)
          Create an instance of JAXBElement<XLSymmetricProvider>}
 XMLSchemaValidation createXMLSchemaValidation()
          Create an instance of XMLSchemaValidation
 javax.xml.bind.JAXBElement createXMLSchemaValidation(XMLSchemaValidation value)
          Create an instance of JAXBElement<XMLSchemaValidation>}

 

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.sod.sil.jaxb

Method Detail

createXLSymmetricProvider

public XLSymmetricProvider createXLSymmetricProvider()
Create an instance of XLSymmetricProvider

createPassword

public Password createPassword()
Create an instance of Password

createInfrastructure

public Infrastructure createInfrastructure()
Create an instance of Infrastructure

createKeys

public Keys createKeys()
Create an instance of Keys

createTopologies

public Topologies createTopologies()
Create an instance of Topologies

createTopology

public Topology createTopology()
Create an instance of Topology

createKeyStore

public KeyStore createKeyStore()
Create an instance of KeyStore

createXMLSchemaValidation

public XMLSchemaValidation createXMLSchemaValidation()
Create an instance of XMLSchemaValidation

createSecurity

public Security createSecurity()
Create an instance of Security

createSIL

public SIL createSIL()
Create an instance of SIL

createDBSecretKey

public DBSecretKey createDBSecretKey()
Create an instance of DBSecretKey

createLoggingEnabled

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

createSymmetricProvider

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

createSecurityEnabled

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

createDataAccessImpl

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

createName

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

createInfrastructure

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

createCachingEnabled

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

createSodId

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

createXMLSchemaValidation

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

createTopology

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

createDBSecretKey

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

createLoggingImpl

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

createTopologies

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

createType

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

createPassword

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

createProvider

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

createBlockMode

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

createXLSymmetricProvider

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

createDOMBuilderFactoryImpl

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

createKeyStore

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

createAlias

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

createSDSId

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

createCachingImpl

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

createSecurity

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

createKeys

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

createLocation

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

createSIL

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

createExecutionContext

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

createSecurityImpl

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

createIdmId

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

Skip navigation links


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