public class EGISQuery 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="su" type="{http://rts.iru.org/EGIS}EGISQueryType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EGISQueryType |
su |
| Constructor and Description |
|---|
EGISQuery() |
| Modifier and Type | Method and Description |
|---|---|
EGISQueryType |
getSu()
Gets the value of the su property.
|
void |
setSu(EGISQueryType value)
Sets the value of the su property.
|
protected EGISQueryType su
public EGISQueryType getSu()
EGISQueryTypepublic void setSu(EGISQueryType value)
value - allowed object is
EGISQueryTypeCopyright © 2017. All rights reserved.