com.esri.arcgisws
Class DEBrowseOptions

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

public class DEBrowseOptions
extends Object
implements Serializable

Data Element Browse Options Class.

Java class for DEBrowseOptions complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DEBrowseOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ExpandType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriDEExpandType"/>
         <element name="RetrieveMetadata" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="RetrieveFullProperties" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Data Element Browse Options Class.

See Also:
Serialized Form

Constructor Summary
DEBrowseOptions()
          DEBrowseOptions default constructor.
DEBrowseOptions(EsriDEExpandType expandType, boolean retrieveMetadata, boolean retrieveFullProperties)
          Deprecated. 
 
Method Summary
 EsriDEExpandType getExpandType()
          Data element expand type - none, immediate children or all descendants.
 boolean isRetrieveFullProperties()
          Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset).
 boolean isRetrieveMetadata()
          Indicates if the data element's metadata should be fetched.
 void setExpandType(EsriDEExpandType value)
          Data element expand type - none, immediate children or all descendants.
 void setRetrieveFullProperties(boolean value)
          Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset).
 void setRetrieveMetadata(boolean value)
          Indicates if the data element's metadata should be fetched.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DEBrowseOptions

@Deprecated
public DEBrowseOptions(EsriDEExpandType expandType,
                                  boolean retrieveMetadata,
                                  boolean retrieveFullProperties)
Deprecated. 

DEBrowseOptions constructor.


DEBrowseOptions

public DEBrowseOptions()
DEBrowseOptions default constructor.

Method Detail

getExpandType

public EsriDEExpandType getExpandType()
Data element expand type - none, immediate children or all descendants. Gets the value of the expandType property.

Returns:
possible object is EsriDEExpandType

setExpandType

public void setExpandType(EsriDEExpandType value)
Data element expand type - none, immediate children or all descendants. Sets the value of the expandType property.

Parameters:
value - allowed object is EsriDEExpandType

isRetrieveMetadata

public boolean isRetrieveMetadata()
Indicates if the data element's metadata should be fetched. Gets the value of the retrieveMetadata property.


setRetrieveMetadata

public void setRetrieveMetadata(boolean value)
Indicates if the data element's metadata should be fetched. Sets the value of the retrieveMetadata property.


isRetrieveFullProperties

public boolean isRetrieveFullProperties()
Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset). Gets the value of the retrieveFullProperties property.


setRetrieveFullProperties

public void setRetrieveFullProperties(boolean value)
Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset). Sets the value of the retrieveFullProperties property.