Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

oracle.apps.fnd.appltest.diagfwk.jaxb.testdef
Class ObjectFactory

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.jaxb.testdef.ObjectFactory

public class ObjectFactory
extends java.lang.Object


Constructor Summary
ObjectFactory()
           
 
Method Summary
 BaseType createBaseType()
           
 InputParameterDefType createInputParameterDefType()
           
 JavaClassType createJavaClassType()
           
 JavaStepDefType createJavaStepDefType()
           
 LOVDefType createLOVDefType()
           
 ModuleType createModuleType()
           
 NamedLabelType createNamedLabelType()
           
 NamedLabelType createNamedLabelType(java.lang.String value)
           
 NameValueType createNameValueType()
           
 OutputParameterDefType createOutputParameterDefType()
           
 ParameterDefType createParameterDefType()
           
 PLSQLPkgType createPLSQLPkgType()
           
 PLSQLProcedureType createPLSQLProcedureType()
           
 PLSQLProcedureType.PrecompiledPLSQLType createPLSQLProcedureTypePrecompiledPLSQLType()
           
 PLSQLStepDefType createPLSQLStepDefType()
           
 PrereqTestType createPrereqTestType()
           
 TagNameValueType createTagNameValueType()
           
 TagValueIdType createTagValueIdType()
           
 TestDef createTestDef()
           
 TestDefType createTestDefType()
           
 TestDefType.InputsType createTestDefTypeInputsType()
           
 TestDefType.OutputsType createTestDefTypeOutputsType()
           
 TestDefType.PrereqsType createTestDefTypePrereqsType()
           
 TestDefType.PrereqsType.TagValueId createTestDefTypePrereqsTypeTagValueId()
           
 TestDefType.PrereqsType.Test createTestDefTypePrereqsTypeTest()
           
 TestDefType.StepDefsType createTestDefTypeStepDefsType()
           
 TestDefType.StepDefsType.JavaStepDef createTestDefTypeStepDefsTypeJavaStepDef()
           
 TestDefType.StepDefsType.PlsqlStepDef createTestDefTypeStepDefsTypePlsqlStepDef()
           
 TestDefType.StepDefsType.TestRefStepDef createTestDefTypeStepDefsTypeTestRefStepDef()
           
 TestDefType.StepsType createTestDefTypeStepsType()
           
 TestDefType.TagsType createTestDefTypeTagsType()
           
 TestDefType.TagsType.TagNameValue createTestDefTypeTagsTypeTagNameValue()
           
 TestDefType.TagsType.TagValueId createTestDefTypeTagsTypeTagValueId()
           
 TestDefType.TargetModulesType createTestDefTypeTargetModulesType()
           
 TestDefType.TargetModulesType.JavaClass createTestDefTypeTargetModulesTypeJavaClass()
           
 TestDefType.TargetModulesType.PlsqlPkg createTestDefTypeTargetModulesTypePlsqlPkg()
           
 TestRefStepDefType createTestRefStepDefType()
           
 TestStepType createTestStepType()
           
 TestType createTestType()
           
 ValidatorDefType createValidatorDefType()
           
 oracle.xml.parser.v2.XMLDocument getOwnerDocument()
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.lang.Object getSchemaLocation()
           
 java.lang.Object newInstance(java.lang.Class javaContentInterface)
           
 void setOwnerDocument(oracle.xml.parser.v2.XMLDocument doc)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 java.lang.Object unmarshal(org.w3c.dom.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Method Detail

createJavaClassType

public JavaClassType createJavaClassType()

createJavaStepDefType

public JavaStepDefType createJavaStepDefType()

createModuleType

public ModuleType createModuleType()

createPrereqTestType

public PrereqTestType createPrereqTestType()

createPLSQLPkgType

public PLSQLPkgType createPLSQLPkgType()

createTestType

public TestType createTestType()

createBaseType

public BaseType createBaseType()

createTestRefStepDefType

public TestRefStepDefType createTestRefStepDefType()

createPLSQLProcedureType

public PLSQLProcedureType createPLSQLProcedureType()

createPLSQLProcedureTypePrecompiledPLSQLType

public PLSQLProcedureType.PrecompiledPLSQLType createPLSQLProcedureTypePrecompiledPLSQLType()

createTestDefType

public TestDefType createTestDefType()

createTestDefTypeInputsType

public TestDefType.InputsType createTestDefTypeInputsType()

createTestDefTypeOutputsType

public TestDefType.OutputsType createTestDefTypeOutputsType()

createTestDefTypeStepsType

public TestDefType.StepsType createTestDefTypeStepsType()

createTestDefTypeStepDefsType

public TestDefType.StepDefsType createTestDefTypeStepDefsType()

createTestDefTypeStepDefsTypeJavaStepDef

public TestDefType.StepDefsType.JavaStepDef createTestDefTypeStepDefsTypeJavaStepDef()

createTestDefTypeStepDefsTypePlsqlStepDef

public TestDefType.StepDefsType.PlsqlStepDef createTestDefTypeStepDefsTypePlsqlStepDef()

createTestDefTypeStepDefsTypeTestRefStepDef

public TestDefType.StepDefsType.TestRefStepDef createTestDefTypeStepDefsTypeTestRefStepDef()

createTestDefTypeTargetModulesType

public TestDefType.TargetModulesType createTestDefTypeTargetModulesType()

createTestDefTypeTargetModulesTypeJavaClass

public TestDefType.TargetModulesType.JavaClass createTestDefTypeTargetModulesTypeJavaClass()

createTestDefTypeTargetModulesTypePlsqlPkg

public TestDefType.TargetModulesType.PlsqlPkg createTestDefTypeTargetModulesTypePlsqlPkg()

createTestDefTypePrereqsType

public TestDefType.PrereqsType createTestDefTypePrereqsType()

createTestDefTypePrereqsTypeTest

public TestDefType.PrereqsType.Test createTestDefTypePrereqsTypeTest()

createTestDefTypePrereqsTypeTagValueId

public TestDefType.PrereqsType.TagValueId createTestDefTypePrereqsTypeTagValueId()

createTestDefTypeTagsType

public TestDefType.TagsType createTestDefTypeTagsType()

createTestDefTypeTagsTypeTagNameValue

public TestDefType.TagsType.TagNameValue createTestDefTypeTagsTypeTagNameValue()

createTestDefTypeTagsTypeTagValueId

public TestDefType.TagsType.TagValueId createTestDefTypeTagsTypeTagValueId()

createParameterDefType

public ParameterDefType createParameterDefType()

createPLSQLStepDefType

public PLSQLStepDefType createPLSQLStepDefType()

createInputParameterDefType

public InputParameterDefType createInputParameterDefType()

createTagValueIdType

public TagValueIdType createTagValueIdType()

createLOVDefType

public LOVDefType createLOVDefType()

createNameValueType

public NameValueType createNameValueType()

createTestDef

public TestDef createTestDef()

createTagNameValueType

public TagNameValueType createTagNameValueType()

createTestStepType

public TestStepType createTestStepType()

createValidatorDefType

public ValidatorDefType createValidatorDefType()

createOutputParameterDefType

public OutputParameterDefType createOutputParameterDefType()

createNamedLabelType

public NamedLabelType createNamedLabelType(java.lang.String value)

createNamedLabelType

public NamedLabelType createNamedLabelType()

newInstance

public java.lang.Object newInstance(java.lang.Class javaContentInterface)
                             throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

getProperty

public java.lang.Object getProperty(java.lang.String name)

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)

unmarshal

public java.lang.Object unmarshal(org.w3c.dom.Node node)
                           throws javax.xml.bind.UnmarshalException
Throws:
javax.xml.bind.UnmarshalException

setOwnerDocument

public void setOwnerDocument(oracle.xml.parser.v2.XMLDocument doc)

getOwnerDocument

public oracle.xml.parser.v2.XMLDocument getOwnerDocument()

getSchemaLocation

public java.lang.Object getSchemaLocation()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.