|
||||||||||
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()
GenericResponse
public void setAction(GenericResponse value)
value
- allowed object is
GenericResponse
public CreateGameResponse getCreate()
CreateGameResponse
public void setCreate(CreateGameResponse value)
value
- allowed object is
CreateGameResponse
public GenericResponse getDelete()
GenericResponse
public void setDelete(GenericResponse value)
value
- allowed object is
GenericResponse
public GenericResponse getJoin()
GenericResponse
public void setJoin(GenericResponse value)
value
- allowed object is
GenericResponse
public GenericResponse getPart()
GenericResponse
public void setPart(GenericResponse value)
value
- allowed object is
GenericResponse
public Custom getCustom()
Custom
public void setCustom(Custom value)
value
- allowed object is
Custom
public GenericResponse getEvent()
GenericResponse
public void setEvent(GenericResponse value)
value
- allowed object is
GenericResponse
public long getGameID()
Long
public 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 |