net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.aop
Class Config

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.aop.Config
All Implemented Interfaces:
Serializable, Cloneable

public class Config
extends Object
implements Serializable, Cloneable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pointcut" type="{http://www.springframework.org/schema/aop}pointcutType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="advisor" type="{http://www.springframework.org/schema/aop}advisorType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="aspect" type="{http://www.springframework.org/schema/aop}aspectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="proxy-target-class" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AdvisorType[] advisor
           
protected  AspectType[] aspect
           
protected  PointcutType[] pointcut
           
protected  Boolean proxyTargetClass
           
 
Constructor Summary
Config()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.aop.Config instance.
Config(Config o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.aop.Config instance by copying a given instance.
 
Method Summary
 Config clone()
          Creates and returns a copy of this object.
 void copyAdvisor(AdvisorType[] source)
          Copies all values of property Advisor.
 void copyAspect(AspectType[] source)
          Copies all values of property Aspect.
 void copyPointcut(PointcutType[] source)
          Copies all values of property Pointcut.
 AdvisorType[] getAdvisor()
           
 AdvisorType getAdvisor(int idx)
           
 int getAdvisorLength()
           
 AspectType[] getAspect()
           
 AspectType getAspect(int idx)
           
 int getAspectLength()
           
 PointcutType[] getPointcut()
           
 PointcutType getPointcut(int idx)
           
 int getPointcutLength()
           
 boolean isProxyTargetClass()
          Gets the value of the proxyTargetClass property.
 void setAdvisor(AdvisorType[] values)
           
 AdvisorType setAdvisor(int idx, AdvisorType value)
           
 void setAspect(AspectType[] values)
           
 AspectType setAspect(int idx, AspectType value)
           
 PointcutType setPointcut(int idx, PointcutType value)
           
 void setPointcut(PointcutType[] values)
           
 void setProxyTargetClass(Boolean value)
          Sets the value of the proxyTargetClass property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pointcut

protected PointcutType[] pointcut

advisor

protected AdvisorType[] advisor

aspect

protected AspectType[] aspect

proxyTargetClass

protected Boolean proxyTargetClass
Constructor Detail

Config

public Config()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.aop.Config instance.


Config

public Config(Config o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.aop.Config instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getPointcut

public PointcutType[] getPointcut()
Returns:
array of PointcutType

getPointcut

public PointcutType getPointcut(int idx)
Returns:
one of PointcutType

getPointcutLength

public int getPointcutLength()

setPointcut

public void setPointcut(PointcutType[] values)
Parameters:
values - allowed objects are PointcutType

setPointcut

public PointcutType setPointcut(int idx,
                                PointcutType value)
Parameters:
value - allowed object is PointcutType

getAdvisor

public AdvisorType[] getAdvisor()
Returns:
array of AdvisorType

getAdvisor

public AdvisorType getAdvisor(int idx)
Returns:
one of AdvisorType

getAdvisorLength

public int getAdvisorLength()

setAdvisor

public void setAdvisor(AdvisorType[] values)
Parameters:
values - allowed objects are AdvisorType

setAdvisor

public AdvisorType setAdvisor(int idx,
                              AdvisorType value)
Parameters:
value - allowed object is AdvisorType

getAspect

public AspectType[] getAspect()
Returns:
array of AspectType

getAspect

public AspectType getAspect(int idx)
Returns:
one of AspectType

getAspectLength

public int getAspectLength()

setAspect

public void setAspect(AspectType[] values)
Parameters:
values - allowed objects are AspectType

setAspect

public AspectType setAspect(int idx,
                            AspectType value)
Parameters:
value - allowed object is AspectType

isProxyTargetClass

public boolean isProxyTargetClass()
Gets the value of the proxyTargetClass property.

Returns:
possible object is Boolean

setProxyTargetClass

public void setProxyTargetClass(Boolean value)
Sets the value of the proxyTargetClass property.

Parameters:
value - allowed object is Boolean

copyPointcut

public void copyPointcut(PointcutType[] source)
Copies all values of property Pointcut.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyAdvisor

public void copyAdvisor(AdvisorType[] source)
Copies all values of property Advisor.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyAspect

public void copyAspect(AspectType[] source)
Copies all values of property Aspect.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public Config clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.