com.esri.arcgis.server
Interface IServiceDescription

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IServiceDescription2, IServiceDescription3
All Known Implementing Classes:
IServiceDescription2Proxy, IServiceDescription3Proxy, IServiceDescriptionProxy

public interface IServiceDescription
extends java.io.Serializable

COM Interface 'IServiceDescription'. 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 IID99ea4f91_10a1_4901_a695_86e31090f3c1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          The name of the web service.
 java.lang.String getType()
          The type of the web service (MapServer or GeocodeServer).
 java.lang.String getURL()
          The URL of the web service.
 void setName(java.lang.String pVal)
          The name of the web service.
 void setType(java.lang.String pVal)
          The type of the web service (MapServer or GeocodeServer).
 void setURL(java.lang.String pVal)
          The URL of the web service.
 

Field Detail

IID99ea4f91_10a1_4901_a695_86e31090f3c1

static final int IID99ea4f91_10a1_4901_a695_86e31090f3c1
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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the web service.

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

setName

void setName(java.lang.String pVal)
             throws java.io.IOException,
                    AutomationException
The name of the web service.

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

getType

java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
The type of the web service (MapServer or GeocodeServer).

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

setType

void setType(java.lang.String pVal)
             throws java.io.IOException,
                    AutomationException
The type of the web service (MapServer or GeocodeServer).

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

getURL

java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
The URL of the web service.

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

setURL

void setURL(java.lang.String pVal)
            throws java.io.IOException,
                   AutomationException
The URL of the web service.

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