|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
MediaSpec getThumbnailSetting()
MediaSpec
void setThumbnailSetting(MediaSpec value)
value
- allowed object is
MediaSpec
MediaSpec getViewSetting()
MediaSpec
void setViewSetting(MediaSpec value)
value
- allowed object is
MediaSpec
User getActingUser()
User
void setActingUser(User value)
value
- allowed object is
User
boolean isAdmin()
void setAdmin(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |