XmlLocatedProductionAction

public class XmlLocatedProductionAction extends XmlAction

Java class for LocatedProductionAction complex type.

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

<complexType name="LocatedProductionAction">
  <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"/>
        <element name="templateId" type="{http://www.w3.org/2001/XMLSchema}int"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Fields

templateId

protected int templateId

x

protected int x

y

protected int y

Methods

getTemplateId

public int getTemplateId()

Gets the value of the templateId property.

getX

public int getX()

Gets the value of the x property.

getY

public int getY()

Gets the value of the y property.

setTemplateId

public void setTemplateId(int value)

Sets the value of the templateId 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.