net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.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.collections.novalueclass.maven.profiles100.impl 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.collections.novalueclass.maven.profiles100.impl
 
Method Summary
protected static ActivationFileImpl copyOfActivationFileImpl(ActivationFileImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ActivationFileImpl instance.
protected static ActivationImpl copyOfActivationImpl(ActivationImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ActivationImpl instance.
protected static ActivationOSImpl copyOfActivationOSImpl(ActivationOSImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ActivationOSImpl instance.
protected static ActivationPropertyImpl copyOfActivationPropertyImpl(ActivationPropertyImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ActivationPropertyImpl instance.
protected static ProfilesRootImpl.ActiveProfilesImpl copyOfActiveProfilesImpl(ProfilesRootImpl.ActiveProfilesImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ProfilesRootImpl$ActiveProfilesImpl instance.
protected static Element copyOfDOMElement(Element element)
          Creates and returns a copy of a given DOM Element instance.
protected static ProfileImpl.PluginRepositoriesImpl copyOfPluginRepositoriesImpl(ProfileImpl.PluginRepositoriesImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ProfileImpl$PluginRepositoriesImpl instance.
protected static ProfileImpl copyOfProfileImpl(ProfileImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ProfileImpl instance.
protected static ProfilesRootImpl.ProfilesImpl copyOfProfilesImpl(ProfilesRootImpl.ProfilesImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ProfilesRootImpl$ProfilesImpl instance.
protected static ProfileImpl.PropertiesImpl copyOfPropertiesImpl(ProfileImpl.PropertiesImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ProfileImpl$PropertiesImpl instance.
protected static ProfileImpl.RepositoriesImpl copyOfRepositoriesImpl(ProfileImpl.RepositoriesImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ProfileImpl$RepositoriesImpl instance.
protected static RepositoryImpl copyOfRepositoryImpl(RepositoryImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.RepositoryImpl instance.
protected static RepositoryPolicyImpl copyOfRepositoryPolicyImpl(RepositoryPolicyImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.RepositoryPolicyImpl instance.
 ActivationImpl createActivation()
          Create an instance of Activation
 ActivationFileImpl createActivationFile()
          Create an instance of ActivationFile
 ActivationOSImpl createActivationOS()
          Create an instance of ActivationOS
 ActivationPropertyImpl createActivationProperty()
          Create an instance of ActivationProperty
 ProfileImpl createProfile()
          Create an instance of Profile
 ProfileImpl.PluginRepositoriesImpl createProfilePluginRepositories()
          Create an instance of Profile.PluginRepositories
 ProfileImpl.PropertiesImpl createProfileProperties()
          Create an instance of Profile.Properties
 ProfileImpl.RepositoriesImpl createProfileRepositories()
          Create an instance of Profile.Repositories
 ProfilesRootImpl createProfilesRoot()
          Create an instance of ProfilesRoot
 ProfilesRootImpl.ActiveProfilesImpl createProfilesRootActiveProfiles()
          Create an instance of ProfilesRoot.ActiveProfiles
 ProfilesRootImpl.ProfilesImpl createProfilesRootProfiles()
          Create an instance of ProfilesRoot.Profiles
 javax.xml.bind.JAXBElement<ProfilesRootImpl> createProfilesXml(ProfilesRootImpl value)
          Create an instance of JAXBElement<ProfilesRootImpl>}
 RepositoryImpl createRepository()
          Create an instance of Repository
 RepositoryPolicyImpl createRepositoryPolicy()
          Create an instance of RepositoryPolicy
 
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.collections.novalueclass.maven.profiles100.impl

Method Detail

createProfilePluginRepositories

public ProfileImpl.PluginRepositoriesImpl createProfilePluginRepositories()
Create an instance of Profile.PluginRepositories


createActivationOS

public ActivationOSImpl createActivationOS()
Create an instance of ActivationOS


createActivationProperty

public ActivationPropertyImpl createActivationProperty()
Create an instance of ActivationProperty


createProfilesRootActiveProfiles

public ProfilesRootImpl.ActiveProfilesImpl createProfilesRootActiveProfiles()
Create an instance of ProfilesRoot.ActiveProfiles


createActivationFile

public ActivationFileImpl createActivationFile()
Create an instance of ActivationFile


createProfilesRoot

public ProfilesRootImpl createProfilesRoot()
Create an instance of ProfilesRoot


createRepository

public RepositoryImpl createRepository()
Create an instance of Repository


createRepositoryPolicy

public RepositoryPolicyImpl createRepositoryPolicy()
Create an instance of RepositoryPolicy


createProfilesRootProfiles

public ProfilesRootImpl.ProfilesImpl createProfilesRootProfiles()
Create an instance of ProfilesRoot.Profiles


createProfile

public ProfileImpl createProfile()
Create an instance of Profile


createProfileRepositories

public ProfileImpl.RepositoriesImpl createProfileRepositories()
Create an instance of Profile.Repositories


createProfileProperties

public ProfileImpl.PropertiesImpl createProfileProperties()
Create an instance of Profile.Properties


createActivation

public ActivationImpl createActivation()
Create an instance of Activation


createProfilesXml

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


copyOfRepositoryImpl

protected static RepositoryImpl copyOfRepositoryImpl(RepositoryImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.RepositoryImpl instance.

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

copyOfProfilesImpl

protected static ProfilesRootImpl.ProfilesImpl copyOfProfilesImpl(ProfilesRootImpl.ProfilesImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ProfilesRootImpl$ProfilesImpl instance.

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

copyOfActiveProfilesImpl

protected static ProfilesRootImpl.ActiveProfilesImpl copyOfActiveProfilesImpl(ProfilesRootImpl.ActiveProfilesImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ProfilesRootImpl$ActiveProfilesImpl instance.

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

copyOfRepositoryPolicyImpl

protected static RepositoryPolicyImpl copyOfRepositoryPolicyImpl(RepositoryPolicyImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.RepositoryPolicyImpl instance.

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

copyOfProfileImpl

protected static ProfileImpl copyOfProfileImpl(ProfileImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ProfileImpl instance.

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

copyOfActivationImpl

protected static ActivationImpl copyOfActivationImpl(ActivationImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ActivationImpl instance.

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

copyOfPropertiesImpl

protected static ProfileImpl.PropertiesImpl copyOfPropertiesImpl(ProfileImpl.PropertiesImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ProfileImpl$PropertiesImpl instance.

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

copyOfRepositoriesImpl

protected static ProfileImpl.RepositoriesImpl copyOfRepositoriesImpl(ProfileImpl.RepositoriesImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ProfileImpl$RepositoriesImpl instance.

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

copyOfPluginRepositoriesImpl

protected static ProfileImpl.PluginRepositoriesImpl copyOfPluginRepositoriesImpl(ProfileImpl.PluginRepositoriesImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ProfileImpl$PluginRepositoriesImpl 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.

copyOfActivationOSImpl

protected static ActivationOSImpl copyOfActivationOSImpl(ActivationOSImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ActivationOSImpl instance.

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

copyOfActivationPropertyImpl

protected static ActivationPropertyImpl copyOfActivationPropertyImpl(ActivationPropertyImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ActivationPropertyImpl instance.

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

copyOfActivationFileImpl

protected static ActivationFileImpl copyOfActivationFileImpl(ActivationFileImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.profiles100.impl.ActivationFileImpl 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.