public class JaxbQueryParamElement extends Object
Java class for query-param-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="query-param-element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
JaxbQueryParamElement() |
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2012 JBoss by Red Hat. All Rights Reserved.