net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.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.pub.collections.novalueclass.spring.aop.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.pub.collections.novalueclass.spring.aop.impl
 
Method Summary
static AdvisorTypeImpl copyOfAdvisorTypeImpl(AdvisorTypeImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.AdvisorTypeImpl instance.
static AfterReturningAdviceTypeImpl copyOfAfterReturningAdviceTypeImpl(AfterReturningAdviceTypeImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.AfterReturningAdviceTypeImpl instance.
static javax.xml.bind.JAXBElement copyOfAfterReturningAdviceTypeImplElement(javax.xml.bind.JAXBElement e)
          Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.AfterReturningAdviceTypeImpl> instance.
static AfterThrowingAdviceTypeImpl copyOfAfterThrowingAdviceTypeImpl(AfterThrowingAdviceTypeImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.AfterThrowingAdviceTypeImpl instance.
static javax.xml.bind.JAXBElement copyOfAfterThrowingAdviceTypeImplElement(javax.xml.bind.JAXBElement e)
          Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.AfterThrowingAdviceTypeImpl> instance.
static AspectTypeImpl copyOfAspectTypeImpl(AspectTypeImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.AspectTypeImpl instance.
static BasicAdviceTypeImpl copyOfBasicAdviceTypeImpl(BasicAdviceTypeImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.BasicAdviceTypeImpl instance.
static javax.xml.bind.JAXBElement copyOfBasicAdviceTypeImplElement(javax.xml.bind.JAXBElement e)
          Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.BasicAdviceTypeImpl> instance.
static DeclareParentsTypeImpl copyOfDeclareParentsTypeImpl(DeclareParentsTypeImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.DeclareParentsTypeImpl instance.
static javax.xml.bind.JAXBElement copyOfDeclareParentsTypeImplElement(javax.xml.bind.JAXBElement e)
          Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.DeclareParentsTypeImpl> instance.
static IncludeTypeImpl copyOfIncludeTypeImpl(IncludeTypeImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.IncludeTypeImpl instance.
static PointcutTypeImpl copyOfPointcutTypeImpl(PointcutTypeImpl clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.PointcutTypeImpl instance.
static javax.xml.bind.JAXBElement copyOfPointcutTypeImplElement(javax.xml.bind.JAXBElement e)
          Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.PointcutTypeImpl> instance.
 AdvisorTypeImpl createAdvisorType()
          Create an instance of AdvisorType
 AfterReturningAdviceTypeImpl createAfterReturningAdviceType()
          Create an instance of AfterReturningAdviceType
 AfterThrowingAdviceTypeImpl createAfterThrowingAdviceType()
          Create an instance of AfterThrowingAdviceType
 AspectjAutoproxyImpl createAspectjAutoproxy()
          Create an instance of AspectjAutoproxy
 AspectTypeImpl createAspectType()
          Create an instance of AspectType
 javax.xml.bind.JAXBElement<BasicAdviceTypeImpl> createAspectTypeAfter(BasicAdviceTypeImpl value)
          Create an instance of JAXBElement<BasicAdviceTypeImpl>}
 javax.xml.bind.JAXBElement<AfterReturningAdviceTypeImpl> createAspectTypeAfterReturning(AfterReturningAdviceTypeImpl value)
          Create an instance of JAXBElement<AfterReturningAdviceTypeImpl>}
 javax.xml.bind.JAXBElement<AfterThrowingAdviceTypeImpl> createAspectTypeAfterThrowing(AfterThrowingAdviceTypeImpl value)
          Create an instance of JAXBElement<AfterThrowingAdviceTypeImpl>}
 javax.xml.bind.JAXBElement<BasicAdviceTypeImpl> createAspectTypeAround(BasicAdviceTypeImpl value)
          Create an instance of JAXBElement<BasicAdviceTypeImpl>}
 javax.xml.bind.JAXBElement<BasicAdviceTypeImpl> createAspectTypeBefore(BasicAdviceTypeImpl value)
          Create an instance of JAXBElement<BasicAdviceTypeImpl>}
 javax.xml.bind.JAXBElement<DeclareParentsTypeImpl> createAspectTypeDeclareParents(DeclareParentsTypeImpl value)
          Create an instance of JAXBElement<DeclareParentsTypeImpl>}
 javax.xml.bind.JAXBElement<PointcutTypeImpl> createAspectTypePointcut(PointcutTypeImpl value)
          Create an instance of JAXBElement<PointcutTypeImpl>}
 BasicAdviceTypeImpl createBasicAdviceType()
          Create an instance of BasicAdviceType
 ConfigImpl createConfig()
          Create an instance of Config
 DeclareParentsTypeImpl createDeclareParentsType()
          Create an instance of DeclareParentsType
 IncludeTypeImpl createIncludeType()
          Create an instance of IncludeType
 PointcutTypeImpl createPointcutType()
          Create an instance of PointcutType
 ScopedProxyImpl createScopedProxy()
          Create an instance of ScopedProxy
 
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.novalueclass.spring.aop.impl

Method Detail

createAfterReturningAdviceType

public AfterReturningAdviceTypeImpl createAfterReturningAdviceType()
Create an instance of AfterReturningAdviceType


createAdvisorType

public AdvisorTypeImpl createAdvisorType()
Create an instance of AdvisorType


createDeclareParentsType

public DeclareParentsTypeImpl createDeclareParentsType()
Create an instance of DeclareParentsType


createAspectjAutoproxy

public AspectjAutoproxyImpl createAspectjAutoproxy()
Create an instance of AspectjAutoproxy


createAfterThrowingAdviceType

public AfterThrowingAdviceTypeImpl createAfterThrowingAdviceType()
Create an instance of AfterThrowingAdviceType


createBasicAdviceType

public BasicAdviceTypeImpl createBasicAdviceType()
Create an instance of BasicAdviceType


createPointcutType

public PointcutTypeImpl createPointcutType()
Create an instance of PointcutType


createScopedProxy

public ScopedProxyImpl createScopedProxy()
Create an instance of ScopedProxy


createAspectType

public AspectTypeImpl createAspectType()
Create an instance of AspectType


createIncludeType

public IncludeTypeImpl createIncludeType()
Create an instance of IncludeType


createConfig

public ConfigImpl createConfig()
Create an instance of Config


createAspectTypeAfter

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


createAspectTypeAround

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


createAspectTypePointcut

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


createAspectTypeDeclareParents

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


createAspectTypeAfterReturning

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


createAspectTypeAfterThrowing

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


createAspectTypeBefore

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


copyOfIncludeTypeImpl

public static IncludeTypeImpl copyOfIncludeTypeImpl(IncludeTypeImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.IncludeTypeImpl instance.

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

copyOfAfterReturningAdviceTypeImplElement

public static javax.xml.bind.JAXBElement copyOfAfterReturningAdviceTypeImplElement(javax.xml.bind.JAXBElement e)
Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.AfterReturningAdviceTypeImpl> instance.

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

copyOfAfterReturningAdviceTypeImpl

public static AfterReturningAdviceTypeImpl copyOfAfterReturningAdviceTypeImpl(AfterReturningAdviceTypeImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.AfterReturningAdviceTypeImpl instance.

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

copyOfBasicAdviceTypeImplElement

public static javax.xml.bind.JAXBElement copyOfBasicAdviceTypeImplElement(javax.xml.bind.JAXBElement e)
Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.BasicAdviceTypeImpl> instance.

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

copyOfBasicAdviceTypeImpl

public static BasicAdviceTypeImpl copyOfBasicAdviceTypeImpl(BasicAdviceTypeImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.BasicAdviceTypeImpl instance.

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

copyOfPointcutTypeImplElement

public static javax.xml.bind.JAXBElement copyOfPointcutTypeImplElement(javax.xml.bind.JAXBElement e)
Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.PointcutTypeImpl> instance.

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

copyOfPointcutTypeImpl

public static PointcutTypeImpl copyOfPointcutTypeImpl(PointcutTypeImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.PointcutTypeImpl instance.

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

copyOfAfterThrowingAdviceTypeImplElement

public static javax.xml.bind.JAXBElement copyOfAfterThrowingAdviceTypeImplElement(javax.xml.bind.JAXBElement e)
Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.AfterThrowingAdviceTypeImpl> instance.

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

copyOfAfterThrowingAdviceTypeImpl

public static AfterThrowingAdviceTypeImpl copyOfAfterThrowingAdviceTypeImpl(AfterThrowingAdviceTypeImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.AfterThrowingAdviceTypeImpl instance.

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

copyOfDeclareParentsTypeImplElement

public static javax.xml.bind.JAXBElement copyOfDeclareParentsTypeImplElement(javax.xml.bind.JAXBElement e)
Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.DeclareParentsTypeImpl> instance.

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

copyOfDeclareParentsTypeImpl

public static DeclareParentsTypeImpl copyOfDeclareParentsTypeImpl(DeclareParentsTypeImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.DeclareParentsTypeImpl instance.

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

copyOfAdvisorTypeImpl

public static AdvisorTypeImpl copyOfAdvisorTypeImpl(AdvisorTypeImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.AdvisorTypeImpl instance.

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

copyOfAspectTypeImpl

public static AspectTypeImpl copyOfAspectTypeImpl(AspectTypeImpl clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.aop.impl.AspectTypeImpl 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.