net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.aop
Interface PointcutType

All Known Implementing Classes:
PointcutTypeImpl

public interface PointcutType

Java class for pointcutType complex type.

The following schema fragment specifies the expected content contained within this class.

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


Method Summary
 String getExpression()
          Gets the value of the expression property.
 String getId()
          Gets the value of the id property.
 void setExpression(String value)
          Sets the value of the expression property.
 void setId(String value)
          Sets the value of the id property.
 

Method Detail

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

getExpression

String getExpression()
Gets the value of the expression property.

Returns:
possible object is String

setExpression

void setExpression(String value)
Sets the value of the expression property.

Parameters:
value - allowed object is String


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