|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.plugins.perftest.scenario.Resource
public class Resource
Java class for resource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:xmlns:jboss.org:rhq-perftest}resourceGenerator"/>
<element ref="{urn:xmlns:jboss.org:rhq-perftest}pluginConfigurationGenerator" minOccurs="0"/>
<element ref="{urn:xmlns:jboss.org:rhq-perftest}measurementGenerator" minOccurs="0"/>
<element ref="{urn:xmlns:jboss.org:rhq-perftest}traitGenerator" minOccurs="0"/>
<element ref="{urn:xmlns:jboss.org:rhq-perftest}calltimeGenerator" minOccurs="0"/>
<element ref="{urn:xmlns:jboss.org:rhq-perftest}contentGenerator" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.bind.JAXBElement<? extends CalltimeGenerator> |
calltimeGenerator
|
protected List<javax.xml.bind.JAXBElement<? extends ContentGenerator>> |
contentGenerator
|
protected javax.xml.bind.JAXBElement<? extends MeasurementGenerator> |
measurementGenerator
|
protected javax.xml.bind.JAXBElement<? extends ConfigurationGenerator> |
pluginConfigurationGenerator
|
protected javax.xml.bind.JAXBElement<? extends ResourceGenerator> |
resourceGenerator
|
protected javax.xml.bind.JAXBElement<? extends TraitGenerator> |
traitGenerator
|
protected String |
type
|
| Constructor Summary | |
|---|---|
Resource()
|
|
| Method Summary | |
|---|---|
javax.xml.bind.JAXBElement<? extends CalltimeGenerator> |
getCalltimeGenerator()
Gets the value of the calltimeGenerator property. |
List<javax.xml.bind.JAXBElement<? extends ContentGenerator>> |
getContentGenerator()
Gets the value of the contentGenerator property. |
javax.xml.bind.JAXBElement<? extends MeasurementGenerator> |
getMeasurementGenerator()
Gets the value of the measurementGenerator property. |
javax.xml.bind.JAXBElement<? extends ConfigurationGenerator> |
getPluginConfigurationGenerator()
Gets the value of the pluginConfigurationGenerator property. |
javax.xml.bind.JAXBElement<? extends ResourceGenerator> |
getResourceGenerator()
Gets the value of the resourceGenerator property. |
javax.xml.bind.JAXBElement<? extends TraitGenerator> |
getTraitGenerator()
Gets the value of the traitGenerator property. |
String |
getType()
Gets the value of the type property. |
void |
setCalltimeGenerator(javax.xml.bind.JAXBElement<? extends CalltimeGenerator> value)
Sets the value of the calltimeGenerator property. |
void |
setMeasurementGenerator(javax.xml.bind.JAXBElement<? extends MeasurementGenerator> value)
Sets the value of the measurementGenerator property. |
void |
setPluginConfigurationGenerator(javax.xml.bind.JAXBElement<? extends ConfigurationGenerator> value)
Sets the value of the pluginConfigurationGenerator property. |
void |
setResourceGenerator(javax.xml.bind.JAXBElement<? extends ResourceGenerator> value)
Sets the value of the resourceGenerator property. |
void |
setTraitGenerator(javax.xml.bind.JAXBElement<? extends TraitGenerator> value)
Sets the value of the traitGenerator property. |
void |
setType(String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.xml.bind.JAXBElement<? extends ResourceGenerator> resourceGenerator
protected javax.xml.bind.JAXBElement<? extends ConfigurationGenerator> pluginConfigurationGenerator
protected javax.xml.bind.JAXBElement<? extends MeasurementGenerator> measurementGenerator
protected javax.xml.bind.JAXBElement<? extends TraitGenerator> traitGenerator
protected javax.xml.bind.JAXBElement<? extends CalltimeGenerator> calltimeGenerator
protected List<javax.xml.bind.JAXBElement<? extends ContentGenerator>> contentGenerator
protected String type
| Constructor Detail |
|---|
public Resource()
| Method Detail |
|---|
public javax.xml.bind.JAXBElement<? extends ResourceGenerator> getResourceGenerator()
JAXBElement<SimpleResourceGenerator>
JAXBElement<ResourceGenerator>public void setResourceGenerator(javax.xml.bind.JAXBElement<? extends ResourceGenerator> value)
value - allowed object is
JAXBElement<SimpleResourceGenerator>
JAXBElement<ResourceGenerator>public javax.xml.bind.JAXBElement<? extends ConfigurationGenerator> getPluginConfigurationGenerator()
JAXBElement<SimpleConfigurationGenerator>
JAXBElement<ConfigurationGenerator>public void setPluginConfigurationGenerator(javax.xml.bind.JAXBElement<? extends ConfigurationGenerator> value)
value - allowed object is
JAXBElement<SimpleConfigurationGenerator>
JAXBElement<ConfigurationGenerator>public javax.xml.bind.JAXBElement<? extends MeasurementGenerator> getMeasurementGenerator()
JAXBElement<MeasurementGenerator>
JAXBElement<OOBNumericMeasurementGenerator>
JAXBElement<SimpleNumericMeasurementGenerator>public void setMeasurementGenerator(javax.xml.bind.JAXBElement<? extends MeasurementGenerator> value)
value - allowed object is
JAXBElement<MeasurementGenerator>
JAXBElement<OOBNumericMeasurementGenerator>
JAXBElement<SimpleNumericMeasurementGenerator>public javax.xml.bind.JAXBElement<? extends TraitGenerator> getTraitGenerator()
JAXBElement<SimpleTraitMeasurementGenerator>
JAXBElement<TraitGenerator>public void setTraitGenerator(javax.xml.bind.JAXBElement<? extends TraitGenerator> value)
value - allowed object is
JAXBElement<SimpleTraitMeasurementGenerator>
JAXBElement<TraitGenerator>public javax.xml.bind.JAXBElement<? extends CalltimeGenerator> getCalltimeGenerator()
JAXBElement<CalltimeGenerator>
JAXBElement<SimpleCallTimeDataGenerator>
JAXBElement<ConfigurableCallTimeDataGenerator>public void setCalltimeGenerator(javax.xml.bind.JAXBElement<? extends CalltimeGenerator> value)
value - allowed object is
JAXBElement<CalltimeGenerator>
JAXBElement<SimpleCallTimeDataGenerator>
JAXBElement<ConfigurableCallTimeDataGenerator>public List<javax.xml.bind.JAXBElement<? extends ContentGenerator>> getContentGenerator()
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 contentGenerator property.
For example, to add a new item, do as follows:
getContentGenerator().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<SimpleContentGenerator>
JAXBElement<ContentGenerator>
public String getType()
Stringpublic void setType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||