|
||||||||||
| 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
public abstract class ExtensionType
Java class for ExtensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:xmlns:rhq-serverplugin.perspective}description" minOccurs="0"/>
<element ref="{urn:xmlns:rhq-serverplugin.perspective}globalPermissionActivatorSet" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:xmlns:rhq-serverplugin.perspective}monitoringLicenseActivator" minOccurs="0"/>
</sequence>
<attribute name="application" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="displayName" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}DisplayNameType" />
<attribute name="iconUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="name" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}NameType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
application
|
protected java.lang.String |
description
|
protected java.lang.String |
displayName
|
protected java.util.List<GlobalPermissionActivatorSetType> |
globalPermissionActivatorSet
|
protected java.lang.String |
iconUrl
|
protected MonitoringLicenseActivatorType |
monitoringLicenseActivator
|
protected java.lang.String |
name
|
| Constructor Summary | |
|---|---|
ExtensionType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getApplication()
Gets the value of the application property. |
java.lang.String |
getDescription()
Verbose description for the extension. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.util.List<GlobalPermissionActivatorSetType> |
getGlobalPermissionActivatorSet()
Activate the extension only if the user has the required global permissions. |
java.lang.String |
getIconUrl()
Gets the value of the iconUrl property. |
MonitoringLicenseActivatorType |
getMonitoringLicenseActivator()
Activate the extension only if a monitoring license is installed. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
void |
setApplication(java.lang.String value)
Sets the value of the application property. |
void |
setDescription(java.lang.String value)
Verbose description for the extension. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setIconUrl(java.lang.String value)
Sets the value of the iconUrl property. |
void |
setMonitoringLicenseActivator(MonitoringLicenseActivatorType value)
Activate the extension only if a monitoring license is installed. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String description
protected java.util.List<GlobalPermissionActivatorSetType> globalPermissionActivatorSet
protected MonitoringLicenseActivatorType monitoringLicenseActivator
protected java.lang.String application
protected java.lang.String displayName
protected java.lang.String iconUrl
protected java.lang.String name
| Constructor Detail |
|---|
public ExtensionType()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<GlobalPermissionActivatorSetType> getGlobalPermissionActivatorSet()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the globalPermissionActivatorSet property.
For example, to add a new item, do as follows:
getGlobalPermissionActivatorSet().add(newItem);
Objects of the following type(s) are allowed in the list
GlobalPermissionActivatorSetType
public MonitoringLicenseActivatorType getMonitoringLicenseActivator()
MonitoringLicenseActivatorTypepublic void setMonitoringLicenseActivator(MonitoringLicenseActivatorType value)
value - allowed object is
MonitoringLicenseActivatorTypepublic java.lang.String getApplication()
Stringpublic void setApplication(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIconUrl()
Stringpublic void setIconUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||