XmlAction

public class XmlAction

Java class for Action complex type.

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

<complexType name="Action">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="unitId" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="actionType" type="{}ActionType"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Fields

actionType

protected ActionType actionType

unitId

protected int unitId

Methods

getActionType

public ActionType getActionType()

Gets the value of the actionType property.

Returns:possible object is String

getUnitId

public int getUnitId()

Gets the value of the unitId property.

setActionType

public void setActionType(ActionType value)

Sets the value of the actionType property.

Parameters:
  • value – allowed object is String

setUnitId

public void setUnitId(int value)

Sets the value of the unitId property.