
org.jvnet.jaxbvalidation.tests.one.AlertClassRef Maven / Gradle / Ivy
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-01/24/2006 06:15 PM(kohsuke)-fcs
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2007.03.26 at 04:39:11 PM CEST
//
package org.jvnet.jaxbvalidation.tests.one;
/**
* Java content class for AlertClassRef complex type.
* The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Projects/p2.external/jaxbvalidation/tests/dpr/src/main/resources/dprdataset.xsd line 3798)
*
*
* <complexType name="AlertClassRef">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="classNumber" type="{}AlertClassNumberType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*/
public interface AlertClassRef {
/**
* Gets the value of the classNumber property.
*
*/
int getClassNumber();
/**
* Sets the value of the classNumber property.
*
*/
void setClassNumber(int value);
boolean isSetClassNumber();
void unsetClassNumber();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy