com.esri.arcgisws
Class DEBrowseOptions

java.lang.Object
  extended bycom.esri.arcgisws.DEBrowseOptions
All Implemented Interfaces:
java.io.Serializable

public class DEBrowseOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DEBrowseOptions()
           
DEBrowseOptions(EsriDEExpandType expandType, boolean retrieveMetadata, boolean retrieveFullProperties)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 EsriDEExpandType getExpandType()
          Gets the expandType value for this DEBrowseOptions.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isRetrieveFullProperties()
          Gets the retrieveFullProperties value for this DEBrowseOptions.
 boolean isRetrieveMetadata()
          Gets the retrieveMetadata value for this DEBrowseOptions.
 void setExpandType(EsriDEExpandType expandType)
          Sets the expandType value for this DEBrowseOptions.
 void setRetrieveFullProperties(boolean retrieveFullProperties)
          Sets the retrieveFullProperties value for this DEBrowseOptions.
 void setRetrieveMetadata(boolean retrieveMetadata)
          Sets the retrieveMetadata value for this DEBrowseOptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DEBrowseOptions

public DEBrowseOptions()

DEBrowseOptions

public DEBrowseOptions(EsriDEExpandType expandType,
                       boolean retrieveMetadata,
                       boolean retrieveFullProperties)
Method Detail

getExpandType

public EsriDEExpandType getExpandType()
Gets the expandType value for this DEBrowseOptions.

Returns:
expandType

setExpandType

public void setExpandType(EsriDEExpandType expandType)
Sets the expandType value for this DEBrowseOptions.

Parameters:
expandType -

isRetrieveMetadata

public boolean isRetrieveMetadata()
Gets the retrieveMetadata value for this DEBrowseOptions.

Returns:
retrieveMetadata

setRetrieveMetadata

public void setRetrieveMetadata(boolean retrieveMetadata)
Sets the retrieveMetadata value for this DEBrowseOptions.

Parameters:
retrieveMetadata -

isRetrieveFullProperties

public boolean isRetrieveFullProperties()
Gets the retrieveFullProperties value for this DEBrowseOptions.

Returns:
retrieveFullProperties

setRetrieveFullProperties

public void setRetrieveFullProperties(boolean retrieveFullProperties)
Sets the retrieveFullProperties value for this DEBrowseOptions.

Parameters:
retrieveFullProperties -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer