christophedelory.betty.xml
Class PlayerDetails
java.lang.Object
christophedelory.betty.xml.Child
christophedelory.betty.xml.IdDetails
christophedelory.betty.xml.CountryDetails
christophedelory.betty.xml.PlayerDetails
- All Implemented Interfaces:
- XmlRoot, Serializable
public class PlayerDetails
- extends CountryDetails
- implements XmlRoot
The definition of a player.
- Version:
- $Revision$
- Author:
- Christophe Delory
- See Also:
PlayerBean
,
Serialized Form
Method Summary |
void |
accept(XmlVisitor visitor)
Accepts the specified XML visitor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlayerDetails
public PlayerDetails()
accept
public void accept(XmlVisitor visitor)
throws Exception
- Description copied from class:
IdDetails
- Accepts the specified XML visitor.
- Specified by:
accept
in interface XmlRoot
- Overrides:
accept
in class IdDetails
- Parameters:
visitor
- a visitor. Shall not be null
.
- Throws:
NullPointerException
- if visitor
is null
.
Exception
- if any error occurs during the visit.
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.