net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.aop
Interface Config

All Known Implementing Classes:
ConfigImpl

public interface 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>
 


Method Summary
 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.
 

Method Detail

getPointcut

PointcutType[] getPointcut()
Returns:
array of PointcutType

getPointcut

PointcutType getPointcut(int idx)
Returns:
one of PointcutType

getPointcutLength

int getPointcutLength()

setPointcut

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

setPointcut

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

getAdvisor

AdvisorType[] getAdvisor()
Returns:
array of AdvisorType

getAdvisor

AdvisorType getAdvisor(int idx)
Returns:
one of AdvisorType

getAdvisorLength

int getAdvisorLength()

setAdvisor

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

setAdvisor

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

getAspect

AspectType[] getAspect()
Returns:
array of AspectType

getAspect

AspectType getAspect(int idx)
Returns:
one of AspectType

getAspectLength

int getAspectLength()

setAspect

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

setAspect

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

isProxyTargetClass

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

Returns:
possible object is Boolean

setProxyTargetClass

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

Parameters:
value - allowed object is Boolean


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