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
¶
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
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: - value – allowed object is
XmlActionResultLogger
- value – allowed object is
setCommandsIssued¶
-
public void
setCommandsIssued
(XmlActionLogger value)¶ Sets the value of the commandsIssued property.
Parameters: - value – allowed object is
XmlActionLogger
- value – allowed object is
setEventLogger¶
-
public void
setEventLogger
(XmlEventLogger value)¶ Sets the value of the eventLogger property.
Parameters: - value – allowed object is
XmlEventLogger
- value – allowed object is
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: - value – allowed object is
XmlActionResultLogger
- value – allowed object is