The <javaInterfaceAccess> element provides the InterfaceModifiersopt for the interface access values declaration.
The protected and private access modifiers pertain only to member interfaces within a directly enclosing class declaration. The syntax of the interface includes the declarations for the public modifiers, such as public, protected, or private.
<javaInterface id="com.ibm.xtools.ras.impord.engine.tasks"> <apiName>IImportEngineTask</apiName> <shortdesc>A unit of work executed during the import operation by the RAS import service.</shortdesc> <javaInterfaceDetail> <javaInterfaceDef> <javaInterfaceAccess/> </javaInterfaceDef> <apiDesc> The work unit is executed in one of four distinct phases. This interface is intended to be implemented by clients.</apiDesc> </javaInterfaceDetail> <related-links> <link> <linktext>"The reference documentation for the 'importEngineTask' extension point"</desc> </link> <link keyref="com.ibm.xtools.ras.impord.engine.tasks.AbstractImportEngineTask"> <linktext>AbstractImportEngineTask</linktext> </link> </related-links> </javaInterface>