XmlLocatedAction

public class XmlLocatedAction extends XmlAction

Java class for LocatedAction complex type.

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

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

Fields

x

protected int x

y

protected int y

Methods

getX

public int getX()

Gets the value of the x property.

getY

public int getY()

Gets the value of the y property.

setX

public void setX(int value)

Sets the value of the x property.

setY

public void setY(int value)

Sets the value of the y property.