public class ObjectFactory
extends java.lang.Object
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 and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.ibm.broker.config.appdev.test
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<AssertionType> |
createAssertion(AssertionType value)
|
AssertionType |
createAssertionType()
Create an instance of
AssertionType |
javax.xml.bind.JAXBElement<CheckPointType> |
createCheckPoint(CheckPointType value)
|
CheckPointType |
createCheckPointType()
Create an instance of
CheckPointType |
javax.xml.bind.JAXBElement<DataPoolType> |
createDataPool(DataPoolType value)
|
DataPoolType |
createDataPoolType()
Create an instance of
DataPoolType |
javax.xml.bind.JAXBElement<java.lang.String> |
createDescription(java.lang.String value)
Create an instance of
JAXBElement < String > } |
javax.xml.bind.JAXBElement<FixturesType> |
createFixtures(FixturesType value)
|
FixturesType |
createFixturesType()
Create an instance of
FixturesType |
javax.xml.bind.JAXBElement<InjectionPointType> |
createInjectionPoint(InjectionPointType value)
|
InjectionPointType |
createInjectionPointType()
Create an instance of
InjectionPointType |
javax.xml.bind.JAXBElement<java.lang.String> |
createMessageFlow(java.lang.String value)
Create an instance of
JAXBElement < String > } |
javax.xml.bind.JAXBElement<TestType> |
createTest(TestType value)
|
javax.xml.bind.JAXBElement<TestcaseType> |
createTestCase(TestcaseType value)
|
TestcaseType |
createTestcaseType()
Create an instance of
TestcaseType |
javax.xml.bind.JAXBElement<TestDataType> |
createTestData(TestDataType value)
|
TestDataType |
createTestDataType()
Create an instance of
TestDataType |
TestType |
createTestType()
Create an instance of
TestType |
public ObjectFactory()
public FixturesType createFixturesType()
FixturesType
public InjectionPointType createInjectionPointType()
InjectionPointType
public TestcaseType createTestcaseType()
TestcaseType
public DataPoolType createDataPoolType()
DataPoolType
public CheckPointType createCheckPointType()
CheckPointType
public AssertionType createAssertionType()
AssertionType
public TestDataType createTestDataType()
TestDataType
public javax.xml.bind.JAXBElement<InjectionPointType> createInjectionPoint(InjectionPointType value)
public javax.xml.bind.JAXBElement<AssertionType> createAssertion(AssertionType value)
public javax.xml.bind.JAXBElement<TestcaseType> createTestCase(TestcaseType value)
public javax.xml.bind.JAXBElement<java.lang.String> createMessageFlow(java.lang.String value)
JAXBElement
<
String
>
}public javax.xml.bind.JAXBElement<CheckPointType> createCheckPoint(CheckPointType value)
public javax.xml.bind.JAXBElement<FixturesType> createFixtures(FixturesType value)
public javax.xml.bind.JAXBElement<TestDataType> createTestData(TestDataType value)
public javax.xml.bind.JAXBElement<DataPoolType> createDataPool(DataPoolType value)
public javax.xml.bind.JAXBElement<java.lang.String> createDescription(java.lang.String value)
JAXBElement
<
String
>
}