|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.Config
public class Config
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>
| 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.priv.indexed.valueclass.spring.aop.Config instance. |
|
Config(Config o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.Config instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Config |
clone()
Creates and returns a copy of this object. |
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 |
|---|
protected PointcutType[] pointcut
protected AdvisorType[] advisor
protected AspectType[] aspect
protected Boolean proxyTargetClass
| Constructor Detail |
|---|
public Config()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.Config instance.
public Config(Config o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.Config instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public PointcutType[] getPointcut()
PointcutTypepublic PointcutType getPointcut(int idx)
PointcutTypepublic int getPointcutLength()
public void setPointcut(PointcutType[] values)
values - allowed objects are
PointcutType
public PointcutType setPointcut(int idx,
PointcutType value)
value - allowed object is
PointcutTypepublic AdvisorType[] getAdvisor()
AdvisorTypepublic AdvisorType getAdvisor(int idx)
AdvisorTypepublic int getAdvisorLength()
public void setAdvisor(AdvisorType[] values)
values - allowed objects are
AdvisorType
public AdvisorType setAdvisor(int idx,
AdvisorType value)
value - allowed object is
AdvisorTypepublic AspectType[] getAspect()
AspectTypepublic AspectType getAspect(int idx)
AspectTypepublic int getAspectLength()
public void setAspect(AspectType[] values)
values - allowed objects are
AspectType
public AspectType setAspect(int idx,
AspectType value)
value - allowed object is
AspectTypepublic boolean isProxyTargetClass()
Booleanpublic void setProxyTargetClass(Boolean value)
value - allowed object is
Booleanpublic Config clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||