public class QueryResponse extends Object implements Serializable
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="Envelope" type="{http://www.iru.org/TCHQResponse}EnvelopeType"/>
<element name="Body" type="{http://www.iru.org/TCHQResponse}BodyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BodyType |
body |
protected EnvelopeType |
envelope |
| Constructor and Description |
|---|
QueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
BodyType |
getBody()
Gets the value of the body property.
|
EnvelopeType |
getEnvelope()
Gets the value of the envelope property.
|
void |
setBody(BodyType value)
Sets the value of the body property.
|
void |
setEnvelope(EnvelopeType value)
Sets the value of the envelope property.
|
protected EnvelopeType envelope
protected BodyType body
public EnvelopeType getEnvelope()
EnvelopeTypepublic void setEnvelope(EnvelopeType value)
value - allowed object is
EnvelopeTypepublic BodyType getBody()
BodyTypeCopyright © 2017. All rights reserved.