Package org.apache.openejb.jee
Class TldDeferredMethod
- java.lang.Object
-
- org.apache.openejb.jee.TldDeferredMethod
-
public class TldDeferredMethod extends Object
web-jsptaglibrary_2_1.xsdJava 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
Fields Modifier and Type Field Description protected Stringidprotected StringmethodSignature
-
Constructor Summary
Constructors Constructor Description TldDeferredMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetMethodSignature()voidsetId(String value)voidsetMethodSignature(String value)
-