http://www.fatwire.com/schema/rest/1.0
complexType application

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.fatwire.com/schema/rest/1.0}application (restriction)

Documentation
        This bean represents the properties of an application.
      
Properties
This component is not nillable.

Model
<...>
(href?, id, name, description?, shortdescription?, tooltip?, iconurl?, iconurlhover?, iconurlclick?, iconurlactive?, layouttype?, parentid?, systemapplication )
</...>


Nested Element Summary
xs:stringdescription
          The description of this application. 
xs:stringhref
          The URL to the resource providing further information on this application. 
xs:stringiconurl
          The URL specifying the image that represents this application in the WEM UI. 
xs:stringiconurlactive
          The URL specifying the image to be displayed in the WEM UI when this application is currently active. 
xs:stringiconurlclick
          The URL specifying the image to be displayed in the WEM UI when the mouse presses this application's icon. 
xs:stringiconurlhover
          The URL specifying the image to be displayed in the WEM UI when the mouse hovers over the icon for this application. 
xs:longid
          The id of this application. 
xs:stringlayouttype
          The layout type for rendering this application. 
xs:stringname
          The name of this application. 
xs:longparentid
          The id of the parent application, if this application extends any. 
xs:stringshortdescription
          The short description of this application. 
xs:booleansystemapplication
          A flag for system applications. 
xs:stringtooltip
          The tooltip displayed when the mouse is paused over the icon for this application in the WEM UI. 
Source
<xs:complexType name="application">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element name="id" type="xs:long">
</xs:element>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="description" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="shortdescription" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="tooltip" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="iconurl" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="iconurlhover" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="iconurlclick" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="iconurlactive" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="layouttype" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="parentid" type="xs:long">
</xs:element>
<xs:element name="systemapplication" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:complexType>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.