com.esri.arcgisws
Class DataElement

java.lang.Object
  extended bycom.esri.arcgisws.DataElement
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DEDataset, DEWorkspace

public abstract class DataElement
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DataElement()
           
DataElement(java.lang.String catalogPath, java.lang.String name, java.lang.Boolean childrenExpanded, java.lang.Boolean fullPropsRetrieved, java.lang.Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCatalogPath()
          Gets the catalogPath value for this DataElement.
 DataElement[] getChildren()
          Gets the children value for this DataElement.
 java.lang.Boolean getChildrenExpanded()
          Gets the childrenExpanded value for this DataElement.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Boolean getFullPropsRetrieved()
          Gets the fullPropsRetrieved value for this DataElement.
 XmlPropertySet getMetadata()
          Gets the metadata value for this DataElement.
 java.lang.Boolean getMetadataRetrieved()
          Gets the metadataRetrieved value for this DataElement.
 java.lang.String getName()
          Gets the name value for this DataElement.
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()
           
 void setCatalogPath(java.lang.String catalogPath)
          Sets the catalogPath value for this DataElement.
 void setChildren(DataElement[] children)
          Sets the children value for this DataElement.
 void setChildrenExpanded(java.lang.Boolean childrenExpanded)
          Sets the childrenExpanded value for this DataElement.
 void setFullPropsRetrieved(java.lang.Boolean fullPropsRetrieved)
          Sets the fullPropsRetrieved value for this DataElement.
 void setMetadata(XmlPropertySet metadata)
          Sets the metadata value for this DataElement.
 void setMetadataRetrieved(java.lang.Boolean metadataRetrieved)
          Sets the metadataRetrieved value for this DataElement.
 void setName(java.lang.String name)
          Sets the name value for this DataElement.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataElement

public DataElement()

DataElement

public DataElement(java.lang.String catalogPath,
                   java.lang.String name,
                   java.lang.Boolean childrenExpanded,
                   java.lang.Boolean fullPropsRetrieved,
                   java.lang.Boolean metadataRetrieved,
                   XmlPropertySet metadata,
                   DataElement[] children)
Method Detail

getCatalogPath

public java.lang.String getCatalogPath()
Gets the catalogPath value for this DataElement.

Returns:
catalogPath

setCatalogPath

public void setCatalogPath(java.lang.String catalogPath)
Sets the catalogPath value for this DataElement.

Parameters:
catalogPath -

getName

public java.lang.String getName()
Gets the name value for this DataElement.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this DataElement.

Parameters:
name -

getChildrenExpanded

public java.lang.Boolean getChildrenExpanded()
Gets the childrenExpanded value for this DataElement.

Returns:
childrenExpanded

setChildrenExpanded

public void setChildrenExpanded(java.lang.Boolean childrenExpanded)
Sets the childrenExpanded value for this DataElement.

Parameters:
childrenExpanded -

getFullPropsRetrieved

public java.lang.Boolean getFullPropsRetrieved()
Gets the fullPropsRetrieved value for this DataElement.

Returns:
fullPropsRetrieved

setFullPropsRetrieved

public void setFullPropsRetrieved(java.lang.Boolean fullPropsRetrieved)
Sets the fullPropsRetrieved value for this DataElement.

Parameters:
fullPropsRetrieved -

getMetadataRetrieved

public java.lang.Boolean getMetadataRetrieved()
Gets the metadataRetrieved value for this DataElement.

Returns:
metadataRetrieved

setMetadataRetrieved

public void setMetadataRetrieved(java.lang.Boolean metadataRetrieved)
Sets the metadataRetrieved value for this DataElement.

Parameters:
metadataRetrieved -

getMetadata

public XmlPropertySet getMetadata()
Gets the metadata value for this DataElement.

Returns:
metadata

setMetadata

public void setMetadata(XmlPropertySet metadata)
Sets the metadata value for this DataElement.

Parameters:
metadata -

getChildren

public DataElement[] getChildren()
Gets the children value for this DataElement.

Returns:
children

setChildren

public void setChildren(DataElement[] children)
Sets the children value for this DataElement.

Parameters:
children -

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