com.asdf.parser
Class GameResponse

java.lang.Object
  extended by com.asdf.parser.GameResponse

public class GameResponse
extends java.lang.Object

Java class for GameResponse complex type.

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

 <complexType name="GameResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Action" type="{}GenericResponse"/>
         <element name="Create" type="{}CreateGameResponse"/>
         <element name="Delete" type="{}GenericResponse"/>
         <element name="Join" type="{}GenericResponse"/>
         <element name="Part" type="{}GenericResponse"/>
         <element name="Custom" type="{}Custom"/>
         <element name="Event" type="{}GenericResponse"/>
       </choice>
       <attribute name="gameID" type="{http://www.w3.org/2001/XMLSchema}long" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
GameResponse()
           
 
Method Summary
 GenericResponse getAction()
          Gets the value of the action property.
 CreateGameResponse getCreate()
          Gets the value of the create property.
 Custom getCustom()
          Gets the value of the custom property.
 GenericResponse getDelete()
          Gets the value of the delete property.
 GenericResponse getEvent()
          Gets the value of the event property.
 long getGameID()
          Gets the value of the gameID property.
 GenericResponse getJoin()
          Gets the value of the join property.
 GenericResponse getPart()
          Gets the value of the part property.
 void setAction(GenericResponse value)
          Sets the value of the action property.
 void setCreate(CreateGameResponse value)
          Sets the value of the create property.
 void setCustom(Custom value)
          Sets the value of the custom property.
 void setDelete(GenericResponse value)
          Sets the value of the delete property.
 void setEvent(GenericResponse value)
          Sets the value of the event property.
 void setGameID(java.lang.Long value)
          Sets the value of the gameID property.
 void setJoin(GenericResponse value)
          Sets the value of the join property.
 void setPart(GenericResponse value)
          Sets the value of the part property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameResponse

public GameResponse()
Method Detail

getAction

public GenericResponse getAction()
Gets the value of the action property.

Returns:
possible object is GenericResponse

setAction

public void setAction(GenericResponse value)
Sets the value of the action property.

Parameters:
value - allowed object is GenericResponse

getCreate

public CreateGameResponse getCreate()
Gets the value of the create property.

Returns:
possible object is CreateGameResponse

setCreate

public void setCreate(CreateGameResponse value)
Sets the value of the create property.

Parameters:
value - allowed object is CreateGameResponse

getDelete

public GenericResponse getDelete()
Gets the value of the delete property.

Returns:
possible object is GenericResponse

setDelete

public void setDelete(GenericResponse value)
Sets the value of the delete property.

Parameters:
value - allowed object is GenericResponse

getJoin

public GenericResponse getJoin()
Gets the value of the join property.

Returns:
possible object is GenericResponse

setJoin

public void setJoin(GenericResponse value)
Sets the value of the join property.

Parameters:
value - allowed object is GenericResponse

getPart

public GenericResponse getPart()
Gets the value of the part property.

Returns:
possible object is GenericResponse

setPart

public void setPart(GenericResponse value)
Sets the value of the part property.

Parameters:
value - allowed object is GenericResponse

getCustom

public Custom getCustom()
Gets the value of the custom property.

Returns:
possible object is Custom

setCustom

public void setCustom(Custom value)
Sets the value of the custom property.

Parameters:
value - allowed object is Custom

getEvent

public GenericResponse getEvent()
Gets the value of the event property.

Returns:
possible object is GenericResponse

setEvent

public void setEvent(GenericResponse value)
Sets the value of the event property.

Parameters:
value - allowed object is GenericResponse

getGameID

public long getGameID()
Gets the value of the gameID property.

Returns:
possible object is Long

setGameID

public void setGameID(java.lang.Long value)
Sets the value of the gameID property.

Parameters:
value - allowed object is Long