com.esri.arcgis.gisclient
Interface IRemoteMetadataName2

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMSMetadataServiceName

public interface IRemoteMetadataName2
extends Serializable

Provides access to members to manipulate information specific to metadata stored in an ArcIMS Metadata Server.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getContentType()
          The content type of the metadata document.
 String getModifiedTime()
          The modified date and time of the metadata document.
 void setContentType(String pContentType)
          The content type of the metadata document.
 void setModifiedTime(String pModifiedTime)
          The modified date and time of the metadata document.
 

Method Detail

getContentType

String getContentType()
                      throws IOException,
                             AutomationException
The content type of the metadata document.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setContentType

void setContentType(String pContentType)
                    throws IOException,
                           AutomationException
The content type of the metadata document.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getModifiedTime

String getModifiedTime()
                       throws IOException,
                              AutomationException
The modified date and time of the metadata document.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setModifiedTime

void setModifiedTime(String pModifiedTime)
                     throws IOException,
                            AutomationException
The modified date and time of the metadata document.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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