|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.aop.AdvisorType
public class AdvisorType
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>
| 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.pub.collections.valueclass.spring.aop.AdvisorType instance. |
|
AdvisorType(AdvisorType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.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 |
|---|
protected String id
protected String adviceRef
protected String pointcut
protected String pointcutRef
protected Integer order
| Constructor Detail |
|---|
public AdvisorType()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.aop.AdvisorType instance.
public AdvisorType(AdvisorType o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.aop.AdvisorType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getAdviceRef()
Stringpublic void setAdviceRef(String value)
value - allowed object is
Stringpublic String getPointcut()
Stringpublic void setPointcut(String value)
value - allowed object is
Stringpublic String getPointcutRef()
Stringpublic void setPointcutRef(String value)
value - allowed object is
Stringpublic Integer getOrder()
Integerpublic void setOrder(Integer value)
value - allowed object is
Integerpublic AdvisorType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||