com.legstar.test.cixs.osarrays
Class ObjectFactory

java.lang.Object
  extended by com.legstar.test.cixs.osarrays.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.legstar.test.cixs.osarrays 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: com.legstar.test.cixs.osarrays
 
Method Summary
 OsarraysFaultInfo createOsarraysFaultInfo()
          Create an instance of OsarraysFaultInfo
 JAXBElement<OsarraysFaultInfo> createOsarraysFaultInfo(OsarraysFaultInfo value)
          Create an instance of JAXBElement<OsarraysFaultInfo>}
 OsarraysHostHeader createOsarraysHostHeader()
          Create an instance of OsarraysHostHeader
 JAXBElement<OsarraysHostHeader> createOsarraysHostHeader(OsarraysHostHeader value)
          Create an instance of JAXBElement<OsarraysHostHeader>}
 OsarraysRequest createOsarraysRequest()
          Create an instance of OsarraysRequest
 JAXBElement<OsarraysRequest> createOsarraysRequest(OsarraysRequest value)
          Create an instance of JAXBElement<OsarraysRequest>}
 OsarraysResponse createOsarraysResponse()
          Create an instance of OsarraysResponse
 JAXBElement<OsarraysResponse> createOsarraysResponse(OsarraysResponse value)
          Create an instance of JAXBElement<OsarraysResponse>}
 
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: com.legstar.test.cixs.osarrays

Method Detail

createOsarraysHostHeader

public OsarraysHostHeader createOsarraysHostHeader()
Create an instance of OsarraysHostHeader


createOsarraysFaultInfo

public OsarraysFaultInfo createOsarraysFaultInfo()
Create an instance of OsarraysFaultInfo


createOsarraysResponse

public OsarraysResponse createOsarraysResponse()
Create an instance of OsarraysResponse


createOsarraysRequest

public OsarraysRequest createOsarraysRequest()
Create an instance of OsarraysRequest


createOsarraysHostHeader

public JAXBElement<OsarraysHostHeader> createOsarraysHostHeader(OsarraysHostHeader value)
Create an instance of JAXBElement<OsarraysHostHeader>}


createOsarraysFaultInfo

public JAXBElement<OsarraysFaultInfo> createOsarraysFaultInfo(OsarraysFaultInfo value)
Create an instance of JAXBElement<OsarraysFaultInfo>}


createOsarraysRequest

public JAXBElement<OsarraysRequest> createOsarraysRequest(OsarraysRequest value)
Create an instance of JAXBElement<OsarraysRequest>}


createOsarraysResponse

public JAXBElement<OsarraysResponse> createOsarraysResponse(OsarraysResponse value)
Create an instance of JAXBElement<OsarraysResponse>}



Copyright © 2011 LegSem. All Rights Reserved.