interface element

Type: imbServiceInterfaceContainerBean
Namespace: http://www.ibm.com/iib/apiv1/responseObject/container
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <interface xmlns="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." interfaceFilesUri="..." interfaceFilesAsZipUri="..." uri="..." hasChildren="..." internal="..."> <operation type="..." name="..." operationType="..." uri="..." propertiesUri="..." /> <operation type="..." name="..." operationType="..." uri="..." propertiesUri="..."> <!--...--> </operation> <!--...more "operation" elements...--> </interface>

Example JSON

{ "type" : "...", "interfaceFilesUri" : { "value" : "..." }, "interfaceFilesAsZipUri" : { "value" : "..." }, "operation" : [ { "type" : "...", "name" : "...", "operationType" : "...", "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." } }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }