org.weblab_project.services.reportprovider.types
Class ObjectFactory

java.lang.Object
  extended by org.weblab_project.services.reportprovider.types.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.weblab_project.services.reportprovider.types 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.weblab_project.services.reportprovider.types
 
Method Summary
 AddInformationArgs createAddInformationArgs()
          Create an instance of AddInformationArgs
 javax.xml.bind.JAXBElement<AddInformationArgs> createAddInformationArgs(AddInformationArgs value)
          Create an instance of JAXBElement<AddInformationArgs>}
 AddInformationReturn createAddInformationReturn()
          Create an instance of AddInformationReturn
 javax.xml.bind.JAXBElement<AddInformationReturn> createAddInformationReturn(AddInformationReturn value)
          Create an instance of JAXBElement<AddInformationReturn>}
 BuildReportArgs createBuildReportArgs()
          Create an instance of BuildReportArgs
 javax.xml.bind.JAXBElement<BuildReportArgs> createBuildReportArgs(BuildReportArgs value)
          Create an instance of JAXBElement<BuildReportArgs>}
 BuildReportReturn createBuildReportReturn()
          Create an instance of BuildReportReturn
 javax.xml.bind.JAXBElement<BuildReportReturn> createBuildReportReturn(BuildReportReturn value)
          Create an instance of JAXBElement<BuildReportReturn>}
 
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.weblab_project.services.reportprovider.types

Method Detail

createAddInformationReturn

public AddInformationReturn createAddInformationReturn()
Create an instance of AddInformationReturn


createBuildReportReturn

public BuildReportReturn createBuildReportReturn()
Create an instance of BuildReportReturn


createAddInformationArgs

public AddInformationArgs createAddInformationArgs()
Create an instance of AddInformationArgs


createBuildReportArgs

public BuildReportArgs createBuildReportArgs()
Create an instance of BuildReportArgs


createAddInformationReturn

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


createAddInformationArgs

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


createBuildReportReturn

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


createBuildReportArgs

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



Copyright © 2004-2010. All Rights Reserved.