public class Response extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="free" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="fixed" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="item" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="canSelectMany" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Response.Fixed
Java class for anonymous complex type.
|
static class |
Response.Free
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Response.Fixed |
fixed |
protected Response.Free |
free |
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
Response.Fixed |
getFixed()
Gets the value of the fixed property.
|
Response.Free |
getFree()
Gets the value of the free property.
|
void |
setFixed(Response.Fixed value)
Sets the value of the fixed property.
|
void |
setFree(Response.Free value)
Sets the value of the free property.
|
protected Response.Free free
protected Response.Fixed fixed
public Response.Free getFree()
Response.Freepublic void setFree(Response.Free value)
value - allowed object is
Response.Freepublic Response.Fixed getFixed()
Response.Fixedpublic void setFixed(Response.Fixed value)
value - allowed object is
Response.FixedCopyright © 2007-2020. All Rights Reserved.