net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl
Class ConfigImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.ConfigImpl
All Implemented Interfaces:
Serializable, Cloneable, Config

public class ConfigImpl
extends Object
implements Serializable, Cloneable, Config

See Also:
Serialized Form

Field Summary
protected  List<AdvisorType> advisor
           
protected  List<AspectType> aspect
           
protected  List<PointcutType> pointcut
           
protected  Boolean proxyTargetClass
           
 
Constructor Summary
ConfigImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.ConfigImpl instance.
ConfigImpl(ConfigImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.ConfigImpl instance by copying a given instance.
 
Method Summary
 ConfigImpl clone()
          Creates and returns a copy of this object.
 List<AdvisorType> getAdvisor()
          Gets the value of the advisor property.
 List<AspectType> getAspect()
          Gets the value of the aspect property.
 List<PointcutType> getPointcut()
          Gets the value of the pointcut property.
 boolean isProxyTargetClass()
          Gets the value of the proxyTargetClass property.
 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 List<PointcutType> pointcut

advisor

protected List<AdvisorType> advisor

aspect

protected List<AspectType> aspect

proxyTargetClass

protected Boolean proxyTargetClass
Constructor Detail

ConfigImpl

public ConfigImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.ConfigImpl instance.


ConfigImpl

public ConfigImpl(ConfigImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop.impl.ConfigImpl instance by copying a given instance.

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

getPointcut

public List<PointcutType> getPointcut()
Description copied from interface: Config
Gets the value of the pointcut property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the pointcut property.

For example, to add a new item, do as follows:

    getPointcut().add(newItem);
 

Objects of the following type(s) are allowed in the list PointcutType

Specified by:
getPointcut in interface Config

getAdvisor

public List<AdvisorType> getAdvisor()
Description copied from interface: Config
Gets the value of the advisor property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the advisor property.

For example, to add a new item, do as follows:

    getAdvisor().add(newItem);
 

Objects of the following type(s) are allowed in the list AdvisorType

Specified by:
getAdvisor in interface Config

getAspect

public List<AspectType> getAspect()
Description copied from interface: Config
Gets the value of the aspect property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the aspect property.

For example, to add a new item, do as follows:

    getAspect().add(newItem);
 

Objects of the following type(s) are allowed in the list AspectType

Specified by:
getAspect in interface Config

isProxyTargetClass

public boolean isProxyTargetClass()
Description copied from interface: Config
Gets the value of the proxyTargetClass property.

Specified by:
isProxyTargetClass in interface Config
Returns:
possible object is Boolean

setProxyTargetClass

public void setProxyTargetClass(Boolean value)
Description copied from interface: Config
Sets the value of the proxyTargetClass property.

Specified by:
setProxyTargetClass in interface Config
Parameters:
value - allowed object is Boolean

clone

public ConfigImpl 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.