| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.LayerResultOptions
public class LayerResultOptions
Java class for LayerResultOptions complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="LayerResultOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IncludeGeometry" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="GeometryResultOptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeometryResultOptions" minOccurs="0"/>
         <element name="ReturnFieldNamesInResults" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="FormatValuesInResults" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| LayerResultOptions()LayerResultOptions default constructor. | |
| LayerResultOptions(Boolean includeGeometry,
                   GeometryResultOptions geometryResultOptions,
                   Boolean returnFieldNamesInResults,
                   Boolean formatValuesInResults)Deprecated. | |
| Method Summary | |
|---|---|
|  Boolean | getFormatValuesInResults()Gets the value of the formatValuesInResults property. | 
|  GeometryResultOptions | getGeometryResultOptions()Gets the value of the geometryResultOptions property. | 
|  Boolean | getIncludeGeometry()Gets the value of the includeGeometry property. | 
|  Boolean | getReturnFieldNamesInResults()Gets the value of the returnFieldNamesInResults property. | 
|  Boolean | isFormatValuesInResults() | 
|  Boolean | isIncludeGeometry() | 
|  Boolean | isReturnFieldNamesInResults() | 
|  void | setFormatValuesInResults(Boolean value)Sets the value of the formatValuesInResults property. | 
|  void | setGeometryResultOptions(GeometryResultOptions value)Sets the value of the geometryResultOptions property. | 
|  void | setIncludeGeometry(Boolean value)Sets the value of the includeGeometry property. | 
|  void | setReturnFieldNamesInResults(Boolean value)Sets the value of the returnFieldNamesInResults property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public LayerResultOptions(Boolean includeGeometry,
                                     GeometryResultOptions geometryResultOptions,
                                     Boolean returnFieldNamesInResults,
                                     Boolean formatValuesInResults)
public LayerResultOptions()
| Method Detail | 
|---|
public Boolean getIncludeGeometry()
Booleanpublic Boolean isIncludeGeometry()
public void setIncludeGeometry(Boolean value)
value - allowed object is
     Booleanpublic GeometryResultOptions getGeometryResultOptions()
GeometryResultOptionspublic void setGeometryResultOptions(GeometryResultOptions value)
value - allowed object is
     GeometryResultOptionspublic Boolean getReturnFieldNamesInResults()
Booleanpublic Boolean isReturnFieldNamesInResults()
public void setReturnFieldNamesInResults(Boolean value)
value - allowed object is
     Booleanpublic Boolean getFormatValuesInResults()
Booleanpublic Boolean isFormatValuesInResults()
public void setFormatValuesInResults(Boolean value)
value - allowed object is
     Boolean| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||