net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.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.prot.indexed.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.prot.indexed.valueclass.maven.decoration100
 
Method Summary
protected static Banner copyOfBanner(Banner clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.Banner instance.
protected static Body copyOfBody(Body clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.Body instance.
protected static Body.Breadcrumbs copyOfBreadcrumbs(Body.Breadcrumbs clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.Body$Breadcrumbs instance.
protected static DecorationModel.Custom copyOfCustom(DecorationModel.Custom clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.DecorationModel$Custom instance.
protected static Element copyOfDOMElement(Element element)
          Creates and returns a copy of a given DOM Element instance.
protected static Body.Head copyOfHead(Body.Head clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.Body$Head instance.
protected static LinkItem copyOfLinkItem(LinkItem clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.LinkItem instance.
protected static Body.Links copyOfLinks(Body.Links clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.Body$Links instance.
protected static Logo copyOfLogo(Logo clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.Logo instance.
protected static Menu copyOfMenu(Menu clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.Menu instance.
protected static MenuItem copyOfMenuItem(MenuItem clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.MenuItem instance.
protected static DecorationModel.PoweredBy copyOfPoweredBy(DecorationModel.PoweredBy clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.DecorationModel$PoweredBy instance.
protected static PublishDate copyOfPublishDate(PublishDate clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.PublishDate instance.
protected static Skin copyOfSkin(Skin clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.Skin instance.
protected static Version copyOfVersion(Version clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.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.prot.indexed.valueclass.maven.decoration100

Method Detail

createVersion

public Version createVersion()
Create an instance of Version


createPublishDate

public PublishDate createPublishDate()
Create an instance of PublishDate


createLogo

public Logo createLogo()
Create an instance of Logo


createLinkItem

public LinkItem createLinkItem()
Create an instance of LinkItem


createDecorationModel

public DecorationModel createDecorationModel()
Create an instance of DecorationModel


createSkin

public Skin createSkin()
Create an instance of Skin


createMenuItem

public MenuItem createMenuItem()
Create an instance of MenuItem


createMenu

public Menu createMenu()
Create an instance of Menu


createBanner

public Banner createBanner()
Create an instance of Banner


createDecorationModelCustom

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


createBodyHead

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


createBody

public Body createBody()
Create an instance of Body


createDecorationModelPoweredBy

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


createBodyBreadcrumbs

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


createBodyLinks

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


createProject

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


copyOfBanner

protected static Banner copyOfBanner(Banner clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.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

protected static PublishDate copyOfPublishDate(PublishDate clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.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

protected static Version copyOfVersion(Version clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.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

protected static DecorationModel.PoweredBy copyOfPoweredBy(DecorationModel.PoweredBy clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.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

protected static Skin copyOfSkin(Skin clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.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

protected static Body copyOfBody(Body clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.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

protected static DecorationModel.Custom copyOfCustom(DecorationModel.Custom clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.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.

copyOfMenuItem

protected static MenuItem copyOfMenuItem(MenuItem clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.MenuItem instance.

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

copyOfDOMElement

protected 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.

copyOfHead

protected static Body.Head copyOfHead(Body.Head clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.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

protected static Body.Links copyOfLinks(Body.Links clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.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

protected static Body.Breadcrumbs copyOfBreadcrumbs(Body.Breadcrumbs clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.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

protected static Menu copyOfMenu(Menu clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.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

protected static Logo copyOfLogo(Logo clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.Logo instance.

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

copyOfLinkItem

protected static LinkItem copyOfLinkItem(LinkItem clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.LinkItem 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.