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

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.CommonActivatorsType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ContentActivatorType

public class ContentActivatorType
extends CommonActivatorsType

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

packageType

protected String packageType

product

protected String product

provider

protected String provider

providerType

protected String providerType

repo

protected String repo
Constructor Detail

ContentActivatorType

public ContentActivatorType()
Method Detail

getPackageType

public String getPackageType()
Gets the value of the packageType property.

Returns:
possible object is String

setPackageType

public void setPackageType(String value)
Sets the value of the packageType property.

Parameters:
value - allowed object is String

getProduct

public String getProduct()
Gets the value of the product property.

Returns:
possible object is String

setProduct

public void setProduct(String value)
Sets the value of the product property.

Parameters:
value - allowed object is String

getProvider

public String getProvider()
Gets the value of the provider property.

Returns:
possible object is String

setProvider

public void setProvider(String value)
Sets the value of the provider property.

Parameters:
value - allowed object is String

getProviderType

public String getProviderType()
Gets the value of the providerType property.

Returns:
possible object is String

setProviderType

public void setProviderType(String value)
Sets the value of the providerType property.

Parameters:
value - allowed object is String

getRepo

public String getRepo()
Gets the value of the repo property.

Returns:
possible object is String

setRepo

public void setRepo(String value)
Sets the value of the repo property.

Parameters:
value - allowed object is String


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