|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceDescription3
Provides access to members that control the properties of an ArcGIS Server web service description.
This interface is new at ArcGIS 9.3. It supersedes IServiceDescription and IServiceDescription2.
Method Summary | |
---|---|
String |
getDescription()
The description of the service. |
void |
setDescription(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 |
Method Detail |
---|
String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |