public class EGISResponse 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="EGISResult" type="{http://rts.iru.org/EGIS}EGISResponseType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EGISResponseType |
egisResult |
| Constructor and Description |
|---|
EGISResponse() |
| Modifier and Type | Method and Description |
|---|---|
EGISResponseType |
getEGISResult()
Gets the value of the egisResult property.
|
void |
setEGISResult(EGISResponseType value)
Sets the value of the egisResult property.
|
protected EGISResponseType egisResult
public EGISResponseType getEGISResult()
EGISResponseTypepublic void setEGISResult(EGISResponseType value)
value - allowed object is
EGISResponseTypeCopyright © 2017. All rights reserved.