net.sf.jour.config
Interface AspectType

All Known Subinterfaces:
Aspect
All Known Implementing Classes:
AspectImpl, AspectTypeImpl

public interface AspectType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/work/java/jour/jour_pg/src/resources/jour.xsd line 4)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}typedef" minOccurs="0"/>
         <element ref="{}pointcut" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="descr" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getDescr()
          Gets the value of the descr property.
 java.util.List getPointcut()
          Gets the value of the Pointcut property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getTypedef()
          Gets the value of the typedef property.
 boolean isEnabled()
          Gets the value of the enabled property.
 void setDescr(java.lang.String value)
          Sets the value of the descr property.
 void setEnabled(boolean value)
          Sets the value of the enabled property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setTypedef(java.lang.String value)
          Sets the value of the typedef property.
 

Method Detail

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getDescr

public java.lang.String getDescr()
Gets the value of the descr property.

Returns:
possible object is String

setDescr

public void setDescr(java.lang.String value)
Sets the value of the descr property.

Parameters:
value - allowed object is String

getPointcut

public java.util.List getPointcut()
Gets the value of the Pointcut property.

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 Pointcut property.

For example, to add a new item, do as follows:

    getPointcut().add(newItem);
 

Objects of the following type(s) are allowed in the list Pointcut PointcutType


isEnabled

public boolean isEnabled()
Gets the value of the enabled property.


setEnabled

public void setEnabled(boolean value)
Sets the value of the enabled property.


getTypedef

public java.lang.String getTypedef()
Gets the value of the typedef property.

Returns:
possible object is String

setTypedef

public void setTypedef(java.lang.String value)
Sets the value of the typedef property.

Parameters:
value - allowed object is String


Copyright © 2004 sourceforge. All Rights Reserved.