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

All Superinterfaces:
BasicAdviceType
All Known Implementing Classes:
AfterReturningAdviceTypeImpl

public interface AfterReturningAdviceType
extends BasicAdviceType

Java class for afterReturningAdviceType complex type.

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

 <complexType name="afterReturningAdviceType">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/aop}basicAdviceType">
       <attribute name="returning" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 String getReturning()
          Gets the value of the returning property.
 void setReturning(String value)
          Sets the value of the returning property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.aop.BasicAdviceType
getArgNames, getMethod, getPointcut, getPointcutRef, setArgNames, setMethod, setPointcut, setPointcutRef
 

Method Detail

getReturning

String getReturning()
Gets the value of the returning property.

Returns:
possible object is String

setReturning

void setReturning(String value)
Sets the value of the returning property.

Parameters:
value - allowed object is String


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