net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100 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: net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100
 
Method Summary
static Banner copyOfBanner(Banner clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Banner instance.
static Body copyOfBody(Body clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Body instance.
static Body.Breadcrumbs copyOfBreadcrumbs(Body.Breadcrumbs clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Body$Breadcrumbs instance.
static DecorationModel.Custom copyOfCustom(DecorationModel.Custom clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.DecorationModel$Custom instance.
static Element copyOfDOMElement(Element element)
          Creates and returns a copy of a given DOM Element instance.
static Body.Head copyOfHead(Body.Head clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Body$Head instance.
static LinkItem copyOfLinkItem(LinkItem clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.LinkItem instance.
static Body.Links copyOfLinks(Body.Links clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Body$Links instance.
static Logo copyOfLogo(Logo clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Logo instance.
static Menu copyOfMenu(Menu clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Menu instance.
static MenuItem copyOfMenuItem(MenuItem clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.MenuItem instance.
static DecorationModel.PoweredBy copyOfPoweredBy(DecorationModel.PoweredBy clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.DecorationModel$PoweredBy instance.
static PublishDate copyOfPublishDate(PublishDate clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.PublishDate instance.
static Skin copyOfSkin(Skin clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Skin instance.
static Version copyOfVersion(Version clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Version instance.
 Banner createBanner()
          Create an instance of Banner
 Body createBody()
          Create an instance of Body
 Body.Breadcrumbs createBodyBreadcrumbs()
          Create an instance of Body.Breadcrumbs
 Body.Head createBodyHead()
          Create an instance of Body.Head
 Body.Links createBodyLinks()
          Create an instance of Body.Links
 DecorationModel createDecorationModel()
          Create an instance of DecorationModel
 DecorationModel.Custom createDecorationModelCustom()
          Create an instance of DecorationModel.Custom
 DecorationModel.PoweredBy createDecorationModelPoweredBy()
          Create an instance of DecorationModel.PoweredBy
 LinkItem createLinkItem()
          Create an instance of LinkItem
 Logo createLogo()
          Create an instance of Logo
 Menu createMenu()
          Create an instance of Menu
 MenuItem createMenuItem()
          Create an instance of MenuItem
 javax.xml.bind.JAXBElement<DecorationModel> createProject(DecorationModel value)
          Create an instance of JAXBElement<DecorationModel>}
 PublishDate createPublishDate()
          Create an instance of PublishDate
 Skin createSkin()
          Create an instance of Skin
 Version createVersion()
          Create an instance of Version
 
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: net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100

Method Detail

createBodyHead

public Body.Head createBodyHead()
Create an instance of Body.Head


createDecorationModel

public DecorationModel createDecorationModel()
Create an instance of DecorationModel


createLogo

public Logo createLogo()
Create an instance of Logo


createBodyBreadcrumbs

public Body.Breadcrumbs createBodyBreadcrumbs()
Create an instance of Body.Breadcrumbs


createMenuItem

public MenuItem createMenuItem()
Create an instance of MenuItem


createMenu

public Menu createMenu()
Create an instance of Menu


createPublishDate

public PublishDate createPublishDate()
Create an instance of PublishDate


createBodyLinks

public Body.Links createBodyLinks()
Create an instance of Body.Links


createSkin

public Skin createSkin()
Create an instance of Skin


createLinkItem

public LinkItem createLinkItem()
Create an instance of LinkItem


createBody

public Body createBody()
Create an instance of Body


createDecorationModelCustom

public DecorationModel.Custom createDecorationModelCustom()
Create an instance of DecorationModel.Custom


createDecorationModelPoweredBy

public DecorationModel.PoweredBy createDecorationModelPoweredBy()
Create an instance of DecorationModel.PoweredBy


createBanner

public Banner createBanner()
Create an instance of Banner


createVersion

public Version createVersion()
Create an instance of Version


createProject

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


copyOfDOMElement

public static Element copyOfDOMElement(Element element)
Creates and returns a copy of a given DOM Element instance.

Parameters:
element - The instance to copy or null.
Returns:
A copy of element or null if element is null.

copyOfBanner

public static Banner copyOfBanner(Banner clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Banner instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfPublishDate

public static PublishDate copyOfPublishDate(PublishDate clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.PublishDate instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfVersion

public static Version copyOfVersion(Version clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Version instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfPoweredBy

public static DecorationModel.PoweredBy copyOfPoweredBy(DecorationModel.PoweredBy clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.DecorationModel$PoweredBy instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfSkin

public static Skin copyOfSkin(Skin clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Skin instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfBody

public static Body copyOfBody(Body clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Body instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfCustom

public static DecorationModel.Custom copyOfCustom(DecorationModel.Custom clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.DecorationModel$Custom instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfLinkItem

public static LinkItem copyOfLinkItem(LinkItem clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.LinkItem instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfMenuItem

public static MenuItem copyOfMenuItem(MenuItem clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.MenuItem instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfHead

public static Body.Head copyOfHead(Body.Head clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Body$Head instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfLinks

public static Body.Links copyOfLinks(Body.Links clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Body$Links instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfBreadcrumbs

public static Body.Breadcrumbs copyOfBreadcrumbs(Body.Breadcrumbs clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Body$Breadcrumbs instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfMenu

public static Menu copyOfMenu(Menu clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Menu instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfLogo

public static Logo copyOfLogo(Logo clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.decoration100.Logo instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.