001// 002// 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 003// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 004// Any modifications to this file will be lost upon recompilation of the source schema. 005// Generated on: 2012.10.03 at 04:27:47 AM CEST 006// 007 008 009package org.jdtaus.mojo.resource.model; 010 011 012/** 013 * Maps class-names to implementation meta-data. 014 * 015 * Java content class for Implementations complex type. 016 * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at http://xml.jdtaus.org/1.0.x/jdtaus-core/jdtaus-core-schemas/jdtaus-container-1.1.xsd line 456) 017 * <p> 018 * <pre> 019 * <complexType name="Implementations"> 020 * <complexContent> 021 * <extension base="{http://jdtaus.org/core/model/container}ModelObject"> 022 * <sequence> 023 * <element ref="{http://jdtaus.org/core/model/container}implementation" maxOccurs="unbounded" minOccurs="0"/> 024 * </sequence> 025 * </extension> 026 * </complexContent> 027 * </complexType> 028 * </pre> 029 * 030 */ 031public interface Implementations 032 extends org.jdtaus.mojo.resource.model.ModelObject 033{ 034 035 036 /** 037 * Gets the value of the Implementation property. 038 * 039 * <p> 040 * This accessor method returns a reference to the live list, 041 * not a snapshot. Therefore any modification you make to the 042 * returned list will be present inside the JAXB object. 043 * This is why there is not a <CODE>set</CODE> method for the Implementation property. 044 * 045 * <p> 046 * For example, to add a new item, do as follows: 047 * <pre> 048 * getImplementation().add(newItem); 049 * </pre> 050 * 051 * 052 * <p> 053 * Objects of the following type(s) are allowed in the list 054 * {@link org.jdtaus.mojo.resource.model.ImplementationElement} 055 * {@link org.jdtaus.mojo.resource.model.Implementation} 056 * 057 */ 058 java.util.List getImplementation(); 059 060}