|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType
public abstract class RenderedExtensionType
All rendered extensions extend this type.
Java class for RenderedExtensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RenderedExtensionType">
<complexContent>
<extension base="{urn:xmlns:rhq-serverplugin.perspective}ExtensionType">
<attribute name="action" type="{urn:xmlns:rhq-serverplugin.perspective}ActionType" default="add" />
<attribute name="displayName" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}DisplayNameType" />
<attribute name="iconUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ActionType |
action
|
protected String |
displayName
|
protected String |
iconUrl
|
| Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType |
|---|
application, description, name, url |
| Constructor Summary | |
|---|---|
RenderedExtensionType()
|
|
| Method Summary | |
|---|---|
ActionType |
getAction()
Gets the value of the action property. |
String |
getDisplayName()
Gets the value of the displayName property. |
String |
getIconUrl()
Gets the value of the iconUrl property. |
void |
setAction(ActionType value)
Sets the value of the action property. |
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setIconUrl(String value)
Sets the value of the iconUrl property. |
| Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType |
|---|
getApplication, getDescription, getName, getOtherAttributes, getUrl, setApplication, setDescription, setName, setUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ActionType action
protected String displayName
protected String iconUrl
| Constructor Detail |
|---|
public RenderedExtensionType()
| Method Detail |
|---|
public ActionType getAction()
ActionTypepublic void setAction(ActionType value)
value - allowed object is
ActionTypepublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getIconUrl()
Stringpublic void setIconUrl(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||