|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.GameResponse
public class GameResponse
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 |
|---|
public GameResponse()
| Method Detail |
|---|
public GenericResponse getAction()
GenericResponsepublic void setAction(GenericResponse value)
value - allowed object is
GenericResponsepublic CreateGameResponse getCreate()
CreateGameResponsepublic void setCreate(CreateGameResponse value)
value - allowed object is
CreateGameResponsepublic GenericResponse getDelete()
GenericResponsepublic void setDelete(GenericResponse value)
value - allowed object is
GenericResponsepublic GenericResponse getJoin()
GenericResponsepublic void setJoin(GenericResponse value)
value - allowed object is
GenericResponsepublic GenericResponse getPart()
GenericResponsepublic void setPart(GenericResponse value)
value - allowed object is
GenericResponsepublic Custom getCustom()
Custompublic void setCustom(Custom value)
value - allowed object is
Custompublic GenericResponse getEvent()
GenericResponsepublic void setEvent(GenericResponse value)
value - allowed object is
GenericResponsepublic long getGameID()
Longpublic void setGameID(java.lang.Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||