net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.aop
Class AfterThrowingAdviceType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.aop.BasicAdviceType
      extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.aop.AfterThrowingAdviceType
All Implemented Interfaces:
Serializable, Cloneable

public class AfterThrowingAdviceType
extends BasicAdviceType
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String throwing
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.aop.BasicAdviceType
argNames, method, pointcut, pointcutRef
 
Constructor Summary
AfterThrowingAdviceType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.aop.AfterThrowingAdviceType instance.
AfterThrowingAdviceType(AfterThrowingAdviceType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.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.pub.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

throwing

protected String throwing
Constructor Detail

AfterThrowingAdviceType

public AfterThrowingAdviceType()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.aop.AfterThrowingAdviceType instance.


AfterThrowingAdviceType

public AfterThrowingAdviceType(AfterThrowingAdviceType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.aop.AfterThrowingAdviceType instance by copying a given instance.

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

getThrowing

public String getThrowing()
Gets the value of the throwing property.

Returns:
possible object is String

setThrowing

public void setThrowing(String value)
Sets the value of the throwing property.

Parameters:
value - allowed object is String

clone

public AfterThrowingAdviceType 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.