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>

Fields

action

protected XmlAction action

feedback

protected ActionFeedback feedback

Methods

getAction

public XmlAction getAction()

Gets the value of the action property.

Returns:possible object is XmlAction

getFeedback

public ActionFeedback getFeedback()

Gets the value of the feedback property.

Returns:possible object is String

setAction

public void setAction(XmlAction value)

Sets the value of the action property.

Parameters:

setFeedback

public void setFeedback(ActionFeedback value)

Sets the value of the feedback property.

Parameters:
  • value – allowed object is String