org.apache.schema_validation.types
Class ObjectFactory

java.lang.Object
  extended by org.apache.schema_validation.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.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
 
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

createGetOccuringStruct

public GetOccuringStruct createGetOccuringStruct()
Create an instance of GetOccuringStruct


createGetComplexStructResponse

public GetComplexStructResponse createGetComplexStructResponse()
Create an instance of GetComplexStructResponse


createSetOccuringStruct

public SetOccuringStruct createSetOccuringStruct()
Create an instance of SetOccuringStruct


createSetOccuringStructResponse

public SetOccuringStructResponse createSetOccuringStructResponse()
Create an instance of SetOccuringStructResponse


createComplexStruct

public ComplexStruct createComplexStruct()
Create an instance of ComplexStruct


createGetComplexStruct

public GetComplexStruct createGetComplexStruct()
Create an instance of GetComplexStruct


createSetComplexStructResponse

public SetComplexStructResponse createSetComplexStructResponse()
Create an instance of SetComplexStructResponse


createOccuringStruct

public OccuringStruct createOccuringStruct()
Create an instance of OccuringStruct


createSetComplexStruct

public SetComplexStruct createSetComplexStruct()
Create an instance of SetComplexStruct


createGetOccuringStructResponse

public GetOccuringStructResponse createGetOccuringStructResponse()
Create an instance of GetOccuringStructResponse



Apache CXF