com.esri.arcgisws
Class GetDataElements

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

public class GetDataElements
extends Object
implements Serializable

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="BrowseOptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}DEBrowseOptions"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetDataElements()
          GetDataElements default constructor.
GetDataElements(DEBrowseOptions browseOptions)
          Deprecated. 
 
Method Summary
 DEBrowseOptions getBrowseOptions()
          Gets the value of the browseOptions property.
 void setBrowseOptions(DEBrowseOptions value)
          Sets the value of the browseOptions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDataElements

@Deprecated
public GetDataElements(DEBrowseOptions browseOptions)
Deprecated. 

GetDataElements constructor.


GetDataElements

public GetDataElements()
GetDataElements default constructor.

Method Detail

getBrowseOptions

public DEBrowseOptions getBrowseOptions()
Gets the value of the browseOptions property.

Returns:
possible object is DEBrowseOptions

setBrowseOptions

public void setBrowseOptions(DEBrowseOptions value)
Sets the value of the browseOptions property.

Parameters:
value - allowed object is DEBrowseOptions