XmlResourcePickupLog

public class XmlResourcePickupLog

Java class for ResourcePickupLog complex type.

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

<complexType name="ResourcePickupLog">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="pickupAmount" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="gathererID" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="controller" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="nodeID" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="nodeType" type="{}ResourceNodeType"/>
        <element name="resourceType" type="{}ResourceType"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Fields

controller

protected int controller

gathererID

protected int gathererID

nodeID

protected int nodeID

nodeType

protected Type nodeType

pickupAmount

protected int pickupAmount

resourceType

protected ResourceType resourceType

Methods

getController

public int getController()

Gets the value of the controller property.

getGathererID

public int getGathererID()

Gets the value of the gathererID property.

getNodeID

public int getNodeID()

Gets the value of the nodeID property.

getNodeType

public Type getNodeType()

Gets the value of the nodeType property.

Returns:possible object is String

getPickupAmount

public int getPickupAmount()

Gets the value of the pickupAmount property.

getResourceType

public ResourceType getResourceType()

Gets the value of the resourceType property.

Returns:possible object is String

setController

public void setController(int value)

Sets the value of the controller property.

setGathererID

public void setGathererID(int value)

Sets the value of the gathererID property.

setNodeID

public void setNodeID(int value)

Sets the value of the nodeID property.

setNodeType

public void setNodeType(Type value)

Sets the value of the nodeType property.

Parameters:
  • value – allowed object is String

setPickupAmount

public void setPickupAmount(int value)

Sets the value of the pickupAmount property.

setResourceType

public void setResourceType(ResourceType value)

Sets the value of the resourceType property.

Parameters:
  • value – allowed object is String