public class StaticResponseAdapterDefinition 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">
<sequence>
<element name="payload" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="header" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="element" maxOccurs="unbounded" minOccurs="0">
<complexType>
<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="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="integer"/>
<enumeration value="long"/>
<enumeration value="float"/>
<enumeration value="double"/>
<enumeration value="byte"/>
<enumeration value="short"/>
<enumeration value="boolean"/>
<enumeration value="string"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
StaticResponseAdapterDefinition.Header
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected StaticResponseAdapterDefinition.Header |
header |
protected String |
id |
protected String |
payload |
| Constructor and Description |
|---|
StaticResponseAdapterDefinition() |
| Modifier and Type | Method and Description |
|---|---|
StaticResponseAdapterDefinition.Header |
getHeader()
Gets the value of the header property.
|
String |
getId()
Gets the value of the id property.
|
String |
getPayload()
Gets the value of the payload property.
|
void |
setHeader(StaticResponseAdapterDefinition.Header value)
Sets the value of the header property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPayload(String value)
Sets the value of the payload property.
|
protected String payload
protected StaticResponseAdapterDefinition.Header header
protected String id
public String getPayload()
Stringpublic void setPayload(String value)
value - allowed object is
Stringpublic StaticResponseAdapterDefinition.Header getHeader()
StaticResponseAdapterDefinition.Headerpublic void setHeader(StaticResponseAdapterDefinition.Header value)
value - allowed object is
StaticResponseAdapterDefinition.HeaderCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.