void setVerb(String verb)
This method is used in mapping business objects.
Do not use this method in a collaboration template, where you must set the verb of an outgoing business object interactively by filling in the properties of a service call.
The following example sets the verb Delete on the business object contactAddress.
contactAddress.setVerb("Delete");