XmlResourceNode¶
-
public class
XmlResourceNode
¶ Java class for ResourceNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceNode"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="type" type="{}ResourceNodeType"/> <element name="xPosition" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="yPosition" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="initialAmount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="amountRemaining" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Fields¶
Methods¶
getAmountRemaining¶
-
public int
getAmountRemaining
()¶ Gets the value of the amountRemaining property.
getType¶
setAmountRemaining¶
-
public void
setAmountRemaining
(int value)¶ Sets the value of the amountRemaining property.
setInitialAmount¶
-
public void
setInitialAmount
(int value)¶ Sets the value of the initialAmount property.