XmlDamageLog¶
-
public class
XmlDamageLog
¶ Java class for DamageLog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DamageLog"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attackerID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="attackerController" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="defenderID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="defenderController" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="damage" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Fields¶
Methods¶
getAttackerController¶
-
public int
getAttackerController
()¶ Gets the value of the attackerController property.
getDefenderController¶
-
public int
getDefenderController
()¶ Gets the value of the defenderController property.
setAttackerController¶
-
public void
setAttackerController
(int value)¶ Sets the value of the attackerController property.