|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DataElement
com.esri.arcgisws.DEDataset
com.esri.arcgisws.DEToolbox
public class DEToolbox
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.
| 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 |
|---|
@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)
public DEToolbox()
| Method Detail |
|---|
public String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getHelpFile()
Stringpublic void setHelpFile(String value)
value - allowed object is
Stringpublic Integer getHelpContext()
Integerpublic void setHelpContext(Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||