com.esri.arcgisws
Class LayerResultOptions

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

public class LayerResultOptions
extends java.lang.Object
implements java.io.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.3}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(java.lang.Boolean includeGeometry, GeometryResultOptions geometryResultOptions, java.lang.Boolean returnFieldNamesInResults, java.lang.Boolean formatValuesInResults)
          Deprecated. 
 
Method Summary
 java.lang.Boolean getFormatValuesInResults()
          Gets the value of the formatValuesInResults property.
 GeometryResultOptions getGeometryResultOptions()
          Gets the value of the geometryResultOptions property.
 java.lang.Boolean getIncludeGeometry()
          Gets the value of the includeGeometry property.
 java.lang.Boolean getReturnFieldNamesInResults()
          Gets the value of the returnFieldNamesInResults property.
 java.lang.Boolean isFormatValuesInResults()
           
 java.lang.Boolean isIncludeGeometry()
           
 java.lang.Boolean isReturnFieldNamesInResults()
           
 void setFormatValuesInResults(java.lang.Boolean value)
          Sets the value of the formatValuesInResults property.
 void setGeometryResultOptions(GeometryResultOptions value)
          Sets the value of the geometryResultOptions property.
 void setIncludeGeometry(java.lang.Boolean value)
          Sets the value of the includeGeometry property.
 void setReturnFieldNamesInResults(java.lang.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(java.lang.Boolean includeGeometry,
                                     GeometryResultOptions geometryResultOptions,
                                     java.lang.Boolean returnFieldNamesInResults,
                                     java.lang.Boolean formatValuesInResults)
Deprecated. 

LayerResultOptions constructor.


LayerResultOptions

public LayerResultOptions()
LayerResultOptions default constructor.

Method Detail

getIncludeGeometry

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

Returns:
possible object is Boolean

isIncludeGeometry

public java.lang.Boolean isIncludeGeometry()

setIncludeGeometry

public void setIncludeGeometry(java.lang.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 java.lang.Boolean getReturnFieldNamesInResults()
Gets the value of the returnFieldNamesInResults property.

Returns:
possible object is Boolean

isReturnFieldNamesInResults

public java.lang.Boolean isReturnFieldNamesInResults()

setReturnFieldNamesInResults

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

Parameters:
value - allowed object is Boolean

getFormatValuesInResults

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

Returns:
possible object is Boolean

isFormatValuesInResults

public java.lang.Boolean isFormatValuesInResults()

setFormatValuesInResults

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

Parameters:
value - allowed object is Boolean