XmlEventLogger

public class XmlEventLogger

Java class for EventLogger complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="EventLogger">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <sequence maxOccurs="unbounded" minOccurs="0">
          <element name="birthLogList" type="{}BirthLogList"/>
        </sequence>
        <sequence maxOccurs="unbounded" minOccurs="0">
          <element name="deathLogList" type="{}DeathLogList"/>
        </sequence>
        <sequence maxOccurs="unbounded" minOccurs="0">
          <element name="damageLogList" type="{}DamageLogList"/>
        </sequence>
        <sequence maxOccurs="unbounded" minOccurs="0">
          <element name="ResourceNodeExhaustionLogList" type="{}ResourceNodeExhaustionLogList"/>
        </sequence>
        <sequence maxOccurs="unbounded" minOccurs="0">
          <element name="resourcePickupLogList" type="{}ResourcePickupLogList"/>
        </sequence>
        <sequence maxOccurs="unbounded" minOccurs="0">
          <element name="resourceDropoffLogList" type="{}ResourceDropoffLogList"/>
        </sequence>
        <sequence maxOccurs="unbounded" minOccurs="0">
          <element name="RevealedResourceNodeLog" type="{}RevealedResourceNodeLog"/>
        </sequence>
        <sequence maxOccurs="unbounded" minOccurs="0">
          <element name="upgradeLogList" type="{}UpgradeLogList"/>
        </sequence>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Fields

birthLogList

protected List<XmlBirthLogList> birthLogList

damageLogList

protected List<XmlDamageLogList> damageLogList

deathLogList

protected List<XmlDeathLogList> deathLogList

resourceDropoffLogList

protected List<XmlResourceDropoffLogList> resourceDropoffLogList

resourceNodeExhaustionLogList

protected List<XmlResourceNodeExhaustionLogList> resourceNodeExhaustionLogList

resourcePickupLogList

protected List<XmlResourcePickupLogList> resourcePickupLogList

revealedResourceNodeLog

protected List<XmlRevealedResourceNodeLog> revealedResourceNodeLog

upgradeLogList

protected List<XmlUpgradeLogList> upgradeLogList

Methods

getBirthLogList

public List<XmlBirthLogList> getBirthLogList()

Gets the value of the birthLogList 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 birthLogList property.

For example, to add a new item, do as follows:

getBirthLogList().add(newItem);

Objects of the following type(s) are allowed in the list XmlBirthLogList

getDamageLogList

public List<XmlDamageLogList> getDamageLogList()

Gets the value of the damageLogList 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 damageLogList property.

For example, to add a new item, do as follows:

getDamageLogList().add(newItem);

Objects of the following type(s) are allowed in the list XmlDamageLogList

getDeathLogList

public List<XmlDeathLogList> getDeathLogList()

Gets the value of the deathLogList 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 deathLogList property.

For example, to add a new item, do as follows:

getDeathLogList().add(newItem);

Objects of the following type(s) are allowed in the list XmlDeathLogList

getResourceDropoffLogList

public List<XmlResourceDropoffLogList> getResourceDropoffLogList()

Gets the value of the resourceDropoffLogList 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 resourceDropoffLogList property.

For example, to add a new item, do as follows:

getResourceDropoffLogList().add(newItem);

Objects of the following type(s) are allowed in the list XmlResourceDropoffLogList

getResourceNodeExhaustionLogList

public List<XmlResourceNodeExhaustionLogList> getResourceNodeExhaustionLogList()

Gets the value of the resourceNodeExhaustionLogList 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 resourceNodeExhaustionLogList property.

For example, to add a new item, do as follows:

getResourceNodeExhaustionLogList().add(newItem);

Objects of the following type(s) are allowed in the list XmlResourceNodeExhaustionLogList

getResourcePickupLogList

public List<XmlResourcePickupLogList> getResourcePickupLogList()

Gets the value of the resourcePickupLogList 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 resourcePickupLogList property.

For example, to add a new item, do as follows:

getResourcePickupLogList().add(newItem);

Objects of the following type(s) are allowed in the list XmlResourcePickupLogList

getRevealedResourceNodeLog

public List<XmlRevealedResourceNodeLog> getRevealedResourceNodeLog()

Gets the value of the revealedResourceNodeLog 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 revealedResourceNodeLog property.

For example, to add a new item, do as follows:

getRevealedResourceNodeLog().add(newItem);

Objects of the following type(s) are allowed in the list XmlRevealedResourceNodeLog

getUpgradeLogList

public List<XmlUpgradeLogList> getUpgradeLogList()

Gets the value of the upgradeLogList 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 upgradeLogList property.

For example, to add a new item, do as follows:

getUpgradeLogList().add(newItem);

Objects of the following type(s) are allowed in the list XmlUpgradeLogList