@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ServiceObjectDefinition
Modifier and Type | Required Element and Description |
---|---|
String |
xmlElementName
The name of the XML element.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
returnedByServer
True if this ServiceObject can be returned by the server as an object,
false otherwise.
|
public abstract String xmlElementName
public abstract boolean returnedByServer
Copyright © 2012–2015 Microsoft. All rights reserved.