com.ibm.broker.config.appdev.test
Class ObjectFactory
- java.lang.Object
-
- com.ibm.broker.config.appdev.test.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the com.ibm.broker.config.appdev.test 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
Constructors 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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description javax.xml.bind.JAXBElement<AssertionType>createAssertion(AssertionType value)AssertionTypecreateAssertionType()Create an instance ofAssertionTypejavax.xml.bind.JAXBElement<CheckPointType>createCheckPoint(CheckPointType value)CheckPointTypecreateCheckPointType()Create an instance ofCheckPointTypejavax.xml.bind.JAXBElement<DataPoolType>createDataPool(DataPoolType value)DataPoolTypecreateDataPoolType()Create an instance ofDataPoolTypejavax.xml.bind.JAXBElement<java.lang.String>createDescription(java.lang.String value)Create an instance ofJAXBElement<String>}javax.xml.bind.JAXBElement<FixturesType>createFixtures(FixturesType value)FixturesTypecreateFixturesType()Create an instance ofFixturesTypejavax.xml.bind.JAXBElement<InjectionPointType>createInjectionPoint(InjectionPointType value)InjectionPointTypecreateInjectionPointType()Create an instance ofInjectionPointTypejavax.xml.bind.JAXBElement<java.lang.String>createMessageFlow(java.lang.String value)Create an instance ofJAXBElement<String>}javax.xml.bind.JAXBElement<TestType>createTest(TestType value)javax.xml.bind.JAXBElement<TestcaseType>createTestCase(TestcaseType value)TestcaseTypecreateTestcaseType()Create an instance ofTestcaseTypejavax.xml.bind.JAXBElement<TestDataType>createTestData(TestDataType value)TestDataTypecreateTestDataType()Create an instance ofTestDataTypeTestTypecreateTestType()Create an instance ofTestType
-
-
-
Constructor Detail
-
ObjectFactory
public 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
-
-
Method Detail
-
createFixturesType
public FixturesType createFixturesType()
Create an instance ofFixturesType
-
createInjectionPointType
public InjectionPointType createInjectionPointType()
Create an instance ofInjectionPointType
-
createTestcaseType
public TestcaseType createTestcaseType()
Create an instance ofTestcaseType
-
createDataPoolType
public DataPoolType createDataPoolType()
Create an instance ofDataPoolType
-
createCheckPointType
public CheckPointType createCheckPointType()
Create an instance ofCheckPointType
-
createAssertionType
public AssertionType createAssertionType()
Create an instance ofAssertionType
-
createTestDataType
public TestDataType createTestDataType()
Create an instance ofTestDataType
-
createInjectionPoint
public javax.xml.bind.JAXBElement<InjectionPointType> createInjectionPoint(InjectionPointType value)
-
createAssertion
public javax.xml.bind.JAXBElement<AssertionType> createAssertion(AssertionType value)
-
createTestCase
public javax.xml.bind.JAXBElement<TestcaseType> createTestCase(TestcaseType value)
-
createMessageFlow
public javax.xml.bind.JAXBElement<java.lang.String> createMessageFlow(java.lang.String value)
Create an instance ofJAXBElement<String>}
-
createCheckPoint
public javax.xml.bind.JAXBElement<CheckPointType> createCheckPoint(CheckPointType value)
-
createFixtures
public javax.xml.bind.JAXBElement<FixturesType> createFixtures(FixturesType value)
-
createTestData
public javax.xml.bind.JAXBElement<TestDataType> createTestData(TestDataType value)
-
createDataPool
public javax.xml.bind.JAXBElement<DataPoolType> createDataPool(DataPoolType value)
-
createDescription
public javax.xml.bind.JAXBElement<java.lang.String> createDescription(java.lang.String value)
Create an instance ofJAXBElement<String>}
-
-