System.Object
ObjectResponseType
Client Declaration
public abstract class ObjectResponseType
The base, abstract element for representing the response of a GetObjects
operation. ObjectResponseType
is an abstract type with three concrete subtypes; the type of each concrete element in the ObjectResponseType
array response of a GetObjects
operation is determined by the type of each Content Engine object returned:
SingleObjectResponse
: Single object returned.ObjectSetResponse
: Collection of objects returned.ErrorStackResponse
: An error has occurred; no object is returned.
Attributes
String
id
: [response] Optional identifying string reflected in the corresponding ObjectRequestType
element of the GetObjects
request, allowing a request and response element to be correlated.
<xsd:complexType name="ObjectResponseType" abstract="true"> <xsd:attribute name="id" type="xsd:ID"/> </xsd:complexType>