|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.BasicAdviceType
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.AfterThrowingAdviceType
public class AfterThrowingAdviceType
Java class for afterThrowingAdviceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="afterThrowingAdviceType">
<complexContent>
<extension base="{http://www.springframework.org/schema/aop}basicAdviceType">
<attribute name="throwing" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
throwing
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.BasicAdviceType |
|---|
argNames, method, pointcut, pointcutRef |
| Constructor Summary | |
|---|---|
AfterThrowingAdviceType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.AfterThrowingAdviceType instance. |
|
AfterThrowingAdviceType(AfterThrowingAdviceType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.AfterThrowingAdviceType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AfterThrowingAdviceType |
clone()
Creates and returns a copy of this object. |
String |
getThrowing()
Gets the value of the throwing property. |
void |
setThrowing(String value)
Sets the value of the throwing property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.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 throwing
| Constructor Detail |
|---|
public AfterThrowingAdviceType()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.AfterThrowingAdviceType instance.
public AfterThrowingAdviceType(AfterThrowingAdviceType o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.AfterThrowingAdviceType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getThrowing()
Stringpublic void setThrowing(String value)
value - allowed object is
Stringpublic AfterThrowingAdviceType clone()
clone in class BasicAdviceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||