public class EGISResponseType extends Object
Java class for EGISResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EGISResponseType">
<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://rts.iru.org/egis}ResponseBodyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ResponseBodyType |
body |
protected EnvelopeType |
envelope |
| Constructor and Description |
|---|
EGISResponseType() |
| Modifier and Type | Method and Description |
|---|---|
ResponseBodyType |
getBody()
Gets the value of the body property.
|
EnvelopeType |
getEnvelope()
Gets the value of the envelope property.
|
void |
setBody(ResponseBodyType value)
Sets the value of the body property.
|
void |
setEnvelope(EnvelopeType value)
Sets the value of the envelope property.
|
protected EnvelopeType envelope
protected ResponseBodyType body
public EnvelopeType getEnvelope()
EnvelopeTypepublic void setEnvelope(EnvelopeType value)
value - allowed object is
EnvelopeTypepublic ResponseBodyType getBody()
ResponseBodyTypepublic void setBody(ResponseBodyType value)
value - allowed object is
ResponseBodyTypeCopyright © 2017. All rights reserved.