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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.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.settings100 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.settings100
 
Method Summary
static Activation copyOfActivation(Activation clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Activation instance.
static ActivationFile copyOfActivationFile(ActivationFile clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.ActivationFile instance.
static ActivationOS copyOfActivationOS(ActivationOS clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.ActivationOS instance.
static ActivationProperty copyOfActivationProperty(ActivationProperty clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.ActivationProperty instance.
static Settings.ActiveProfiles copyOfActiveProfiles(Settings.ActiveProfiles clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Settings$ActiveProfiles instance.
static Server.Configuration copyOfConfiguration(Server.Configuration clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Server$Configuration instance.
static Element copyOfDOMElement(Element element)
          Creates and returns a copy of a given DOM Element instance.
static Mirror copyOfMirror(Mirror clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Mirror instance.
static Settings.Mirrors copyOfMirrors(Settings.Mirrors clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Settings$Mirrors instance.
static Settings.PluginGroups copyOfPluginGroups(Settings.PluginGroups clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Settings$PluginGroups instance.
static Profile.PluginRepositories copyOfPluginRepositories(Profile.PluginRepositories clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Profile$PluginRepositories instance.
static Profile copyOfProfile(Profile clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Profile instance.
static Settings.Profiles copyOfProfiles(Settings.Profiles clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Settings$Profiles instance.
static Profile.Properties copyOfProperties(Profile.Properties clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Profile$Properties instance.
static Settings.Proxies copyOfProxies(Settings.Proxies clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Settings$Proxies instance.
static Proxy copyOfProxy(Proxy clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Proxy instance.
static Profile.Repositories copyOfRepositories(Profile.Repositories clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Profile$Repositories instance.
static Repository copyOfRepository(Repository clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Repository instance.
static RepositoryPolicy copyOfRepositoryPolicy(RepositoryPolicy clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.RepositoryPolicy instance.
static Server copyOfServer(Server clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Server instance.
static Settings.Servers copyOfServers(Settings.Servers clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Settings$Servers instance.
 Activation createActivation()
          Create an instance of Activation
 ActivationFile createActivationFile()
          Create an instance of ActivationFile
 ActivationOS createActivationOS()
          Create an instance of ActivationOS
 ActivationProperty createActivationProperty()
          Create an instance of ActivationProperty
 Mirror createMirror()
          Create an instance of Mirror
 Profile createProfile()
          Create an instance of Profile
 Profile.PluginRepositories createProfilePluginRepositories()
          Create an instance of Profile.PluginRepositories
 Profile.Properties createProfileProperties()
          Create an instance of Profile.Properties
 Profile.Repositories createProfileRepositories()
          Create an instance of Profile.Repositories
 Proxy createProxy()
          Create an instance of Proxy
 Repository createRepository()
          Create an instance of Repository
 RepositoryPolicy createRepositoryPolicy()
          Create an instance of RepositoryPolicy
 Server createServer()
          Create an instance of Server
 Server.Configuration createServerConfiguration()
          Create an instance of Server.Configuration
 Settings createSettings()
          Create an instance of Settings
 javax.xml.bind.JAXBElement<Settings> createSettings(Settings value)
          Create an instance of JAXBElement<Settings>}
 Settings.ActiveProfiles createSettingsActiveProfiles()
          Create an instance of Settings.ActiveProfiles
 Settings.Mirrors createSettingsMirrors()
          Create an instance of Settings.Mirrors
 Settings.PluginGroups createSettingsPluginGroups()
          Create an instance of Settings.PluginGroups
 Settings.Profiles createSettingsProfiles()
          Create an instance of Settings.Profiles
 Settings.Proxies createSettingsProxies()
          Create an instance of Settings.Proxies
 Settings.Servers createSettingsServers()
          Create an instance of Settings.Servers
 
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.settings100

Method Detail

createRepository

public Repository createRepository()
Create an instance of Repository


createServerConfiguration

public Server.Configuration createServerConfiguration()
Create an instance of Server.Configuration


createActivationFile

public ActivationFile createActivationFile()
Create an instance of ActivationFile


createRepositoryPolicy

public RepositoryPolicy createRepositoryPolicy()
Create an instance of RepositoryPolicy


createSettingsActiveProfiles

public Settings.ActiveProfiles createSettingsActiveProfiles()
Create an instance of Settings.ActiveProfiles


createProfile

public Profile createProfile()
Create an instance of Profile


createSettingsMirrors

public Settings.Mirrors createSettingsMirrors()
Create an instance of Settings.Mirrors


createMirror

public Mirror createMirror()
Create an instance of Mirror


createSettingsProxies

public Settings.Proxies createSettingsProxies()
Create an instance of Settings.Proxies


createProfileRepositories

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


createActivationOS

public ActivationOS createActivationOS()
Create an instance of ActivationOS


createSettingsPluginGroups

public Settings.PluginGroups createSettingsPluginGroups()
Create an instance of Settings.PluginGroups


createProfilePluginRepositories

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


createSettings

public Settings createSettings()
Create an instance of Settings


createSettingsProfiles

public Settings.Profiles createSettingsProfiles()
Create an instance of Settings.Profiles


createActivation

public Activation createActivation()
Create an instance of Activation


createActivationProperty

public ActivationProperty createActivationProperty()
Create an instance of ActivationProperty


createProxy

public Proxy createProxy()
Create an instance of Proxy


createServer

public Server createServer()
Create an instance of Server


createProfileProperties

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


createSettingsServers

public Settings.Servers createSettingsServers()
Create an instance of Settings.Servers


createSettings

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


copyOfRepositoryPolicy

public static RepositoryPolicy copyOfRepositoryPolicy(RepositoryPolicy clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.RepositoryPolicy instance.

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

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.

copyOfActivation

public static Activation copyOfActivation(Activation clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Activation instance.

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

copyOfProperties

public static Profile.Properties copyOfProperties(Profile.Properties clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Profile$Properties instance.

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

copyOfRepositories

public static Profile.Repositories copyOfRepositories(Profile.Repositories clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Profile$Repositories instance.

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

copyOfPluginRepositories

public static Profile.PluginRepositories copyOfPluginRepositories(Profile.PluginRepositories clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Profile$PluginRepositories instance.

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

copyOfMirror

public static Mirror copyOfMirror(Mirror clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Mirror instance.

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

copyOfProxy

public static Proxy copyOfProxy(Proxy clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Proxy instance.

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

copyOfRepository

public static Repository copyOfRepository(Repository clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Repository instance.

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

copyOfProxies

public static Settings.Proxies copyOfProxies(Settings.Proxies clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Settings$Proxies instance.

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

copyOfServers

public static Settings.Servers copyOfServers(Settings.Servers clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Settings$Servers instance.

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

copyOfMirrors

public static Settings.Mirrors copyOfMirrors(Settings.Mirrors clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Settings$Mirrors instance.

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

copyOfProfiles

public static Settings.Profiles copyOfProfiles(Settings.Profiles clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Settings$Profiles instance.

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

copyOfActiveProfiles

public static Settings.ActiveProfiles copyOfActiveProfiles(Settings.ActiveProfiles clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Settings$ActiveProfiles instance.

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

copyOfPluginGroups

public static Settings.PluginGroups copyOfPluginGroups(Settings.PluginGroups clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Settings$PluginGroups instance.

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

copyOfProfile

public static Profile copyOfProfile(Profile clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Profile instance.

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

copyOfActivationOS

public static ActivationOS copyOfActivationOS(ActivationOS clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.ActivationOS instance.

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

copyOfActivationProperty

public static ActivationProperty copyOfActivationProperty(ActivationProperty clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.ActivationProperty instance.

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

copyOfActivationFile

public static ActivationFile copyOfActivationFile(ActivationFile clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.ActivationFile instance.

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

copyOfConfiguration

public static Server.Configuration copyOfConfiguration(Server.Configuration clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Server$Configuration instance.

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

copyOfServer

public static Server copyOfServer(Server clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.settings100.Server 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.