|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.AspectType
public class AspectType
Java class for aspectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="aspectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="pointcut" type="{http://www.springframework.org/schema/aop}pointcutType"/>
<element name="declare-parents" type="{http://www.springframework.org/schema/aop}declareParentsType"/>
<element name="before" type="{http://www.springframework.org/schema/aop}basicAdviceType"/>
<element name="after" type="{http://www.springframework.org/schema/aop}basicAdviceType"/>
<element name="after-returning" type="{http://www.springframework.org/schema/aop}afterReturningAdviceType"/>
<element name="after-throwing" type="{http://www.springframework.org/schema/aop}afterThrowingAdviceType"/>
<element name="around" type="{http://www.springframework.org/schema/aop}basicAdviceType"/>
</choice>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="order" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected Integer |
order
|
protected List<javax.xml.bind.JAXBElement<?>> |
pointcutOrDeclareParentsOrBefore
|
protected String |
ref
|
| Constructor Summary | |
|---|---|
AspectType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.AspectType instance. |
|
AspectType(AspectType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.AspectType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AspectType |
clone()
Creates and returns a copy of this object. |
protected static void |
copyPointcutOrDeclareParentsOrBefore(List<javax.xml.bind.JAXBElement<?>> source,
List<javax.xml.bind.JAXBElement<?>> target)
Copies all values of property PointcutOrDeclareParentsOrBefore. |
String |
getId()
Gets the value of the id property. |
Integer |
getOrder()
Gets the value of the order property. |
List<javax.xml.bind.JAXBElement<?>> |
getPointcutOrDeclareParentsOrBefore()
Gets the value of the pointcutOrDeclareParentsOrBefore property. |
String |
getRef()
Gets the value of the ref property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setOrder(Integer value)
Sets the value of the order property. |
void |
setRef(String value)
Sets the value of the ref property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<javax.xml.bind.JAXBElement<?>> pointcutOrDeclareParentsOrBefore
protected String id
protected String ref
protected Integer order
| Constructor Detail |
|---|
public AspectType()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.AspectType instance.
public AspectType(AspectType o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.aop.AspectType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<javax.xml.bind.JAXBElement<?>> getPointcutOrDeclareParentsOrBefore()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pointcutOrDeclareParentsOrBefore property.
For example, to add a new item, do as follows:
getPointcutOrDeclareParentsOrBefore().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<BasicAdviceType>
JAXBElement<BasicAdviceType>
JAXBElement<DeclareParentsType>
JAXBElement<AfterReturningAdviceType>
JAXBElement<PointcutType>
JAXBElement<BasicAdviceType>
JAXBElement<AfterThrowingAdviceType>
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic Integer getOrder()
Integerpublic void setOrder(Integer value)
value - allowed object is
Integer
protected static void copyPointcutOrDeclareParentsOrBefore(List<javax.xml.bind.JAXBElement<?>> source,
List<javax.xml.bind.JAXBElement<?>> target)
PointcutOrDeclareParentsOrBefore.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public AspectType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||