Annotation Type ServiceObjectDefinition
-
@Target(TYPE) @Retention(RUNTIME) public @interface ServiceObjectDefinition
The Interface ServiceObjectDefinition.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringxmlElementNameThe name of the XML element.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanreturnedByServerTrue if this ServiceObject can be returned by the server as an object, false otherwise.
-
-
-
Element Detail
-
xmlElementName
String xmlElementName
The name of the XML element.- Returns:
- the string
-
-
-
returnedByServer
boolean returnedByServer
True if this ServiceObject can be returned by the server as an object, false otherwise.- Returns:
- true, if successful
- Default:
- true
-
-