public class TldDeferredMethod extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
methodSignature |
| Constructor and Description |
|---|
TldDeferredMethod() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getMethodSignature() |
void |
setId(String value) |
void |
setMethodSignature(String value) |
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.