com.esri.arcgisws
Class LayerResultOptions

java.lang.Object
  extended by com.esri.arcgisws.LayerResultOptions
All Implemented Interfaces:
Serializable

public class LayerResultOptions
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

LayerResultOptions

@Deprecated
public LayerResultOptions(Boolean includeGeometry,
                                     GeometryResultOptions geometryResultOptions,
                                     Boolean returnFieldNamesInResults,
                                     Boolean formatValuesInResults)
Deprecated. 

LayerResultOptions constructor.


LayerResultOptions

public LayerResultOptions()
LayerResultOptions default constructor.

Method Detail

getIncludeGeometry

public Boolean getIncludeGeometry()
Gets the value of the includeGeometry property.

Returns:
possible object is Boolean

isIncludeGeometry

public Boolean isIncludeGeometry()

setIncludeGeometry

public void setIncludeGeometry(Boolean value)
Sets the value of the includeGeometry property.

Parameters:
value - allowed object is Boolean

getGeometryResultOptions

public GeometryResultOptions getGeometryResultOptions()
Gets the value of the geometryResultOptions property.

Returns:
possible object is GeometryResultOptions

setGeometryResultOptions

public void setGeometryResultOptions(GeometryResultOptions value)
Sets the value of the geometryResultOptions property.

Parameters:
value - allowed object is GeometryResultOptions

getReturnFieldNamesInResults

public Boolean getReturnFieldNamesInResults()
Gets the value of the returnFieldNamesInResults property.

Returns:
possible object is Boolean

isReturnFieldNamesInResults

public Boolean isReturnFieldNamesInResults()

setReturnFieldNamesInResults

public void setReturnFieldNamesInResults(Boolean value)
Sets the value of the returnFieldNamesInResults property.

Parameters:
value - allowed object is Boolean

getFormatValuesInResults

public Boolean getFormatValuesInResults()
Gets the value of the formatValuesInResults property.

Returns:
possible object is Boolean

isFormatValuesInResults

public Boolean isFormatValuesInResults()

setFormatValuesInResults

public void setFormatValuesInResults(Boolean value)
Sets the value of the formatValuesInResults property.

Parameters:
value - allowed object is Boolean