|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the net.sourceforge.ccxjc.it.model.prot.collections.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.collections.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.collections.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.collections.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.collections.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.collections.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.collections.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.collections.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.collections.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.collections.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.collections.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.collections.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.collections.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.collections.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.collections.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 |
|---|
public ObjectFactory()
| Method Detail |
|---|
public BasicAdviceType createBasicAdviceType()
BasicAdviceType
public AfterReturningAdviceType createAfterReturningAdviceType()
AfterReturningAdviceType
public AdvisorType createAdvisorType()
AdvisorType
public AspectType createAspectType()
AspectType
public DeclareParentsType createDeclareParentsType()
DeclareParentsType
public ScopedProxy createScopedProxy()
ScopedProxy
public Config createConfig()
Config
public PointcutType createPointcutType()
PointcutType
public AfterThrowingAdviceType createAfterThrowingAdviceType()
AfterThrowingAdviceType
public AspectjAutoproxy createAspectjAutoproxy()
AspectjAutoproxy
public IncludeType createIncludeType()
IncludeType
public javax.xml.bind.JAXBElement<BasicAdviceType> createAspectTypeAfter(BasicAdviceType value)
JAXBElement<BasicAdviceType>}
public javax.xml.bind.JAXBElement<BasicAdviceType> createAspectTypeAround(BasicAdviceType value)
JAXBElement<BasicAdviceType>}
public javax.xml.bind.JAXBElement<PointcutType> createAspectTypePointcut(PointcutType value)
JAXBElement<PointcutType>}
public javax.xml.bind.JAXBElement<DeclareParentsType> createAspectTypeDeclareParents(DeclareParentsType value)
JAXBElement<DeclareParentsType>}
public javax.xml.bind.JAXBElement<AfterReturningAdviceType> createAspectTypeAfterReturning(AfterReturningAdviceType value)
JAXBElement<AfterReturningAdviceType>}
public javax.xml.bind.JAXBElement<AfterThrowingAdviceType> createAspectTypeAfterThrowing(AfterThrowingAdviceType value)
JAXBElement<AfterThrowingAdviceType>}
public javax.xml.bind.JAXBElement<BasicAdviceType> createAspectTypeBefore(BasicAdviceType value)
JAXBElement<BasicAdviceType>}
protected static javax.xml.bind.JAXBElement copyOfBasicAdviceTypeElement(javax.xml.bind.JAXBElement e)
JAXBElement<net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.BasicAdviceType> instance.
e - The instance to copy or null.
e or null if e is null.protected static BasicAdviceType copyOfBasicAdviceType(BasicAdviceType clazz)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.BasicAdviceType instance.
clazz - The instance to copy or null.
clazz or null if clazz is null.protected static javax.xml.bind.JAXBElement copyOfDeclareParentsTypeElement(javax.xml.bind.JAXBElement e)
JAXBElement<net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.DeclareParentsType> instance.
e - The instance to copy or null.
e or null if e is null.protected static DeclareParentsType copyOfDeclareParentsType(DeclareParentsType clazz)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.DeclareParentsType instance.
clazz - The instance to copy or null.
clazz or null if clazz is null.protected static javax.xml.bind.JAXBElement copyOfAfterReturningAdviceTypeElement(javax.xml.bind.JAXBElement e)
JAXBElement<net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.AfterReturningAdviceType> instance.
e - The instance to copy or null.
e or null if e is null.protected static AfterReturningAdviceType copyOfAfterReturningAdviceType(AfterReturningAdviceType clazz)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.AfterReturningAdviceType instance.
clazz - The instance to copy or null.
clazz or null if clazz is null.protected static javax.xml.bind.JAXBElement copyOfPointcutTypeElement(javax.xml.bind.JAXBElement e)
JAXBElement<net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.PointcutType> instance.
e - The instance to copy or null.
e or null if e is null.protected static PointcutType copyOfPointcutType(PointcutType clazz)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.PointcutType instance.
clazz - The instance to copy or null.
clazz or null if clazz is null.protected static javax.xml.bind.JAXBElement copyOfAfterThrowingAdviceTypeElement(javax.xml.bind.JAXBElement e)
JAXBElement<net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.AfterThrowingAdviceType> instance.
e - The instance to copy or null.
e or null if e is null.protected static AfterThrowingAdviceType copyOfAfterThrowingAdviceType(AfterThrowingAdviceType clazz)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.AfterThrowingAdviceType instance.
clazz - The instance to copy or null.
clazz or null if clazz is null.protected static AdvisorType copyOfAdvisorType(AdvisorType clazz)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.AdvisorType instance.
clazz - The instance to copy or null.
clazz or null if clazz is null.protected static AspectType copyOfAspectType(AspectType clazz)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.AspectType instance.
clazz - The instance to copy or null.
clazz or null if clazz is null.protected static IncludeType copyOfIncludeType(IncludeType clazz)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.IncludeType instance.
clazz - The instance to copy or null.
clazz or null if clazz is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||