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()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String
Copyright © 2018 JBoss by Red Hat. All rights reserved.