uri.cxf_apache_org.jstest.types.any
Class ObjectFactory

java.lang.Object
  extended by uri.cxf_apache_org.jstest.types.any.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the uri.cxf_apache_org.jstest.types.any 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: uri.cxf_apache_org.jstest.types.any
 
Method Summary
 AcceptAny1 createAcceptAny1()
          Create an instance of AcceptAny1
 AcceptAnyN createAcceptAnyN()
          Create an instance of AcceptAnyN
 AcceptAnyOptional createAcceptAnyOptional()
          Create an instance of AcceptAnyOptional
 ReturnAny1 createReturnAny1()
          Create an instance of ReturnAny1
 ReturnAnyN createReturnAnyN()
          Create an instance of ReturnAnyN
 ReturnAnyOptional createReturnAnyOptional()
          Create an instance of ReturnAnyOptional
 
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: uri.cxf_apache_org.jstest.types.any

Method Detail

createAcceptAny1

public AcceptAny1 createAcceptAny1()
Create an instance of AcceptAny1


createReturnAny1

public ReturnAny1 createReturnAny1()
Create an instance of ReturnAny1


createAcceptAnyN

public AcceptAnyN createAcceptAnyN()
Create an instance of AcceptAnyN


createAcceptAnyOptional

public AcceptAnyOptional createAcceptAnyOptional()
Create an instance of AcceptAnyOptional


createReturnAnyOptional

public ReturnAnyOptional createReturnAnyOptional()
Create an instance of ReturnAnyOptional


createReturnAnyN

public ReturnAnyN createReturnAnyN()
Create an instance of ReturnAnyN



Apache CXF