org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class RenderedExtensionType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType
Direct Known Subclasses:
MenuItemType, TabType, TaskType

public abstract class RenderedExtensionType
extends ExtensionType

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

action

protected ActionType action

displayName

protected String displayName

iconUrl

protected String iconUrl
Constructor Detail

RenderedExtensionType

public RenderedExtensionType()
Method Detail

getAction

public ActionType getAction()
Gets the value of the action property.

Returns:
possible object is ActionType

setAction

public void setAction(ActionType value)
Sets the value of the action property.

Parameters:
value - allowed object is ActionType

getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getIconUrl

public String getIconUrl()
Gets the value of the iconUrl property.

Returns:
possible object is String

setIconUrl

public void setIconUrl(String value)
Sets the value of the iconUrl property.

Parameters:
value - allowed object is String


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.