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

attackerController

protected int attackerController

attackerID

protected int attackerID

damage

protected int damage

defenderController

protected int defenderController

defenderID

protected int defenderID

Methods

getAttackerController

public int getAttackerController()

Gets the value of the attackerController property.

getAttackerID

public int getAttackerID()

Gets the value of the attackerID property.

getDamage

public int getDamage()

Gets the value of the damage property.

getDefenderController

public int getDefenderController()

Gets the value of the defenderController property.

getDefenderID

public int getDefenderID()

Gets the value of the defenderID property.

setAttackerController

public void setAttackerController(int value)

Sets the value of the attackerController property.

setAttackerID

public void setAttackerID(int value)

Sets the value of the attackerID property.

setDamage

public void setDamage(int value)

Sets the value of the damage property.

setDefenderController

public void setDefenderController(int value)

Sets the value of the defenderController property.

setDefenderID

public void setDefenderID(int value)

Sets the value of the defenderID property.