|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.ListenerType
public class 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>
| Field Summary | |
|---|---|
protected String |
criteria
|
protected String |
ref
|
| Constructor Summary | |
|---|---|
ListenerType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.ListenerType instance. |
|
ListenerType(ListenerType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.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 |
|---|
protected String ref
protected String criteria
| Constructor Detail |
|---|
public ListenerType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.ListenerType instance.
public ListenerType(ListenerType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.ListenerType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic String getCriteria()
Stringpublic void setCriteria(String value)
value - allowed object is
Stringpublic ListenerType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||