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

org.jvnet.jaxbvalidation.tests.one.LayerRef 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 LayerRef 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 1238) *

*

 * <complexType name="LayerRef">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="number" type="{}LayerNumberType"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* */ public interface LayerRef { /** * Gets the value of the number property. * */ int getNumber(); /** * Sets the value of the number property. * */ void setNumber(int value); boolean isSetNumber(); void unsetNumber(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy