net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop
Class BasicAdviceType

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

public class BasicAdviceType
extends Object
implements Serializable, Cloneable

Java class for basicAdviceType complex type.

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

 <complexType name="basicAdviceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="pointcut" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="pointcut-ref" type="{http://www.springframework.org/schema/aop}pointcutRefType" />
       <attribute name="method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="arg-names" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

Field Detail

pointcut

protected String pointcut

pointcutRef

protected String pointcutRef

method

protected String method

argNames

protected String argNames
Constructor Detail

BasicAdviceType

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


BasicAdviceType

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

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

getPointcut

public String getPointcut()
Gets the value of the pointcut property.

Returns:
possible object is String

setPointcut

public void setPointcut(String value)
Sets the value of the pointcut property.

Parameters:
value - allowed object is String

getPointcutRef

public String getPointcutRef()
Gets the value of the pointcutRef property.

Returns:
possible object is String

setPointcutRef

public void setPointcutRef(String value)
Sets the value of the pointcutRef property.

Parameters:
value - allowed object is String

getMethod

public String getMethod()
Gets the value of the method property.

Returns:
possible object is String

setMethod

public void setMethod(String value)
Sets the value of the method property.

Parameters:
value - allowed object is String

getArgNames

public String getArgNames()
Gets the value of the argNames property.

Returns:
possible object is String

setArgNames

public void setArgNames(String value)
Sets the value of the argNames property.

Parameters:
value - allowed object is String

clone

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

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


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