|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.descriptor.plugin.EventDescriptor
public class EventDescriptor
A type of event that can be checked periodically for occurrences.
Java class for event element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="event">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:xmlns:rhq-plugin}version" minOccurs="0"/>
</sequence>
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected String |
description
|
protected String |
displayName
|
protected String |
name
|
protected Version |
version
|
| Constructor Summary | |
|---|---|
EventDescriptor()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getDisplayName()
Gets the value of the displayName property. |
String |
getName()
Gets the value of the name property. |
Version |
getVersion()
Gets the value of the version property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setVersion(Version value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Version version
protected String description
protected String displayName
protected String name
| Constructor Detail |
|---|
public EventDescriptor()
| Method Detail |
|---|
public Version getVersion()
Versionpublic void setVersion(Version value)
value - allowed object is
Versionpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||