com.asdf.parser
Class LobbyStateUpdate

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

public class LobbyStateUpdate
extends java.lang.Object

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

LobbyStateUpdate

public LobbyStateUpdate()
Method Detail

getUpdatedLobbyState

public GenericStateUpdate getUpdatedLobbyState()
Gets the value of the updatedLobbyState property.

Returns:
possible object is GenericStateUpdate

setUpdatedLobbyState

public void setUpdatedLobbyState(GenericStateUpdate value)
Sets the value of the updatedLobbyState property.

Parameters:
value - allowed object is GenericStateUpdate

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