org.whatsitcalled.webflange.service
Class ObjectFactory

java.lang.Object
  extended by org.whatsitcalled.webflange.service.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 org.whatsitcalled.webflange.service 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: org.whatsitcalled.webflange.service
 
Method Summary
 CreateAndRun createCreateAndRun()
          Create an instance of CreateAndRun
 javax.xml.bind.JAXBElement<CreateAndRun> createCreateAndRun(CreateAndRun value)
          Create an instance of JAXBElement<CreateAndRun>}
 CreateAndRunResponse createCreateAndRunResponse()
          Create an instance of CreateAndRunResponse
 javax.xml.bind.JAXBElement<CreateAndRunResponse> createCreateAndRunResponse(CreateAndRunResponse value)
          Create an instance of JAXBElement<CreateAndRunResponse>}
 CreateLoadTest createCreateLoadTest()
          Create an instance of CreateLoadTest
 javax.xml.bind.JAXBElement<CreateLoadTest> createCreateLoadTest(CreateLoadTest value)
          Create an instance of JAXBElement<CreateLoadTest>}
 CreateLoadTestResponse createCreateLoadTestResponse()
          Create an instance of CreateLoadTestResponse
 javax.xml.bind.JAXBElement<CreateLoadTestResponse> createCreateLoadTestResponse(CreateLoadTestResponse value)
          Create an instance of JAXBElement<CreateLoadTestResponse>}
 Init createInit()
          Create an instance of Init
 javax.xml.bind.JAXBElement<Init> createInit(Init value)
          Create an instance of JAXBElement<Init>}
 InitResponse createInitResponse()
          Create an instance of InitResponse
 javax.xml.bind.JAXBElement<InitResponse> createInitResponse(InitResponse value)
          Create an instance of JAXBElement<InitResponse>}
 TestTO createTestTO()
          Create an instance of TestTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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: org.whatsitcalled.webflange.service

Method Detail

createTestTO

public TestTO createTestTO()
Create an instance of TestTO


createInitResponse

public InitResponse createInitResponse()
Create an instance of InitResponse


createCreateLoadTestResponse

public CreateLoadTestResponse createCreateLoadTestResponse()
Create an instance of CreateLoadTestResponse


createInit

public Init createInit()
Create an instance of Init


createCreateLoadTest

public CreateLoadTest createCreateLoadTest()
Create an instance of CreateLoadTest


createCreateAndRun

public CreateAndRun createCreateAndRun()
Create an instance of CreateAndRun


createCreateAndRunResponse

public CreateAndRunResponse createCreateAndRunResponse()
Create an instance of CreateAndRunResponse


createCreateLoadTestResponse

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


createCreateAndRun

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


createInit

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


createCreateLoadTest

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


createInitResponse

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


createCreateAndRunResponse

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



Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.