com.esri.arcgis.gisclient
Interface IRemoteMetadataName2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMSMetadataServiceName, IRemoteMetadataName2Proxy

public interface IRemoteMetadataName2
extends java.io.Serializable

COM Interface 'IRemoteMetadataName2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to members to manipulate information specific to metadata stored in an ArcIMS Metadata Server.' 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 IIDedc3739d_807f_47ea_978d_e6ae0fc67018
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getContentType()
          The content type of the metadata document.
 java.lang.String getModifiedTime()
          The modified date and time of the metadata document.
 void setContentType(java.lang.String pContentType)
          The content type of the metadata document.
 void setModifiedTime(java.lang.String pModifiedTime)
          The modified date and time of the metadata document.
 

Field Detail

IIDedc3739d_807f_47ea_978d_e6ae0fc67018

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

getContentType

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

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

setContentType

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

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

getModifiedTime

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

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

setModifiedTime

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

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