net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container
Interface Implementations

All Superinterfaces:
ModelObject
All Known Implementing Classes:
ImplementationsImpl

public interface Implementations
extends ModelObject

Maps class-names to implementation meta-data.

Java class for Implementations complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Implementations">
   <complexContent>
     <extension base="{http://jdtaus.org/core/model/container}ModelObject">
       <sequence>
         <element ref="{http://jdtaus.org/core/model/container}implementation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 Implementation[] getImplementation()
           
 Implementation getImplementation(int idx)
           
 int getImplementationLength()
           
 void setImplementation(Implementation[] values)
           
 Implementation setImplementation(int idx, Implementation value)
           
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Method Detail

getImplementation

Implementation[] getImplementation()
Returns:
array of Implementation

getImplementation

Implementation getImplementation(int idx)
Returns:
one of Implementation

getImplementationLength

int getImplementationLength()

setImplementation

void setImplementation(Implementation[] values)
Parameters:
values - allowed objects are Implementation

setImplementation

Implementation setImplementation(int idx,
                                 Implementation value)
Parameters:
value - allowed object is Implementation


Copyright © 2009 The CC-XJC Community. All Rights Reserved.