microsoft.exchange.webservices.data.core.service.schema
Class ResponseMessageSchema

java.lang.Object
  extended by microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
      extended by microsoft.exchange.webservices.data.core.service.schema.ResponseMessageSchema
All Implemented Interfaces:
Iterable<PropertyDefinition>

public class ResponseMessageSchema
extends ServiceObjectSchema

Represents ResponseMessage schema definition.


Field Summary
static ResponseMessageSchema Instance
          This must be declared after the property definitions.
 
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
extendedProperties
 
Constructor Summary
ResponseMessageSchema()
           
 
Method Summary
protected  void registerProperties()
          Registers property.
 
Methods inherited from class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
addSchemaPropertiesToDictionary, addSchemaPropertyNamesToDictionary, findPropertyDefinition, getFirstClassProperties, getFirstClassSummaryProperties, initializeSchemaPropertyNames, iterator, registerIndexedProperty, registerInternalProperty, registerProperty, tryGetPropertyDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Instance

public static final ResponseMessageSchema Instance
This must be declared after the property definitions.

Constructor Detail

ResponseMessageSchema

public ResponseMessageSchema()
Method Detail

registerProperties

protected void registerProperties()
Registers property. IMPORTANT NOTE: PROPERTIES MUST BE REGISTERED IN SCHEMA ORDER (i.e. the same order as they are defined in types.xsd)

Overrides:
registerProperties in class ServiceObjectSchema


Copyright © 2012–2015 Microsoft. All rights reserved.