public class MethodParams extends Object
Java class for method-paramsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="method-paramsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="method-param" type="{http://java.sun.com/xml/ns/javaee}java-typeType" maxOccurs="unbounded" 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 List<String> |
methodParam |
| Constructor and Description |
|---|
MethodParams() |
MethodParams(List<String> methodParam) |
MethodParams(String... params) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
List<String> |
getMethodParam() |
int |
hashCode() |
void |
setId(String value) |
public MethodParams()
public MethodParams(String... params)
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.