com.esri.arcgisws
Class DataElement

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

public abstract class DataElement
extends Object
implements Serializable

Java class for DataElement complex type.

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

 <complexType name="DataElement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CatalogPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ChildrenExpanded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="FullPropsRetrieved" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="MetadataRetrieved" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Metadata" type="{http://www.esri.com/schemas/ArcGIS/10.0}XmlPropertySet" minOccurs="0"/>
         <element name="Children" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDataElement" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
DataElement()
          DataElement default constructor.
DataElement(String catalogPath, String name, Boolean childrenExpanded, Boolean fullPropsRetrieved, Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children)
          Deprecated. 
 
Method Summary
 String getCatalogPath()
          The string used to retrieve the element.
 DataElement[] getChildren()
          The list of sub-elements.
 Boolean getChildrenExpanded()
          Indicates if the children have been expanded.
 Boolean getFullPropsRetrieved()
          Indicates if full properties have been retrieved.
 XmlPropertySet getMetadata()
          The PropertySet containing metadata.
 Boolean getMetadataRetrieved()
          Indicates if the metadata has been retrieved.
 String getName()
          The user assigned name for the element.
 Boolean isChildrenExpanded()
          Indicates if the children have been expanded.
 Boolean isFullPropsRetrieved()
          Indicates if full properties have been retrieved.
 Boolean isMetadataRetrieved()
          Indicates if the metadata has been retrieved.
 void setCatalogPath(String value)
          The string used to retrieve the element.
 void setChildren(DataElement[] value)
          The list of sub-elements.
 void setChildrenExpanded(Boolean value)
          Indicates if the children have been expanded.
 void setFullPropsRetrieved(Boolean value)
          Indicates if full properties have been retrieved.
 void setMetadata(XmlPropertySet value)
          The PropertySet containing metadata.
 void setMetadataRetrieved(Boolean value)
          Indicates if the metadata has been retrieved.
 void setName(String value)
          The user assigned name for the element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataElement

@Deprecated
public DataElement(String catalogPath,
                              String name,
                              Boolean childrenExpanded,
                              Boolean fullPropsRetrieved,
                              Boolean metadataRetrieved,
                              XmlPropertySet metadata,
                              DataElement[] children)
Deprecated. 

DataElement constructor.


DataElement

public DataElement()
DataElement default constructor.

Method Detail

getCatalogPath

public String getCatalogPath()
The string used to retrieve the element. Gets the value of the catalogPath property.

Returns:
possible object is String

setCatalogPath

public void setCatalogPath(String value)
The string used to retrieve the element. Sets the value of the catalogPath property.

Parameters:
value - allowed object is String

getName

public String getName()
The user assigned name for the element. Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
The user assigned name for the element. Sets the value of the name property.

Parameters:
value - allowed object is String

getChildrenExpanded

public Boolean getChildrenExpanded()
Indicates if the children have been expanded. Gets the value of the childrenExpanded property.

Returns:
possible object is Boolean

isChildrenExpanded

public Boolean isChildrenExpanded()
Indicates if the children have been expanded.


setChildrenExpanded

public void setChildrenExpanded(Boolean value)
Indicates if the children have been expanded. Sets the value of the childrenExpanded property.

Parameters:
value - allowed object is Boolean

getFullPropsRetrieved

public Boolean getFullPropsRetrieved()
Indicates if full properties have been retrieved. Gets the value of the fullPropsRetrieved property.

Returns:
possible object is Boolean

isFullPropsRetrieved

public Boolean isFullPropsRetrieved()
Indicates if full properties have been retrieved.


setFullPropsRetrieved

public void setFullPropsRetrieved(Boolean value)
Indicates if full properties have been retrieved. Sets the value of the fullPropsRetrieved property.

Parameters:
value - allowed object is Boolean

getMetadataRetrieved

public Boolean getMetadataRetrieved()
Indicates if the metadata has been retrieved. Gets the value of the metadataRetrieved property.

Returns:
possible object is Boolean

isMetadataRetrieved

public Boolean isMetadataRetrieved()
Indicates if the metadata has been retrieved.


setMetadataRetrieved

public void setMetadataRetrieved(Boolean value)
Indicates if the metadata has been retrieved. Sets the value of the metadataRetrieved property.

Parameters:
value - allowed object is Boolean

getMetadata

public XmlPropertySet getMetadata()
The PropertySet containing metadata. Gets the value of the metadata property.

Returns:
possible object is XmlPropertySet

setMetadata

public void setMetadata(XmlPropertySet value)
The PropertySet containing metadata. Sets the value of the metadata property.

Parameters:
value - allowed object is XmlPropertySet

getChildren

public DataElement[] getChildren()
The list of sub-elements. Gets the value of the children property.

Returns:
possible object is []

setChildren

public void setChildren(DataElement[] value)
The list of sub-elements. Sets the value of the children property.

Parameters:
value - allowed object is []