XmlUpgradeTemplate¶
-
public class
XmlUpgradeTemplate
extends XmlTemplate¶ Java class for UpgradeTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpgradeTemplate"> <complexContent> <extension base="{}Template"> <sequence> <element name="basicAttackChange" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="piercingAttackChange" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="armorChange" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="healthChange" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="sightRangeChange" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="rangeChange" type="{http://www.w3.org/2001/XMLSchema}int"/> <sequence maxOccurs="unbounded" minOccurs="0"> <element name="affectedUnitTypes" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </sequence> </extension> </complexContent> </complexType>
Fields¶
Methods¶
getAffectedUnitTypes¶
-
public List<Integer>
getAffectedUnitTypes
()¶ Gets the value of the affectedUnitTypes property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the affectedUnitTypes property.For example, to add a new item, do as follows:
getAffectedUnitTypes().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
getBasicAttackChange¶
-
public int
getBasicAttackChange
()¶ Gets the value of the basicAttackChange property.
getPiercingAttackChange¶
-
public int
getPiercingAttackChange
()¶ Gets the value of the piercingAttackChange property.
getSightRangeChange¶
-
public int
getSightRangeChange
()¶ Gets the value of the sightRangeChange property.
setBasicAttackChange¶
-
public void
setBasicAttackChange
(int value)¶ Sets the value of the basicAttackChange property.
setHealthChange¶
-
public void
setHealthChange
(int value)¶ Sets the value of the healthChange property.