|
||||||||||
| 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.BasicAdviceType
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.AfterReturningAdviceType
public class AfterReturningAdviceType
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>
| Field Summary | |
|---|---|
protected String |
returning
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.BasicAdviceType |
|---|
argNames, method, pointcut, pointcutRef |
| Constructor Summary | |
|---|---|
AfterReturningAdviceType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.AfterReturningAdviceType instance. |
|
AfterReturningAdviceType(AfterReturningAdviceType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.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.priv.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 |
|---|
protected String returning
| Constructor Detail |
|---|
public AfterReturningAdviceType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.AfterReturningAdviceType instance.
public AfterReturningAdviceType(AfterReturningAdviceType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.AfterReturningAdviceType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getReturning()
Stringpublic void setReturning(String value)
value - allowed object is
Stringpublic AfterReturningAdviceType clone()
clone in class BasicAdviceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||