|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.TldDeferredMethodType
public class TldDeferredMethodType
Defines information about how to provide the value for a tag handler attribute that accepts a javax.el.MethodExpression. The deferred-method element has one optional subelement: method-signature Provides the signature, as in the Java Language Specifies, that is expected for the method being identified by the expression.
Java class for tld-deferred-methodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tld-deferred-methodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="method-signature" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected String |
methodSignature
|
| Constructor Summary | |
|---|---|
TldDeferredMethodType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.TldDeferredMethodType instance. |
|
TldDeferredMethodType(TldDeferredMethodType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.TldDeferredMethodType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TldDeferredMethodType |
clone()
Creates and returns a copy of this object. |
String |
getId()
Gets the value of the id property. |
String |
getMethodSignature()
Gets the value of the methodSignature property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMethodSignature(String value)
Sets the value of the methodSignature property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String methodSignature
protected String id
| Constructor Detail |
|---|
public TldDeferredMethodType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.TldDeferredMethodType instance.
public TldDeferredMethodType(TldDeferredMethodType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.TldDeferredMethodType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getMethodSignature()
Stringpublic void setMethodSignature(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic TldDeferredMethodType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||