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

All Known Implementing Classes:
AdvisorTypeImpl

public interface AdvisorType

Java class for advisorType complex type.

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

 <complexType name="advisorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="advice-ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="pointcut" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="pointcut-ref" type="{http://www.springframework.org/schema/aop}pointcutRefType" />
       <attribute name="order" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getAdviceRef()
          Gets the value of the adviceRef property.
 String getId()
          Gets the value of the id property.
 Integer getOrder()
          Gets the value of the order property.
 String getPointcut()
          Gets the value of the pointcut property.
 String getPointcutRef()
          Gets the value of the pointcutRef property.
 void setAdviceRef(String value)
          Sets the value of the adviceRef property.
 void setId(String value)
          Sets the value of the id property.
 void setOrder(Integer value)
          Sets the value of the order property.
 void setPointcut(String value)
          Sets the value of the pointcut property.
 void setPointcutRef(String value)
          Sets the value of the pointcutRef property.
 

Method Detail

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getAdviceRef

String getAdviceRef()
Gets the value of the adviceRef property.

Returns:
possible object is String

setAdviceRef

void setAdviceRef(String value)
Sets the value of the adviceRef property.

Parameters:
value - allowed object is String

getPointcut

String getPointcut()
Gets the value of the pointcut property.

Returns:
possible object is String

setPointcut

void setPointcut(String value)
Sets the value of the pointcut property.

Parameters:
value - allowed object is String

getPointcutRef

String getPointcutRef()
Gets the value of the pointcutRef property.

Returns:
possible object is String

setPointcutRef

void setPointcutRef(String value)
Sets the value of the pointcutRef property.

Parameters:
value - allowed object is String

getOrder

Integer getOrder()
Gets the value of the order property.

Returns:
possible object is Integer

setOrder

void setOrder(Integer value)
Sets the value of the order property.

Parameters:
value - allowed object is Integer


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