net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop
Class AdvisorType

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

public class AdvisorType
extends Object
implements Serializable, Cloneable

Java class for advisorType complex type.

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

 <complexType name="advisorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="advice-ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <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="order" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String adviceRef
           
protected  String id
           
protected  Integer order
           
protected  String pointcut
           
protected  String pointcutRef
           
 
Constructor Summary
AdvisorType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.AdvisorType instance.
AdvisorType(AdvisorType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.AdvisorType instance by copying a given instance.
 
Method Summary
 AdvisorType clone()
          Creates and returns a copy of this object.
 String getAdviceRef()
          Gets the value of the adviceRef property.
 String getId()
          Gets the value of the id property.
 Integer getOrder()
          Gets the value of the order property.
 String getPointcut()
          Gets the value of the pointcut property.
 String getPointcutRef()
          Gets the value of the pointcutRef property.
 void setAdviceRef(String value)
          Sets the value of the adviceRef property.
 void setId(String value)
          Sets the value of the id property.
 void setOrder(Integer value)
          Sets the value of the order 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

id

protected String id

adviceRef

protected String adviceRef

pointcut

protected String pointcut

pointcutRef

protected String pointcutRef

order

protected Integer order
Constructor Detail

AdvisorType

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


AdvisorType

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

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

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getAdviceRef

public String getAdviceRef()
Gets the value of the adviceRef property.

Returns:
possible object is String

setAdviceRef

public void setAdviceRef(String value)
Sets the value of the adviceRef property.

Parameters:
value - allowed object is String

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

getOrder

public Integer getOrder()
Gets the value of the order property.

Returns:
possible object is Integer

setOrder

public void setOrder(Integer value)
Sets the value of the order property.

Parameters:
value - allowed object is Integer

clone

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