XmlPlayerHistory

public class XmlPlayerHistory

Java class for PlayerHistory complex type.

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

<complexType name="PlayerHistory">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="playerNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="eventLogger" type="{}EventLogger"/>
        <element name="commandsIssued" type="{}ActionLogger"/>
        <element name="commandFeedback" type="{}ActionResultLogger"/>
        <element name="primitiveFeedback" type="{}ActionResultLogger"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Fields

commandFeedback

protected XmlActionResultLogger commandFeedback

commandsIssued

protected XmlActionLogger commandsIssued

eventLogger

protected XmlEventLogger eventLogger

playerNumber

protected int playerNumber

primitiveFeedback

protected XmlActionResultLogger primitiveFeedback

Methods

getCommandFeedback

public XmlActionResultLogger getCommandFeedback()

Gets the value of the commandFeedback property.

Returns:possible object is XmlActionResultLogger

getCommandsIssued

public XmlActionLogger getCommandsIssued()

Gets the value of the commandsIssued property.

Returns:possible object is XmlActionLogger

getEventLogger

public XmlEventLogger getEventLogger()

Gets the value of the eventLogger property.

Returns:possible object is XmlEventLogger

getPlayerNumber

public int getPlayerNumber()

Gets the value of the playerNumber property.

getPrimitiveFeedback

public XmlActionResultLogger getPrimitiveFeedback()

Gets the value of the primitiveFeedback property.

Returns:possible object is XmlActionResultLogger

setCommandFeedback

public void setCommandFeedback(XmlActionResultLogger value)

Sets the value of the commandFeedback property.

Parameters:

setCommandsIssued

public void setCommandsIssued(XmlActionLogger value)

Sets the value of the commandsIssued property.

Parameters:

setEventLogger

public void setEventLogger(XmlEventLogger value)

Sets the value of the eventLogger property.

Parameters:

setPlayerNumber

public void setPlayerNumber(int value)

Sets the value of the playerNumber property.

setPrimitiveFeedback

public void setPrimitiveFeedback(XmlActionResultLogger value)

Sets the value of the primitiveFeedback property.

Parameters: