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

E22565-02

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

java.lang.Object
  extended by oracle.xml.jaxb.JaxbNode
      extended by oracle.apps.fnd.appltest.diagfwk.jaxb.testdef.TestDefTypeImpl
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, TestDefType, oracle.xml.parser.schema.XSDTypeConstants
Direct Known Subclasses:
TestDefImpl

public class TestDefTypeImpl
extends oracle.xml.jaxb.JaxbNode
implements TestDefType

See Also:
Serialized Form

Nested Class Summary
static class TestDefTypeImpl.InputsTypeImpl
           
static class TestDefTypeImpl.OutputsTypeImpl
           
static class TestDefTypeImpl.PrereqsTypeImpl
           
static class TestDefTypeImpl.StepDefsTypeImpl
           
static class TestDefTypeImpl.StepsTypeImpl
           
static class TestDefTypeImpl.TagsTypeImpl
           
static class TestDefTypeImpl.TargetModulesTypeImpl
           
 
Nested classes/interfaces inherited from interface oracle.apps.fnd.appltest.diagfwk.jaxb.testdef.TestDefType
TestDefType.InputsType, TestDefType.OutputsType, TestDefType.PrereqsType, TestDefType.StepDefsType, TestDefType.StepsType, TestDefType.TagsType, TestDefType.TargetModulesType
 
Field Summary
protected static java.lang.Object[] _TestDefType
           
 
Fields inherited from interface oracle.xml.parser.schema.XSDTypeConstants
_atomic, _base64, _collapse, _hex, _preserve, _replace, ANY_SIMPLE, ANY_URI, BASE64_BINARY, BINARY, BOOLEAN, BYTE, CDATA, CENTURY, DATE, DATE_TIME, DAYTIME_DURATION, DECIMAL, DOUBLE, DURATION, ENCODING, ENTITIES, ENTITY, ENUMERATION, fDAYTIME, fFINITE, fID, fIDREF, fINTEGER, FLOAT, fNUMERIC, fORDERED, FRACTION_DIGITS, fYEARMONTH, GDAY, GMONTH, GMONTH_DAY, GYEAR, GYEAR_MONTH, HEX_BINARY, iANY_SIMPLE, iANY_URI, iBASE64_BINARY, iBOOLEAN, iBYTE, ID, iDATE, iDATE_TIME, iDAYTIME_DURATION, iDECIMAL, iDOUBLE, IDREF, IDREFS, iDUMMY, iDURATION, iENTITIES, iENTITY, iENUMERATION, iFLOAT, iFRACTION_DIGITS, iGDAY, iGMONTH, iGMONTH_DAY, iGYEAR, iGYEAR_MONTH, iHEX_BINARY, iID, iIDREF, iIDREFS, iINT, iINTEGER, iLANGUAGE, iLENGTH, iLONG, iMAXEXCLUSIVE, iMAXINCLUSIVE, iMAXLENGTH, iMINEXCLUSIVE, iMININCLUSIVE, iMINLENGTH, iN_STRING, iNAME, iNCNAME, iNEGATIVE_INTEGER, iNMTOKEN, iNMTOKENS, iNON_NEGATIVE_INTEGER, iNON_POSITIVE_INTEGER, iNOTATION, INT, INTEGER_STR, iPATTERN, iPOSITIVE_INTEGER, iQNAME, iSHORT, iSTRING, iTIME, iTOKEN, iTOTAL_DIGITS, iUNSIGNED_BYTE, iUNSIGNED_INT, iUNSIGNED_LONG, iUNSIGNED_SHORT, iWHITESPACE, iYEARMONTH_DURATION, LANGUAGE, LENGTH, LONG, MAXEXCLUSIVE, MAXINCLUSIVE, MAXLENGTH, MINEXCLUSIVE, MININCLUSIVE, MINLENGTH, MONTH, N_STRING, NAME, nBUILTIN, NCNAME, NEGATIVE_INTEGER, nFacets, NMTOKEN, NMTOKENS, NON_NEGATIVE_INTEGER, NON_POSITIVE_INTEGER, nPRIMITIVE, PATTERN, PERIOD, POSITIVE_INTEGER, PRECISION, QNAME, RECURRING_DATE, RECURRING_DAY, RECURRING_DURATION, SCALE, sFacets, SHORT, SNOTATION, STRING, sTypes, TIME, TIME_DURATION, TIME_INSTANT, TIME_PERIOD, TOKEN, TOTAL_DIGITS, UNSIGNED_BYTE, UNSIGNED_INT, UNSIGNED_LONG, UNSIGNED_SHORT, UNTYPED_ATOMIC, URI_REFERENCE, WHITESPACE, YEAR, YEARMONTH_DURATION
 
Constructor Summary
TestDefTypeImpl()
           
TestDefTypeImpl(java.lang.String name, java.lang.String namespace, oracle.xml.parser.v2.XMLDocument ownerDoc)
           
TestDefTypeImpl(oracle.xml.parser.v2.XMLDocument ownerDoc)
           
TestDefTypeImpl(oracle.xml.parser.v2.XMLElement node)
           
 
Method Summary
 java.lang.Object createJaxbNode(oracle.xml.parser.v2.XMLNode node)
           
 java.lang.String getDateFormat()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 java.lang.String getExtnName()
           
 TestDefType.InputsType getInputs()
           
 java.lang.String getModuleId()
           
 java.lang.String getName()
           
 TestDefType.OutputsType getOutputs()
           
 TestDefType.PrereqsType getPrereqs()
           
 java.lang.String getRequiresApplicationCode()
           
protected  java.lang.Object[] getSchemaObject()
           
 java.lang.String getSensitivity()
           
 java.lang.String getSourceLang()
           
 TestDefType.StepDefsType getStepDefs()
           
 TestDefType.StepsType getSteps()
           
 TestDefType.TagsType getTags()
           
 TestDefType.TargetModulesType getTargetModules()
           
 java.lang.String getUsage()
           
 java.lang.String getVersion()
           
 void populateNodeArray(oracle.xml.parser.v2.XMLNode node)
           
 void setDateFormat(java.lang.String value)
           
 void setDescription(java.lang.String value)
           
 void setDisplayName(java.lang.String value)
           
 void setExtnName(java.lang.String value)
           
 void setInputs(TestDefType.InputsType value)
           
 void setModuleId(java.lang.String value)
           
 void setName(java.lang.String value)
           
 void setOutputs(TestDefType.OutputsType value)
           
 void setPrereqs(TestDefType.PrereqsType value)
           
 void setRequiresApplicationCode(java.lang.String value)
           
 void setSensitivity(java.lang.String value)
           
 void setSourceLang(java.lang.String value)
           
 void setStepDefs(TestDefType.StepDefsType value)
           
 void setSteps(TestDefType.StepsType value)
           
 void setTags(TestDefType.TagsType value)
           
 void setTargetModules(TestDefType.TargetModulesType value)
           
 void setUsage(java.lang.String value)
           
 void setVersion(java.lang.String value)
           
 
Methods inherited from class oracle.xml.jaxb.JaxbNode
createSimpleType, getDOMNode, getElement, getElement, getJaxbAttr, getJaxbAttrBigDecimalValue, getJaxbAttrBigIntegerValue, getJaxbAttrBooleanValue, getJaxbAttrByteArrayValue, getJaxbAttrByteValue, getJaxbAttrCalendarValue, getJaxbAttrDoubleValue, getJaxbAttrFloatValue, getJaxbAttrIntValue, getJaxbAttrLongValue, getJaxbAttrObjectValue, getJaxbAttrQNameValue, getJaxbAttrShortValue, getJaxbAttrStringValue, getJaxbBigDecimalValue, getJaxbBigIntegerValue, getJaxbBooleanValue, getJaxbByteArrayValue, getJaxbByteValue, getJaxbCalendarValue, getJaxbDoubleValue, getJaxbElement, getJaxbElementBigDecimalValue, getJaxbElementBigIntegerValue, getJaxbElementBooleanValue, getJaxbElementByteArrayValue, getJaxbElementByteValue, getJaxbElementCalendarValue, getJaxbElementDoubleValue, getJaxbElementFloatValue, getJaxbElementIntValue, getJaxbElementLongValue, getJaxbElementObjectValue, getJaxbElementQNameValue, getJaxbElementShortValue, getJaxbElementStringValue, getJaxbFloatValue, getJaxbIntValue, getJaxbListValue, getJaxbLongValue, getJaxbObjectValue, getJaxbQNameValue, getJaxbShortValue, getJaxbStringValue, getJaxbValue, getList, getOwnerDocument, marshal, marshal, marshal, marshal, populateAnyType, populateAnyType, readExternal, readExternal, setAnyType, setElement, setElement, setJaxbAttr, setJaxbAttrBigDecimalValue, setJaxbAttrBigIntegerValue, setJaxbAttrBooleanValue, setJaxbAttrByteArrayValue, setJaxbAttrByteValue, setJaxbAttrCalendarValue, setJaxbAttrDoubleValue, setJaxbAttrFloatValue, setJaxbAttrIntValue, setJaxbAttrLongValue, setJaxbAttrObjectValue, setJaxbAttrQNameValue, setJaxbAttrShortValue, setJaxbAttrStringValue, setJaxbBigDecimalValue, setJaxbBigIntegerValue, setJaxbBooleanValue, setJaxbByteArrayValue, setJaxbByteValue, setJaxbCalendarValue, setJaxbDoubleValue, setJaxbElement, setJaxbElementBigDecimalValue, setJaxbElementBigIntegerValue, setJaxbElementBooleanValue, setJaxbElementByteArrayValue, setJaxbElementByteValue, setJaxbElementCalendarValue, setJaxbElementDoubleValue, setJaxbElementFloatValue, setJaxbElementIntValue, setJaxbElementLongValue, setJaxbElementObjectValue, setJaxbElementQNameValue, setJaxbElementShortValue, setJaxbElementStringValue, setJaxbFloatValue, setJaxbIntValue, setJaxbLongValue, setJaxbObjectValue, setJaxbQNameValue, setJaxbShortValue, setJaxbStringValue, setJaxbValue, setNodeArrayValue, setNodeVectorValue, setNodeVectorValue, writeExternal, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_TestDefType

protected static final java.lang.Object[] _TestDefType
Constructor Detail

TestDefTypeImpl

public TestDefTypeImpl()

TestDefTypeImpl

public TestDefTypeImpl(oracle.xml.parser.v2.XMLDocument ownerDoc)

TestDefTypeImpl

public TestDefTypeImpl(java.lang.String name,
                       java.lang.String namespace,
                       oracle.xml.parser.v2.XMLDocument ownerDoc)

TestDefTypeImpl

public TestDefTypeImpl(oracle.xml.parser.v2.XMLElement node)
Method Detail

setSourceLang

public void setSourceLang(java.lang.String value)
Specified by:
setSourceLang in interface TestDefType

getSourceLang

public java.lang.String getSourceLang()
Specified by:
getSourceLang in interface TestDefType

setModuleId

public void setModuleId(java.lang.String value)
Specified by:
setModuleId in interface TestDefType

getModuleId

public java.lang.String getModuleId()
Specified by:
getModuleId in interface TestDefType

setSensitivity

public void setSensitivity(java.lang.String value)
Specified by:
setSensitivity in interface TestDefType

getSensitivity

public java.lang.String getSensitivity()
Specified by:
getSensitivity in interface TestDefType

setName

public void setName(java.lang.String value)
Specified by:
setName in interface TestDefType

getName

public java.lang.String getName()
Specified by:
getName in interface TestDefType

setRequiresApplicationCode

public void setRequiresApplicationCode(java.lang.String value)
Specified by:
setRequiresApplicationCode in interface TestDefType

getRequiresApplicationCode

public java.lang.String getRequiresApplicationCode()
Specified by:
getRequiresApplicationCode in interface TestDefType

setExtnName

public void setExtnName(java.lang.String value)
Specified by:
setExtnName in interface TestDefType

getExtnName

public java.lang.String getExtnName()
Specified by:
getExtnName in interface TestDefType

setDateFormat

public void setDateFormat(java.lang.String value)
Specified by:
setDateFormat in interface TestDefType

getDateFormat

public java.lang.String getDateFormat()
Specified by:
getDateFormat in interface TestDefType

setVersion

public void setVersion(java.lang.String value)
Specified by:
setVersion in interface TestDefType

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in interface TestDefType

setDisplayName

public void setDisplayName(java.lang.String value)
Specified by:
setDisplayName in interface TestDefType

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface TestDefType

setDescription

public void setDescription(java.lang.String value)
Specified by:
setDescription in interface TestDefType

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface TestDefType

setUsage

public void setUsage(java.lang.String value)
Specified by:
setUsage in interface TestDefType

getUsage

public java.lang.String getUsage()
Specified by:
getUsage in interface TestDefType

setInputs

public void setInputs(TestDefType.InputsType value)
Specified by:
setInputs in interface TestDefType

getInputs

public TestDefType.InputsType getInputs()
Specified by:
getInputs in interface TestDefType

setOutputs

public void setOutputs(TestDefType.OutputsType value)
Specified by:
setOutputs in interface TestDefType

getOutputs

public TestDefType.OutputsType getOutputs()
Specified by:
getOutputs in interface TestDefType

setSteps

public void setSteps(TestDefType.StepsType value)
Specified by:
setSteps in interface TestDefType

getSteps

public TestDefType.StepsType getSteps()
Specified by:
getSteps in interface TestDefType

setStepDefs

public void setStepDefs(TestDefType.StepDefsType value)
Specified by:
setStepDefs in interface TestDefType

getStepDefs

public TestDefType.StepDefsType getStepDefs()
Specified by:
getStepDefs in interface TestDefType

setTargetModules

public void setTargetModules(TestDefType.TargetModulesType value)
Specified by:
setTargetModules in interface TestDefType

getTargetModules

public TestDefType.TargetModulesType getTargetModules()
Specified by:
getTargetModules in interface TestDefType

setPrereqs

public void setPrereqs(TestDefType.PrereqsType value)
Specified by:
setPrereqs in interface TestDefType

getPrereqs

public TestDefType.PrereqsType getPrereqs()
Specified by:
getPrereqs in interface TestDefType

setTags

public void setTags(TestDefType.TagsType value)
Specified by:
setTags in interface TestDefType

getTags

public TestDefType.TagsType getTags()
Specified by:
getTags in interface TestDefType

createJaxbNode

public java.lang.Object createJaxbNode(oracle.xml.parser.v2.XMLNode node)
Overrides:
createJaxbNode in class oracle.xml.jaxb.JaxbNode

populateNodeArray

public void populateNodeArray(oracle.xml.parser.v2.XMLNode node)
Overrides:
populateNodeArray in class oracle.xml.jaxb.JaxbNode

getSchemaObject

protected java.lang.Object[] getSchemaObject()
Overrides:
getSchemaObject in class oracle.xml.jaxb.JaxbNode

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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.