@Exported public class Application extends Object
Java class for application complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="application">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="shortdescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tooltip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="iconurl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="iconurlhover" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="iconurlclick" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="iconurlactive" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="layouttype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parentid" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="systemapplication" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
href |
protected String |
iconurl |
protected String |
iconurlactive |
protected String |
iconurlclick |
protected String |
iconurlhover |
protected long |
id |
protected String |
layouttype |
protected String |
name |
protected Long |
parentid |
protected String |
shortdescription |
protected boolean |
systemapplication |
protected String |
tooltip |
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getHref()
Gets the value of the href property.
|
String |
getIconurl()
Gets the value of the iconurl property.
|
String |
getIconurlactive()
Gets the value of the iconurlactive property.
|
String |
getIconurlclick()
Gets the value of the iconurlclick property.
|
String |
getIconurlhover()
Gets the value of the iconurlhover property.
|
long |
getId()
Gets the value of the id property.
|
String |
getLayouttype()
Gets the value of the layouttype property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getParentid()
Gets the value of the parentid property.
|
String |
getShortdescription()
Gets the value of the shortdescription property.
|
String |
getTooltip()
Gets the value of the tooltip property.
|
boolean |
isSystemapplication()
Gets the value of the systemapplication property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setIconurl(String value)
Sets the value of the iconurl property.
|
void |
setIconurlactive(String value)
Sets the value of the iconurlactive property.
|
void |
setIconurlclick(String value)
Sets the value of the iconurlclick property.
|
void |
setIconurlhover(String value)
Sets the value of the iconurlhover property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setLayouttype(String value)
Sets the value of the layouttype property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParentid(Long value)
Sets the value of the parentid property.
|
void |
setShortdescription(String value)
Sets the value of the shortdescription property.
|
void |
setSystemapplication(boolean value)
Sets the value of the systemapplication property.
|
void |
setTooltip(String value)
Sets the value of the tooltip property.
|
protected String href
protected long id
protected String name
protected String description
protected String shortdescription
protected String tooltip
protected String iconurl
protected String iconurlhover
protected String iconurlclick
protected String iconurlactive
protected String layouttype
protected Long parentid
protected boolean systemapplication
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic long getId()
public void setId(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getShortdescription()
Stringpublic void setShortdescription(String value)
value - allowed object is
Stringpublic String getTooltip()
Stringpublic void setTooltip(String value)
value - allowed object is
Stringpublic String getIconurl()
Stringpublic void setIconurl(String value)
value - allowed object is
Stringpublic String getIconurlhover()
Stringpublic void setIconurlhover(String value)
value - allowed object is
Stringpublic String getIconurlclick()
Stringpublic void setIconurlclick(String value)
value - allowed object is
Stringpublic String getIconurlactive()
Stringpublic void setIconurlactive(String value)
value - allowed object is
Stringpublic String getLayouttype()
Stringpublic void setLayouttype(String value)
value - allowed object is
Stringpublic Long getParentid()
Longpublic void setParentid(Long value)
value - allowed object is
Longpublic boolean isSystemapplication()
public void setSystemapplication(boolean value)