STEReproducerBasis.java

package namespace.test;

import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlType;


/**
 * <p>Java class for STE_ReproducerBasis complex type</p>.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.</p>
 * 
 * <pre>{@code
 * <complexType name="STE_ReproducerBasis">
 *   <simpleContent>
 *     <restriction base="<http://test.namespace/>STE_Reproducer">
 *     </restriction>
 *   </simpleContent>
 * </complexType>
 * }</pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "STE_ReproducerBasis")
public class STEReproducerBasis
    extends STEReproducer
{


}