net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.webflow.config
Interface ListenerType

All Known Implementing Classes:
ListenerTypeImpl

public interface ListenerType

Java class for listenerType complex type.

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

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


Method Summary
 String getCriteria()
          Gets the value of the criteria property.
 String getRef()
          Gets the value of the ref property.
 void setCriteria(String value)
          Sets the value of the criteria property.
 void setRef(String value)
          Sets the value of the ref property.
 

Method Detail

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

getCriteria

String getCriteria()
Gets the value of the criteria property.

Returns:
possible object is String

setCriteria

void setCriteria(String value)
Sets the value of the criteria property.

Parameters:
value - allowed object is String


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