
org.rhq.plugins.perftest.scenario.OOBNumericMeasurementGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rhq-perftest-plugin Show documentation
Show all versions of rhq-perftest-plugin Show documentation
a plugin for performance testing
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.12.02 at 06:01:06 PM EST
//
package org.rhq.plugins.perftest.scenario;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for OOBNumericMeasurementGenerator complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="OOBNumericMeasurementGenerator">
* <complexContent>
* <extension base="{urn:xmlns:jboss.org:rhq-perftest}measurementGenerator">
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "OOBNumericMeasurementGenerator")
public class OOBNumericMeasurementGenerator
extends MeasurementGenerator
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy