XmlActionResult¶
-
public class
XmlActionResult
¶ Java class for ActionResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="action" type="{}Action"/> <element name="feedback" type="{}ActionFeedback"/> </sequence> </restriction> </complexContent> </complexType>
Methods¶
getAction¶
getFeedback¶
-
public ActionFeedback
getFeedback
()¶ Gets the value of the feedback property.
Returns: possible object is String
setAction¶
setFeedback¶
-
public void
setFeedback
(ActionFeedback value)¶ Sets the value of the feedback property.
Parameters: - value – allowed object is
String
- value – allowed object is