magoffin.matt.ma2.domain
Interface UiSession

All Known Subinterfaces:
Session

public interface UiSession

Java content class for ui-session complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/ui.xsd line 47)

 <complexType name="ui-session">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="acting-user" type="{http://msqr.us/xsd/matte}user" minOccurs="0"/>
         <element name="thumbnail-setting" type="{http://msqr.us/xsd/matte}media-spec" minOccurs="0"/>
         <element name="view-setting" type="{http://msqr.us/xsd/matte}media-spec" minOccurs="0"/>
       </sequence>
       <attribute name="admin" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 User getActingUser()
          Gets the value of the actingUser property.
 MediaSpec getThumbnailSetting()
          Gets the value of the thumbnailSetting property.
 MediaSpec getViewSetting()
          Gets the value of the viewSetting property.
 boolean isAdmin()
          Gets the value of the admin property.
 void setActingUser(User value)
          Sets the value of the actingUser property.
 void setAdmin(boolean value)
          Sets the value of the admin property.
 void setThumbnailSetting(MediaSpec value)
          Sets the value of the thumbnailSetting property.
 void setViewSetting(MediaSpec value)
          Sets the value of the viewSetting property.
 

Method Detail

getThumbnailSetting

MediaSpec getThumbnailSetting()
Gets the value of the thumbnailSetting property.

Returns:
possible object is MediaSpec

setThumbnailSetting

void setThumbnailSetting(MediaSpec value)
Sets the value of the thumbnailSetting property.

Parameters:
value - allowed object is MediaSpec

getViewSetting

MediaSpec getViewSetting()
Gets the value of the viewSetting property.

Returns:
possible object is MediaSpec

setViewSetting

void setViewSetting(MediaSpec value)
Sets the value of the viewSetting property.

Parameters:
value - allowed object is MediaSpec

getActingUser

User getActingUser()
Gets the value of the actingUser property.

Returns:
possible object is User

setActingUser

void setActingUser(User value)
Sets the value of the actingUser property.

Parameters:
value - allowed object is User

isAdmin

boolean isAdmin()
Gets the value of the admin property.


setAdmin

void setAdmin(boolean value)
Sets the value of the admin property.