microsoft.exchange.webservices.data.attribute
Annotation Type ServiceObjectDefinition


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ServiceObjectDefinition

The Interface ServiceObjectDefinition.


Required Element Summary
 String xmlElementName
          The name of the XML element.
 
Optional Element Summary
 boolean returnedByServer
          True if this ServiceObject can be returned by the server as an object, false otherwise.
 

Element Detail

xmlElementName

public abstract String xmlElementName
The name of the XML element.

Returns:
the string

returnedByServer

public abstract boolean returnedByServer
True if this ServiceObject can be returned by the server as an object, false otherwise.

Returns:
true, if successful
Default:
true


Copyright © 2012–2015 Microsoft. All rights reserved.