net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.aop
Interface AspectType

All Known Implementing Classes:
AspectTypeImpl

public interface 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>
 


Method Summary
 String getId()
          Gets the value of the id property.
 Integer getOrder()
          Gets the value of the order property.
 javax.xml.bind.JAXBElement<?>[] getPointcutOrDeclareParentsOrBefore()
           
 javax.xml.bind.JAXBElement<?> getPointcutOrDeclareParentsOrBefore(int idx)
           
 int getPointcutOrDeclareParentsOrBeforeLength()
           
 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.
 javax.xml.bind.JAXBElement<?> setPointcutOrDeclareParentsOrBefore(int idx, javax.xml.bind.JAXBElement<?> value)
           
 void setPointcutOrDeclareParentsOrBefore(javax.xml.bind.JAXBElement<?>[] values)
           
 void setRef(String value)
          Sets the value of the ref property.
 

Method Detail

getPointcutOrDeclareParentsOrBefore

javax.xml.bind.JAXBElement<?>[] getPointcutOrDeclareParentsOrBefore()
Returns:
array of JAXBElement<BasicAdviceType> JAXBElement<AfterThrowingAdviceType> JAXBElement<PointcutType> JAXBElement<BasicAdviceType> JAXBElement<BasicAdviceType> JAXBElement<AfterReturningAdviceType> JAXBElement<DeclareParentsType>

getPointcutOrDeclareParentsOrBefore

javax.xml.bind.JAXBElement<?> getPointcutOrDeclareParentsOrBefore(int idx)
Returns:
one of JAXBElement<BasicAdviceType> JAXBElement<AfterThrowingAdviceType> JAXBElement<PointcutType> JAXBElement<BasicAdviceType> JAXBElement<BasicAdviceType> JAXBElement<AfterReturningAdviceType> JAXBElement<DeclareParentsType>

getPointcutOrDeclareParentsOrBeforeLength

int getPointcutOrDeclareParentsOrBeforeLength()

setPointcutOrDeclareParentsOrBefore

void setPointcutOrDeclareParentsOrBefore(javax.xml.bind.JAXBElement<?>[] values)
Parameters:
values - allowed objects are JAXBElement<BasicAdviceType> JAXBElement<AfterThrowingAdviceType> JAXBElement<PointcutType> JAXBElement<BasicAdviceType> JAXBElement<BasicAdviceType> JAXBElement<AfterReturningAdviceType> JAXBElement<DeclareParentsType>

setPointcutOrDeclareParentsOrBefore

javax.xml.bind.JAXBElement<?> setPointcutOrDeclareParentsOrBefore(int idx,
                                                                  javax.xml.bind.JAXBElement<?> value)
Parameters:
value - allowed object is JAXBElement<BasicAdviceType> JAXBElement<AfterThrowingAdviceType> JAXBElement<PointcutType> JAXBElement<BasicAdviceType> JAXBElement<BasicAdviceType> JAXBElement<AfterReturningAdviceType> JAXBElement<DeclareParentsType>

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getRef

String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

void setRef(String value)
Sets the value of the ref property.

Parameters:
value - allowed object is String

getOrder

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

Returns:
possible object is Integer

setOrder

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

Parameters:
value - allowed object is Integer


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