com.esri.arcgis.server
Interface IServiceDescription3

All Superinterfaces:
IServiceDescription, IServiceDescription2, java.io.Serializable
All Known Implementing Classes:
IServiceDescription3Proxy

public interface IServiceDescription3
extends IServiceDescription2, java.io.Serializable

COM Interface 'IServiceDescription3'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to members that control the properties of an ArcGIS Server web service description.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe6ce2e4a_2f2b_4d2b_82b8_85fa5aecffbc
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServiceDescription2
IID081c203c_3b90_4de2_af43_7c30bbfe22e9
 
Fields inherited from interface com.esri.arcgis.server.IServiceDescription
IID99ea4f91_10a1_4901_a695_86e31090f3c1
 
Method Summary
 java.lang.String getDescription()
          The description of the service.
 void setDescription(java.lang.String pVal)
          The description of the service.
 
Methods inherited from interface com.esri.arcgis.server.IServiceDescription2
getCapabilities, getParentType, setCapabilities, setParentType
 
Methods inherited from interface com.esri.arcgis.server.IServiceDescription
getName, getType, getURL, setName, setType, setURL
 

Field Detail

IIDe6ce2e4a_2f2b_4d2b_82b8_85fa5aecffbc

static final int IIDe6ce2e4a_2f2b_4d2b_82b8_85fa5aecffbc
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The description of the service.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(java.lang.String pVal)
                    throws java.io.IOException,
                           AutomationException
The description of the service.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.