com.esri.arcgisws
Class DEToolbox

java.lang.Object
  extended by com.esri.arcgisws.DataElement
      extended by com.esri.arcgisws.DEDataset
          extended by com.esri.arcgisws.DEToolbox
All Implemented Interfaces:
Serializable

public class DEToolbox
extends DEDataset
implements Serializable

The toolbox Data Element.

Java class for DEToolbox complex type.

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

 <complexType name="DEToolbox">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEDataset">
       <sequence>
         <element name="Alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="HelpFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="HelpContext" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
The toolbox Data Element.

See Also:
Serialized Form

Constructor Summary
DEToolbox()
          DEToolbox default constructor.
DEToolbox(String catalogPath, String name, Boolean childrenExpanded, Boolean fullPropsRetrieved, Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriDatasetType datasetType, Integer dsid, Boolean versioned, Boolean canVersion, String configurationKeyword, String alias, String displayName, String helpFile, Integer helpContext)
          Deprecated. 
 
Method Summary
 String getAlias()
          The toolbox alias.
 String getDisplayName()
          The display name of the toolbox.
 Integer getHelpContext()
          The context identifier of the topic within the help file for this toolbox.
 String getHelpFile()
          The name of the (CHM) file containing help information for this toolbox.
 void setAlias(String value)
          The toolbox alias.
 void setDisplayName(String value)
          The display name of the toolbox.
 void setHelpContext(Integer value)
          The context identifier of the topic within the help file for this toolbox.
 void setHelpFile(String value)
          The name of the (CHM) file containing help information for this toolbox.
 
Methods inherited from class com.esri.arcgisws.DEDataset
getCanVersion, getConfigurationKeyword, getDatasetType, getDSID, getVersioned, isCanVersion, isVersioned, setCanVersion, setConfigurationKeyword, setDatasetType, setDSID, setVersioned
 
Methods inherited from class com.esri.arcgisws.DataElement
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, isChildrenExpanded, isFullPropsRetrieved, isMetadataRetrieved, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DEToolbox

@Deprecated
public DEToolbox(String catalogPath,
                            String name,
                            Boolean childrenExpanded,
                            Boolean fullPropsRetrieved,
                            Boolean metadataRetrieved,
                            XmlPropertySet metadata,
                            DataElement[] children,
                            EsriDatasetType datasetType,
                            Integer dsid,
                            Boolean versioned,
                            Boolean canVersion,
                            String configurationKeyword,
                            String alias,
                            String displayName,
                            String helpFile,
                            Integer helpContext)
Deprecated. 

DEToolbox constructor.


DEToolbox

public DEToolbox()
DEToolbox default constructor.

Method Detail

getAlias

public String getAlias()
The toolbox alias. Gets the value of the alias property.

Returns:
possible object is String

setAlias

public void setAlias(String value)
The toolbox alias. Sets the value of the alias property.

Parameters:
value - allowed object is String

getDisplayName

public String getDisplayName()
The display name of the toolbox. Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
The display name of the toolbox. Sets the value of the displayName property.

Parameters:
value - allowed object is String

getHelpFile

public String getHelpFile()
The name of the (CHM) file containing help information for this toolbox. Gets the value of the helpFile property.

Returns:
possible object is String

setHelpFile

public void setHelpFile(String value)
The name of the (CHM) file containing help information for this toolbox. Sets the value of the helpFile property.

Parameters:
value - allowed object is String

getHelpContext

public Integer getHelpContext()
The context identifier of the topic within the help file for this toolbox. Gets the value of the helpContext property.

Returns:
possible object is Integer

setHelpContext

public void setHelpContext(Integer value)
The context identifier of the topic within the help file for this toolbox. Sets the value of the helpContext property.

Parameters:
value - allowed object is Integer