net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.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.spring.aop 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.spring.aop
 
Method Summary
protected static AdvisorType copyOfAdvisorType(AdvisorType clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.AdvisorType instance.
protected static AfterReturningAdviceType copyOfAfterReturningAdviceType(AfterReturningAdviceType clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.AfterReturningAdviceType instance.
protected static javax.xml.bind.JAXBElement copyOfAfterReturningAdviceTypeElement(javax.xml.bind.JAXBElement e)
          Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.AfterReturningAdviceType> instance.
protected static AfterThrowingAdviceType copyOfAfterThrowingAdviceType(AfterThrowingAdviceType clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.AfterThrowingAdviceType instance.
protected static javax.xml.bind.JAXBElement copyOfAfterThrowingAdviceTypeElement(javax.xml.bind.JAXBElement e)
          Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.AfterThrowingAdviceType> instance.
protected static AspectType copyOfAspectType(AspectType clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.AspectType instance.
protected static BasicAdviceType copyOfBasicAdviceType(BasicAdviceType clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.BasicAdviceType instance.
protected static javax.xml.bind.JAXBElement copyOfBasicAdviceTypeElement(javax.xml.bind.JAXBElement e)
          Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.BasicAdviceType> instance.
protected static DeclareParentsType copyOfDeclareParentsType(DeclareParentsType clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.DeclareParentsType instance.
protected static javax.xml.bind.JAXBElement copyOfDeclareParentsTypeElement(javax.xml.bind.JAXBElement e)
          Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.DeclareParentsType> instance.
protected static IncludeType copyOfIncludeType(IncludeType clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.IncludeType instance.
protected static PointcutType copyOfPointcutType(PointcutType clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.PointcutType instance.
protected static javax.xml.bind.JAXBElement copyOfPointcutTypeElement(javax.xml.bind.JAXBElement e)
          Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.PointcutType> instance.
 AdvisorType createAdvisorType()
          Create an instance of AdvisorType
 AfterReturningAdviceType createAfterReturningAdviceType()
          Create an instance of AfterReturningAdviceType
 AfterThrowingAdviceType createAfterThrowingAdviceType()
          Create an instance of AfterThrowingAdviceType
 AspectjAutoproxy createAspectjAutoproxy()
          Create an instance of AspectjAutoproxy
 AspectType createAspectType()
          Create an instance of AspectType
 javax.xml.bind.JAXBElement<BasicAdviceType> createAspectTypeAfter(BasicAdviceType value)
          Create an instance of JAXBElement<BasicAdviceType>}
 javax.xml.bind.JAXBElement<AfterReturningAdviceType> createAspectTypeAfterReturning(AfterReturningAdviceType value)
          Create an instance of JAXBElement<AfterReturningAdviceType>}
 javax.xml.bind.JAXBElement<AfterThrowingAdviceType> createAspectTypeAfterThrowing(AfterThrowingAdviceType value)
          Create an instance of JAXBElement<AfterThrowingAdviceType>}
 javax.xml.bind.JAXBElement<BasicAdviceType> createAspectTypeAround(BasicAdviceType value)
          Create an instance of JAXBElement<BasicAdviceType>}
 javax.xml.bind.JAXBElement<BasicAdviceType> createAspectTypeBefore(BasicAdviceType value)
          Create an instance of JAXBElement<BasicAdviceType>}
 javax.xml.bind.JAXBElement<DeclareParentsType> createAspectTypeDeclareParents(DeclareParentsType value)
          Create an instance of JAXBElement<DeclareParentsType>}
 javax.xml.bind.JAXBElement<PointcutType> createAspectTypePointcut(PointcutType value)
          Create an instance of JAXBElement<PointcutType>}
 BasicAdviceType createBasicAdviceType()
          Create an instance of BasicAdviceType
 Config createConfig()
          Create an instance of Config
 DeclareParentsType createDeclareParentsType()
          Create an instance of DeclareParentsType
 IncludeType createIncludeType()
          Create an instance of IncludeType
 PointcutType createPointcutType()
          Create an instance of PointcutType
 ScopedProxy 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.prot.indexed.valueclass.spring.aop

Method Detail

createAfterReturningAdviceType

public AfterReturningAdviceType createAfterReturningAdviceType()
Create an instance of AfterReturningAdviceType


createDeclareParentsType

public DeclareParentsType createDeclareParentsType()
Create an instance of DeclareParentsType


createAfterThrowingAdviceType

public AfterThrowingAdviceType createAfterThrowingAdviceType()
Create an instance of AfterThrowingAdviceType


createBasicAdviceType

public BasicAdviceType createBasicAdviceType()
Create an instance of BasicAdviceType


createAspectType

public AspectType createAspectType()
Create an instance of AspectType


createConfig

public Config createConfig()
Create an instance of Config


createIncludeType

public IncludeType createIncludeType()
Create an instance of IncludeType


createPointcutType

public PointcutType createPointcutType()
Create an instance of PointcutType


createAspectjAutoproxy

public AspectjAutoproxy createAspectjAutoproxy()
Create an instance of AspectjAutoproxy


createAdvisorType

public AdvisorType createAdvisorType()
Create an instance of AdvisorType


createScopedProxy

public ScopedProxy createScopedProxy()
Create an instance of ScopedProxy


createAspectTypeAfter

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


createAspectTypeAround

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


createAspectTypePointcut

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


createAspectTypeDeclareParents

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


createAspectTypeAfterReturning

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


createAspectTypeAfterThrowing

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


createAspectTypeBefore

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


copyOfAfterThrowingAdviceTypeElement

protected static javax.xml.bind.JAXBElement copyOfAfterThrowingAdviceTypeElement(javax.xml.bind.JAXBElement e)
Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.AfterThrowingAdviceType> instance.

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

copyOfAfterThrowingAdviceType

protected static AfterThrowingAdviceType copyOfAfterThrowingAdviceType(AfterThrowingAdviceType clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.AfterThrowingAdviceType instance.

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

copyOfBasicAdviceTypeElement

protected static javax.xml.bind.JAXBElement copyOfBasicAdviceTypeElement(javax.xml.bind.JAXBElement e)
Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.BasicAdviceType> instance.

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

copyOfBasicAdviceType

protected static BasicAdviceType copyOfBasicAdviceType(BasicAdviceType clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.BasicAdviceType instance.

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

copyOfDeclareParentsTypeElement

protected static javax.xml.bind.JAXBElement copyOfDeclareParentsTypeElement(javax.xml.bind.JAXBElement e)
Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.DeclareParentsType> instance.

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

copyOfDeclareParentsType

protected static DeclareParentsType copyOfDeclareParentsType(DeclareParentsType clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.DeclareParentsType instance.

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

copyOfPointcutTypeElement

protected static javax.xml.bind.JAXBElement copyOfPointcutTypeElement(javax.xml.bind.JAXBElement e)
Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.PointcutType> instance.

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

copyOfPointcutType

protected static PointcutType copyOfPointcutType(PointcutType clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.PointcutType instance.

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

copyOfAfterReturningAdviceTypeElement

protected static javax.xml.bind.JAXBElement copyOfAfterReturningAdviceTypeElement(javax.xml.bind.JAXBElement e)
Creates and returns a copy of a given JAXBElement<net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.AfterReturningAdviceType> instance.

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

copyOfAfterReturningAdviceType

protected static AfterReturningAdviceType copyOfAfterReturningAdviceType(AfterReturningAdviceType clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.AfterReturningAdviceType instance.

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

copyOfAdvisorType

protected static AdvisorType copyOfAdvisorType(AdvisorType clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.AdvisorType instance.

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

copyOfAspectType

protected static AspectType copyOfAspectType(AspectType clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.aop.AspectType instance.

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

copyOfIncludeType

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