net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.aop
Class AfterReturningAdviceType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.aop.BasicAdviceType
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.aop.AfterReturningAdviceType
All Implemented Interfaces:
Serializable, Cloneable

public class AfterReturningAdviceType
extends BasicAdviceType
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String returning
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.aop.BasicAdviceType
argNames, method, pointcut, pointcutRef
 
Constructor Summary
AfterReturningAdviceType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.aop.AfterReturningAdviceType instance.
AfterReturningAdviceType(AfterReturningAdviceType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.aop.AfterReturningAdviceType instance by copying a given instance.
 
Method Summary
 AfterReturningAdviceType clone()
          Creates and returns a copy of this object.
 String getReturning()
          Gets the value of the returning property.
 void setReturning(String value)
          Sets the value of the returning property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.aop.BasicAdviceType
getArgNames, getMethod, getPointcut, getPointcutRef, setArgNames, setMethod, setPointcut, setPointcutRef
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returning

protected String returning
Constructor Detail

AfterReturningAdviceType

public AfterReturningAdviceType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.aop.AfterReturningAdviceType instance.


AfterReturningAdviceType

public AfterReturningAdviceType(AfterReturningAdviceType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.aop.AfterReturningAdviceType instance by copying a given instance.

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

getReturning

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

Returns:
possible object is String

setReturning

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

Parameters:
value - allowed object is String

clone

public AfterReturningAdviceType clone()
Creates and returns a copy of this object.

Overrides:
clone in class BasicAdviceType
Returns:
A clone of this instance.


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