com.example.customerservice
Class ObjectFactory

java.lang.Object
  extended by com.example.customerservice.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.example.customerservice 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.example.customerservice
 
Method Summary
 Customer createCustomer()
          Create an instance of Customer
 GetCustomersByName createGetCustomersByName()
          Create an instance of GetCustomersByName
 JAXBElement<GetCustomersByName> createGetCustomersByName(GetCustomersByName value)
          Create an instance of JAXBElement<GetCustomersByName>}
 GetCustomersByNameResponse createGetCustomersByNameResponse()
          Create an instance of GetCustomersByNameResponse
 JAXBElement<GetCustomersByNameResponse> createGetCustomersByNameResponse(GetCustomersByNameResponse value)
          Create an instance of JAXBElement<GetCustomersByNameResponse>}
 NoSuchCustomer createNoSuchCustomer()
          Create an instance of NoSuchCustomer
 JAXBElement<NoSuchCustomer> createNoSuchCustomer(NoSuchCustomer value)
          Create an instance of JAXBElement<NoSuchCustomer>}
 UpdateCustomer createUpdateCustomer()
          Create an instance of UpdateCustomer
 JAXBElement<UpdateCustomer> createUpdateCustomer(UpdateCustomer value)
          Create an instance of JAXBElement<UpdateCustomer>}
 
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.example.customerservice

Method Detail

createGetCustomersByNameResponse

public GetCustomersByNameResponse createGetCustomersByNameResponse()
Create an instance of GetCustomersByNameResponse


createUpdateCustomer

public UpdateCustomer createUpdateCustomer()
Create an instance of UpdateCustomer


createGetCustomersByName

public GetCustomersByName createGetCustomersByName()
Create an instance of GetCustomersByName


createCustomer

public Customer createCustomer()
Create an instance of Customer


createNoSuchCustomer

public NoSuchCustomer createNoSuchCustomer()
Create an instance of NoSuchCustomer


createNoSuchCustomer

public JAXBElement<NoSuchCustomer> createNoSuchCustomer(NoSuchCustomer value)
Create an instance of JAXBElement<NoSuchCustomer>}


createGetCustomersByNameResponse

public JAXBElement<GetCustomersByNameResponse> createGetCustomersByNameResponse(GetCustomersByNameResponse value)
Create an instance of JAXBElement<GetCustomersByNameResponse>}


createGetCustomersByName

public JAXBElement<GetCustomersByName> createGetCustomersByName(GetCustomersByName value)
Create an instance of JAXBElement<GetCustomersByName>}


createUpdateCustomer

public JAXBElement<UpdateCustomer> createUpdateCustomer(UpdateCustomer value)
Create an instance of JAXBElement<UpdateCustomer>}



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.