|
|||||||||
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.3}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(java.lang.String catalogPath,
java.lang.String name,
java.lang.Boolean childrenExpanded,
java.lang.Boolean fullPropsRetrieved,
java.lang.Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
java.lang.Integer dsid,
java.lang.Boolean versioned,
java.lang.Boolean canVersion,
java.lang.String configurationKeyword,
java.lang.String alias,
java.lang.String displayName,
java.lang.String helpFile,
java.lang.Integer helpContext)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getAlias()
The toolbox alias. |
java.lang.String |
getDisplayName()
The display name of the toolbox. |
java.lang.Integer |
getHelpContext()
The context identifier of the topic within the help file for this toolbox. |
java.lang.String |
getHelpFile()
The name of the (CHM) file containing help information for this toolbox. |
void |
setAlias(java.lang.String value)
The toolbox alias. |
void |
setDisplayName(java.lang.String value)
The display name of the toolbox. |
void |
setHelpContext(java.lang.Integer value)
The context identifier of the topic within the help file for this toolbox. |
void |
setHelpFile(java.lang.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(java.lang.String catalogPath, java.lang.String name, java.lang.Boolean childrenExpanded, java.lang.Boolean fullPropsRetrieved, java.lang.Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriDatasetType datasetType, java.lang.Integer dsid, java.lang.Boolean versioned, java.lang.Boolean canVersion, java.lang.String configurationKeyword, java.lang.String alias, java.lang.String displayName, java.lang.String helpFile, java.lang.Integer helpContext)
public DEToolbox()
Method Detail |
---|
public java.lang.String getAlias()
String
public void setAlias(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHelpFile()
String
public void setHelpFile(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getHelpContext()
Integer
public void setHelpContext(java.lang.Integer value)
value
- allowed object is
Integer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |