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¶
resourceType¶
-
protected ResourceType
resourceType
¶
Methods¶
getNodeType¶
getResourceType¶
-
public ResourceType
getResourceType
()¶ Gets the value of the resourceType property.
Returns: possible object is String
setNodeType¶
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
- value – allowed object is