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¶
resourceType¶
-
protected ResourceType
resourceType
¶
Methods¶
getResourceType¶
-
public ResourceType
getResourceType
()¶ Gets the value of the resourceType property.
Returns: possible object is String
setDepositAmount¶
-
public void
setDepositAmount
(int value)¶ Sets the value of the depositAmount property.
setResourceType¶
-
public void
setResourceType
(ResourceType value)¶ Sets the value of the resourceType property.
Parameters: - value – allowed object is
String
- value – allowed object is