XmlRevealedResourceNodeLog

public class XmlRevealedResourceNodeLog

Java class for RevealedResourceNodeLog complex type.

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

<complexType name="RevealedResourceNodeLog">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="xPosition" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="yPosition" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="nodeType" type="{}ResourceNodeType"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Fields

nodeType

protected Type nodeType

xPosition

protected int xPosition

yPosition

protected int yPosition

Methods

getNodeType

public Type getNodeType()

Gets the value of the nodeType property.

Returns:possible object is String

getXPosition

public int getXPosition()

Gets the value of the xPosition property.

getYPosition

public int getYPosition()

Gets the value of the yPosition property.

setNodeType

public void setNodeType(Type value)

Sets the value of the nodeType property.

Parameters:
  • value – allowed object is String

setXPosition

public void setXPosition(int value)

Sets the value of the xPosition property.

setYPosition

public void setYPosition(int value)

Sets the value of the yPosition property.