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

org.eclipse.xsd.XSDInclude Maven / Gradle / Ivy

/**
 * Copyright (c) 2002-2004 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v20.html
 * 
 * Contributors: 
 *   IBM - Initial API and implementation
 */
package org.eclipse.xsd;




/**
 * 
 * A representation of the model object 
 * 'Include'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.eclipse.xsd.XSDInclude#getAnnotation Annotation}
  • *
* * @see org.eclipse.xsd.XSDPackage#getXSDInclude() * @model * @generated */ public interface XSDInclude extends XSDSchemaCompositor { /** * Returns the value of the 'Annotation' containment reference. * *

* This concrete reference represents the annotation content of an * include element. *

* * @return the value of the 'Annotation' containment reference. * @see #setAnnotation(XSDAnnotation) * @see org.eclipse.xsd.XSDPackage#getXSDInclude_Annotation() * @model containment="true" * @generated */ XSDAnnotation getAnnotation(); /** * Sets the value of the '{@link org.eclipse.xsd.XSDInclude#getAnnotation Annotation}' containment reference. * * * @param value the new value of the 'Annotation' containment reference. * @see #getAnnotation() * @generated */ void setAnnotation(XSDAnnotation value); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy