|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.parser.LobbyStateUpdate
public class LobbyStateUpdate
Java class for LobbyStateUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LobbyStateUpdate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="UpdatedLobbyState" type="{}GenericStateUpdate"/> <element name="Custom" type="{}Custom"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
LobbyStateUpdate()
|
Method Summary | |
---|---|
Custom |
getCustom()
Gets the value of the custom property. |
GenericStateUpdate |
getUpdatedLobbyState()
Gets the value of the updatedLobbyState property. |
void |
setCustom(Custom value)
Sets the value of the custom property. |
void |
setUpdatedLobbyState(GenericStateUpdate value)
Sets the value of the updatedLobbyState property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LobbyStateUpdate()
Method Detail |
---|
public GenericStateUpdate getUpdatedLobbyState()
GenericStateUpdate
public void setUpdatedLobbyState(GenericStateUpdate value)
value
- allowed object is
GenericStateUpdate
public Custom getCustom()
Custom
public void setCustom(Custom value)
value
- allowed object is
Custom
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |