Code Search for Developers
 
 
  

ObjectFactory.java from riverock at Krugle


Show ObjectFactory.java syntax highlighted

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.4-b01-fcs 
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2006.11.26 at 03:57:27 PM MSK 
//


package org.riverock.commerce.schema.shop;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.riverock.commerce.schema.shop package. 
 * <p>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.
 * 
 */
@XmlRegistry
public class ObjectFactory {


    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.riverock.commerce.schema.shop
     * 
     */
    public ObjectFactory() {
    }

    /**
     * Create an instance of {@link CurrentBasketType }
     * 
     */
    public CurrentBasketType createCurrentBasketType() {
        return new CurrentBasketType();
    }

    /**
     * Create an instance of {@link ItemListType }
     * 
     */
    public ItemListType createItemListType() {
        return new ItemListType();
    }

    /**
     * Create an instance of {@link PositionItemType }
     * 
     */
    public PositionItemType createPositionItemType() {
        return new PositionItemType();
    }

    /**
     * Create an instance of {@link GroupItemType }
     * 
     */
    public GroupItemType createGroupItemType() {
        return new GroupItemType();
    }

    /**
     * Create an instance of {@link PriceFieldNameType }
     * 
     */
    public PriceFieldNameType createPriceFieldNameType() {
        return new PriceFieldNameType();
    }

    /**
     * Create an instance of {@link GroupListType }
     * 
     */
    public GroupListType createGroupListType() {
        return new GroupListType();
    }

    /**
     * Create an instance of {@link CurrencyListType }
     * 
     */
    public CurrencyListType createCurrencyListType() {
        return new CurrencyListType();
    }

    /**
     * Create an instance of {@link CurrencyItemType }
     * 
     */
    public CurrencyItemType createCurrencyItemType() {
        return new CurrencyItemType();
    }

    /**
     * Create an instance of {@link ShopPageType }
     * 
     */
    public ShopPageType createShopPageType() {
        return new ShopPageType();
    }

    /**
     * Create an instance of {@link HiddenParamType }
     * 
     */
    public HiddenParamType createHiddenParamType() {
        return new HiddenParamType();
    }

    /**
     * Create an instance of {@link PriceItemType }
     * 
     */
    public PriceItemType createPriceItemType() {
        return new PriceItemType();
    }

    /**
     * Create an instance of {@link PricePositionType }
     * 
     */
    public PricePositionType createPricePositionType() {
        return new PricePositionType();
    }

}




See more files for this project here

riverock

Main project of riverock is Webmill portal. Webmill is CMS portal with build-in XML/XSLT transformation of content of portlet, JSR-168, JSF and other things.

Project homepage: http://sourceforge.net/projects/riverock
Programming language(s): Java,JSP,SQL,XML
License: other

  CurrencyItemType.java
  CurrencyListType.java
  CurrentBasketType.java
  GroupItemType.java
  GroupListType.java
  HiddenParamType.java
  ItemListType.java
  ObjectFactory.java
  PositionItemType.java
  PriceFieldNameType.java
  PriceItemType.java
  PricePositionType.java
  ShopPageType.java