net.sf.jour.config
Interface PointcutType

All Known Subinterfaces:
Pointcut
All Known Implementing Classes:
PointcutImpl, PointcutTypeImpl

public interface PointcutType

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 23)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="expr" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getExpr()
          Gets the value of the expr property.
 void setExpr(java.lang.String value)
          Sets the value of the expr property.
 

Method Detail

getExpr

public java.lang.String getExpr()
Gets the value of the expr property.

Returns:
possible object is String

setExpr

public void setExpr(java.lang.String value)
Sets the value of the expr property.

Parameters:
value - allowed object is String


Copyright © 2004 sourceforge. All Rights Reserved.