public class AsyncMethod extends Object
Java class for async-methodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="async-methodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="method-name" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="method-params" type="{http://java.sun.com/xml/ns/javaee}method-paramsType" 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 |
methodName |
protected MethodParams |
methodParams |
| Constructor and Description |
|---|
AsyncMethod() |
AsyncMethod(Method method) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getMethodName() |
MethodParams |
getMethodParams() |
void |
setId(String value) |
void |
setMethodName(String value) |
void |
setMethodParams(MethodParams value) |
protected String methodName
protected MethodParams methodParams
protected String id
public AsyncMethod()
public AsyncMethod(Method method)
public String getMethodName()
public void setMethodName(String value)
public MethodParams getMethodParams()
public void setMethodParams(MethodParams value)
public String getId()
public void setId(String value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.