XmlTargetedAction

public class XmlTargetedAction extends XmlAction

Java class for TargetedAction complex type.

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

<complexType name="TargetedAction">
  <complexContent>
    <extension base="{}Action">
      <sequence>
        <element name="targetId" type="{http://www.w3.org/2001/XMLSchema}int"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Fields

targetId

protected int targetId

Methods

getTargetId

public int getTargetId()

Gets the value of the targetId property.

setTargetId

public void setTargetId(int value)

Sets the value of the targetId property.