Skip navigation links


oracle.iam.sod.registration.jaxb
Class ObjectFactory

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

 

Method Summary
 AttrSoD createAttrSoD()
          Create an instance of AttrSoD
 javax.xml.bind.JAXBElement createAttrSoD(AttrSoD value)
          Create an instance of JAXBElement<AttrSoD>}
 DataTransformation createDataTransformation()
          Create an instance of DataTransformation
 javax.xml.bind.JAXBElement createDataTransformation(DataTransformation value)
          Create an instance of JAXBElement<DataTransformation>}
 javax.xml.bind.JAXBElement createIdMSystemType(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createImplClass(java.lang.String value)
          Create an instance of JAXBElement<String>}
 Param createParam()
          Create an instance of Param
 javax.xml.bind.JAXBElement createParam(Param value)
          Create an instance of JAXBElement<Param>}
 Parameter createParameter()
          Create an instance of Parameter
 javax.xml.bind.JAXBElement createParameter(Parameter value)
          Create an instance of JAXBElement<Parameter>}
 ServiceComponent createServiceComponent()
          Create an instance of ServiceComponent
 javax.xml.bind.JAXBElement createServiceComponent(ServiceComponent value)
          Create an instance of JAXBElement<ServiceComponent>}
 ServiceComponents createServiceComponents()
          Create an instance of ServiceComponents
 javax.xml.bind.JAXBElement createServiceComponents(ServiceComponents value)
          Create an instance of JAXBElement<ServiceComponents>}
 SILRegistration createSILRegistration()
          Create an instance of SILRegistration
 javax.xml.bind.JAXBElement createSILRegistration(SILRegistration value)
          Create an instance of JAXBElement<SILRegistration>}
 javax.xml.bind.JAXBElement createSoDEngineType(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createSrcSystemType(java.lang.String value)
          Create an instance of JAXBElement<String>}
 SystemType createSystemType()
          Create an instance of SystemType
 javax.xml.bind.JAXBElement createSystemType(SystemType value)
          Create an instance of JAXBElement<SystemType>}
 SystemTypes createSystemTypes()
          Create an instance of SystemTypes
 javax.xml.bind.JAXBElement createSystemTypes(SystemTypes value)
          Create an instance of JAXBElement<SystemTypes>}
 Validation createValidation()
          Create an instance of Validation
 javax.xml.bind.JAXBElement createValidation(Validation value)
          Create an instance of JAXBElement<Validation>}

 

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.registration.jaxb

Method Detail

createParameter

public Parameter createParameter()
Create an instance of Parameter

createSILRegistration

public SILRegistration createSILRegistration()
Create an instance of SILRegistration

createServiceComponent

public ServiceComponent createServiceComponent()
Create an instance of ServiceComponent

createServiceComponents

public ServiceComponents createServiceComponents()
Create an instance of ServiceComponents

createParam

public Param createParam()
Create an instance of Param

createSystemTypes

public SystemTypes createSystemTypes()
Create an instance of SystemTypes

createAttrSoD

public AttrSoD createAttrSoD()
Create an instance of AttrSoD

createDataTransformation

public DataTransformation createDataTransformation()
Create an instance of DataTransformation

createValidation

public Validation createValidation()
Create an instance of Validation

createSystemType

public SystemType createSystemType()
Create an instance of SystemType

createIdMSystemType

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

createAttrSoD

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

createSILRegistration

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

createParameter

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

createServiceComponent

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

createSystemTypes

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

createDataTransformation

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

createServiceComponents

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

createSoDEngineType

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

createSrcSystemType

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

createImplClass

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

createParam

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

createValidation

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

createSystemType

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

Skip navigation links


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