All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rhq.plugins.perftest.scenario.SimpleTraitMeasurementGenerator Maven / Gradle / Ivy

//
// 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 simpleTraitMeasurementGenerator complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="simpleTraitMeasurementGenerator">
 *   <complexContent>
 *     <extension base="{urn:xmlns:jboss.org:rhq-perftest}traitGenerator">
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "simpleTraitMeasurementGenerator") public class SimpleTraitMeasurementGenerator extends TraitGenerator { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy