XmlActionResultEntry

public class XmlActionResultEntry

Java class for ActionResultEntry complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="ActionResultEntry">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="unitID" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="actionResult" type="{}ActionResult"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Fields

actionResult

protected XmlActionResult actionResult

unitID

protected int unitID

Methods

getActionResult

public XmlActionResult getActionResult()

Gets the value of the actionResult property.

Returns:possible object is XmlActionResult

getUnitID

public int getUnitID()

Gets the value of the unitID property.

setActionResult

public void setActionResult(XmlActionResult value)

Sets the value of the actionResult property.

Parameters:

setUnitID

public void setUnitID(int value)

Sets the value of the unitID property.