|
||||||||||
| 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.CommonActivatorsType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ContentActivatorType
public class ContentActivatorType
The content context must satisfy the following conditions to activate the extension.
Java class for ContentActivatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentActivatorType">
<complexContent>
<extension base="{urn:xmlns:rhq-serverplugin.perspective}CommonActivatorsType">
<attribute name="package-type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="product" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="providerType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="repo" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
packageType
|
protected String |
product
|
protected String |
provider
|
protected String |
providerType
|
protected String |
repo
|
| Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.CommonActivatorsType |
|---|
debugMode, globalPermission, licenseFeature, superuser |
| Constructor Summary | |
|---|---|
ContentActivatorType()
|
|
| Method Summary | |
|---|---|
String |
getPackageType()
Gets the value of the packageType property. |
String |
getProduct()
Gets the value of the product property. |
String |
getProvider()
Gets the value of the provider property. |
String |
getProviderType()
Gets the value of the providerType property. |
String |
getRepo()
Gets the value of the repo property. |
void |
setPackageType(String value)
Sets the value of the packageType property. |
void |
setProduct(String value)
Sets the value of the product property. |
void |
setProvider(String value)
Sets the value of the provider property. |
void |
setProviderType(String value)
Sets the value of the providerType property. |
void |
setRepo(String value)
Sets the value of the repo property. |
| Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.CommonActivatorsType |
|---|
getDebugMode, getGlobalPermission, getLicenseFeature, getSuperuser, setDebugMode, setSuperuser |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String packageType
protected String product
protected String provider
protected String providerType
protected String repo
| Constructor Detail |
|---|
public ContentActivatorType()
| Method Detail |
|---|
public String getPackageType()
Stringpublic void setPackageType(String value)
value - allowed object is
Stringpublic String getProduct()
Stringpublic void setProduct(String value)
value - allowed object is
Stringpublic String getProvider()
Stringpublic void setProvider(String value)
value - allowed object is
Stringpublic String getProviderType()
Stringpublic void setProviderType(String value)
value - allowed object is
Stringpublic String getRepo()
Stringpublic void setRepo(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||