net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.webflow.config
Class ListenerType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.webflow.config.ListenerType
All Implemented Interfaces:
Serializable, Cloneable

public class ListenerType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String criteria
           
protected  String ref
           
 
Constructor Summary
ListenerType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.webflow.config.ListenerType instance.
ListenerType(ListenerType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.webflow.config.ListenerType instance by copying a given instance.
 
Method Summary
 ListenerType clone()
          Creates and returns a copy of this object.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

protected String ref

criteria

protected String criteria
Constructor Detail

ListenerType

public ListenerType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.webflow.config.ListenerType instance.


ListenerType

public ListenerType(ListenerType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.webflow.config.ListenerType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getRef

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

Returns:
possible object is String

setRef

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

Parameters:
value - allowed object is String

getCriteria

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

Returns:
possible object is String

setCriteria

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

Parameters:
value - allowed object is String

clone

public ListenerType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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