org.apache.schema_validation.types
Class ObjectFactory

java.lang.Object
  extended by org.apache.schema_validation.types.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.schema_validation.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.apache.schema_validation.types
 
Method Summary
 ComplexStruct createComplexStruct()
          Create an instance of ComplexStruct
 GetComplexStruct createGetComplexStruct()
          Create an instance of GetComplexStruct
 GetComplexStructResponse createGetComplexStructResponse()
          Create an instance of GetComplexStructResponse
 GetOccuringStruct createGetOccuringStruct()
          Create an instance of GetOccuringStruct
 GetOccuringStructResponse createGetOccuringStructResponse()
          Create an instance of GetOccuringStructResponse
 OccuringStruct createOccuringStruct()
          Create an instance of OccuringStruct
 SetComplexStruct createSetComplexStruct()
          Create an instance of SetComplexStruct
 SetComplexStructResponse createSetComplexStructResponse()
          Create an instance of SetComplexStructResponse
 SetOccuringStruct createSetOccuringStruct()
          Create an instance of SetOccuringStruct
 SetOccuringStructResponse createSetOccuringStructResponse()
          Create an instance of SetOccuringStructResponse
 SomeFault createSomeFault()
          Create an instance of SomeFault
 SomeHeader createSomeHeader()
          Create an instance of SomeHeader
 SomeRequest createSomeRequest()
          Create an instance of SomeRequest
 SomeRequestWithHeader createSomeRequestWithHeader()
          Create an instance of SomeRequestWithHeader
 SomeResponse createSomeResponse()
          Create an instance of SomeResponse
 SomeResponseWithHeader createSomeResponseWithHeader()
          Create an instance of SomeResponseWithHeader
 
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.apache.schema_validation.types

Method Detail

createSomeRequest

public SomeRequest createSomeRequest()
Create an instance of SomeRequest


createGetOccuringStructResponse

public GetOccuringStructResponse createGetOccuringStructResponse()
Create an instance of GetOccuringStructResponse


createOccuringStruct

public OccuringStruct createOccuringStruct()
Create an instance of OccuringStruct


createSomeFault

public SomeFault createSomeFault()
Create an instance of SomeFault


createGetComplexStructResponse

public GetComplexStructResponse createGetComplexStructResponse()
Create an instance of GetComplexStructResponse


createComplexStruct

public ComplexStruct createComplexStruct()
Create an instance of ComplexStruct


createSetOccuringStructResponse

public SetOccuringStructResponse createSetOccuringStructResponse()
Create an instance of SetOccuringStructResponse


createSetOccuringStruct

public SetOccuringStruct createSetOccuringStruct()
Create an instance of SetOccuringStruct


createGetComplexStruct

public GetComplexStruct createGetComplexStruct()
Create an instance of GetComplexStruct


createSomeRequestWithHeader

public SomeRequestWithHeader createSomeRequestWithHeader()
Create an instance of SomeRequestWithHeader


createSomeResponse

public SomeResponse createSomeResponse()
Create an instance of SomeResponse


createSetComplexStruct

public SetComplexStruct createSetComplexStruct()
Create an instance of SetComplexStruct


createSomeResponseWithHeader

public SomeResponseWithHeader createSomeResponseWithHeader()
Create an instance of SomeResponseWithHeader


createSomeHeader

public SomeHeader createSomeHeader()
Create an instance of SomeHeader


createGetOccuringStruct

public GetOccuringStruct createGetOccuringStruct()
Create an instance of GetOccuringStruct


createSetComplexStructResponse

public SetComplexStructResponse createSetComplexStructResponse()
Create an instance of SetComplexStructResponse



Apache CXF