soa.sca.samples.candystore
Class ObjectFactory

java.lang.Object
  extended by soa.sca.samples.candystore.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 soa.sca.samples.candystore 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: soa.sca.samples.candystore
 
Method Summary
 Add createAdd()
          Create an instance of Add
 javax.xml.bind.JAXBElement<Add> createAdd(Add value)
          Create an instance of JAXBElement<Add>}
 AddResponse createAddResponse()
          Create an instance of AddResponse
 javax.xml.bind.JAXBElement<AddResponse> createAddResponse(AddResponse value)
          Create an instance of JAXBElement<AddResponse>}
 CheckoutCart createCheckoutCart()
          Create an instance of CheckoutCart
 javax.xml.bind.JAXBElement<CheckoutCart> createCheckoutCart(CheckoutCart value)
          Create an instance of JAXBElement<CheckoutCart>}
 CheckoutCartResponse createCheckoutCartResponse()
          Create an instance of CheckoutCartResponse
 javax.xml.bind.JAXBElement<CheckoutCartResponse> createCheckoutCartResponse(CheckoutCartResponse value)
          Create an instance of JAXBElement<CheckoutCartResponse>}
 DeleteCart createDeleteCart()
          Create an instance of DeleteCart
 javax.xml.bind.JAXBElement<DeleteCart> createDeleteCart(DeleteCart value)
          Create an instance of JAXBElement<DeleteCart>}
 DeleteCartResponse createDeleteCartResponse()
          Create an instance of DeleteCartResponse
 javax.xml.bind.JAXBElement<DeleteCartResponse> createDeleteCartResponse(DeleteCartResponse value)
          Create an instance of JAXBElement<DeleteCartResponse>}
 GetCartProducts createGetCartProducts()
          Create an instance of GetCartProducts
 javax.xml.bind.JAXBElement<GetCartProducts> createGetCartProducts(GetCartProducts value)
          Create an instance of JAXBElement<GetCartProducts>}
 GetCartProductsResponse createGetCartProductsResponse()
          Create an instance of GetCartProductsResponse
 javax.xml.bind.JAXBElement<GetCartProductsResponse> createGetCartProductsResponse(GetCartProductsResponse value)
          Create an instance of JAXBElement<GetCartProductsResponse>}
 GetCatalogProducts createGetCatalogProducts()
          Create an instance of GetCatalogProducts
 javax.xml.bind.JAXBElement<GetCatalogProducts> createGetCatalogProducts(GetCatalogProducts value)
          Create an instance of JAXBElement<GetCatalogProducts>}
 GetCatalogProductsResponse createGetCatalogProductsResponse()
          Create an instance of GetCatalogProductsResponse
 javax.xml.bind.JAXBElement<GetCatalogProductsResponse> createGetCatalogProductsResponse(GetCatalogProductsResponse value)
          Create an instance of JAXBElement<GetCatalogProductsResponse>}
 GetTotal createGetTotal()
          Create an instance of GetTotal
 javax.xml.bind.JAXBElement<GetTotal> createGetTotal(GetTotal value)
          Create an instance of JAXBElement<GetTotal>}
 GetTotalResponse createGetTotalResponse()
          Create an instance of GetTotalResponse
 javax.xml.bind.JAXBElement<GetTotalResponse> createGetTotalResponse(GetTotalResponse value)
          Create an instance of JAXBElement<GetTotalResponse>}
 javax.xml.bind.JAXBElement<java.lang.Integer> createNotFoundFault(java.lang.Integer value)
          Create an instance of JAXBElement<Integer>}
 Product createProduct()
          Create an instance of Product
 Record createRecord()
          Create an instance of Record
 
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: soa.sca.samples.candystore

Method Detail

createRecord

public Record createRecord()
Create an instance of Record


createCheckoutCartResponse

public CheckoutCartResponse createCheckoutCartResponse()
Create an instance of CheckoutCartResponse


createAddResponse

public AddResponse createAddResponse()
Create an instance of AddResponse


createGetTotal

public GetTotal createGetTotal()
Create an instance of GetTotal


createGetCartProductsResponse

public GetCartProductsResponse createGetCartProductsResponse()
Create an instance of GetCartProductsResponse


createGetCatalogProducts

public GetCatalogProducts createGetCatalogProducts()
Create an instance of GetCatalogProducts


createDeleteCart

public DeleteCart createDeleteCart()
Create an instance of DeleteCart


createProduct

public Product createProduct()
Create an instance of Product


createAdd

public Add createAdd()
Create an instance of Add


createDeleteCartResponse

public DeleteCartResponse createDeleteCartResponse()
Create an instance of DeleteCartResponse


createGetCatalogProductsResponse

public GetCatalogProductsResponse createGetCatalogProductsResponse()
Create an instance of GetCatalogProductsResponse


createGetTotalResponse

public GetTotalResponse createGetTotalResponse()
Create an instance of GetTotalResponse


createGetCartProducts

public GetCartProducts createGetCartProducts()
Create an instance of GetCartProducts


createCheckoutCart

public CheckoutCart createCheckoutCart()
Create an instance of CheckoutCart


createNotFoundFault

public javax.xml.bind.JAXBElement<java.lang.Integer> createNotFoundFault(java.lang.Integer value)
Create an instance of JAXBElement<Integer>}


createGetTotal

public javax.xml.bind.JAXBElement<GetTotal> createGetTotal(GetTotal value)
Create an instance of JAXBElement<GetTotal>}


createCheckoutCart

public javax.xml.bind.JAXBElement<CheckoutCart> createCheckoutCart(CheckoutCart value)
Create an instance of JAXBElement<CheckoutCart>}


createCheckoutCartResponse

public javax.xml.bind.JAXBElement<CheckoutCartResponse> createCheckoutCartResponse(CheckoutCartResponse value)
Create an instance of JAXBElement<CheckoutCartResponse>}


createAddResponse

public javax.xml.bind.JAXBElement<AddResponse> createAddResponse(AddResponse value)
Create an instance of JAXBElement<AddResponse>}


createDeleteCartResponse

public javax.xml.bind.JAXBElement<DeleteCartResponse> createDeleteCartResponse(DeleteCartResponse value)
Create an instance of JAXBElement<DeleteCartResponse>}


createAdd

public javax.xml.bind.JAXBElement<Add> createAdd(Add value)
Create an instance of JAXBElement<Add>}


createDeleteCart

public javax.xml.bind.JAXBElement<DeleteCart> createDeleteCart(DeleteCart value)
Create an instance of JAXBElement<DeleteCart>}


createGetTotalResponse

public javax.xml.bind.JAXBElement<GetTotalResponse> createGetTotalResponse(GetTotalResponse value)
Create an instance of JAXBElement<GetTotalResponse>}


createGetCartProducts

public javax.xml.bind.JAXBElement<GetCartProducts> createGetCartProducts(GetCartProducts value)
Create an instance of JAXBElement<GetCartProducts>}


createGetCatalogProductsResponse

public javax.xml.bind.JAXBElement<GetCatalogProductsResponse> createGetCatalogProductsResponse(GetCatalogProductsResponse value)
Create an instance of JAXBElement<GetCatalogProductsResponse>}


createGetCatalogProducts

public javax.xml.bind.JAXBElement<GetCatalogProducts> createGetCatalogProducts(GetCatalogProducts value)
Create an instance of JAXBElement<GetCatalogProducts>}


createGetCartProductsResponse

public javax.xml.bind.JAXBElement<GetCartProductsResponse> createGetCartProductsResponse(GetCartProductsResponse value)
Create an instance of JAXBElement<GetCartProductsResponse>}