XmlResourceDropoffLog

public class XmlResourceDropoffLog

Java class for ResourceDropoffLog complex type.

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

<complexType name="ResourceDropoffLog">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="depositAmount" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="gathererID" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="depotID" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="controller" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="resourceType" type="{}ResourceType"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Fields

controller

protected int controller

depositAmount

protected int depositAmount

depotID

protected int depotID

gathererID

protected int gathererID

resourceType

protected ResourceType resourceType

Methods

getController

public int getController()

Gets the value of the controller property.

getDepositAmount

public int getDepositAmount()

Gets the value of the depositAmount property.

getDepotID

public int getDepotID()

Gets the value of the depotID property.

getGathererID

public int getGathererID()

Gets the value of the gathererID 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.

setDepositAmount

public void setDepositAmount(int value)

Sets the value of the depositAmount property.

setDepotID

public void setDepotID(int value)

Sets the value of the depotID property.

setGathererID

public void setGathererID(int value)

Sets the value of the gathererID property.

setResourceType

public void setResourceType(ResourceType value)

Sets the value of the resourceType property.

Parameters:
  • value – allowed object is String