net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jdtaus.container
Interface ImplementationReference

All Superinterfaces:
ModelObject, SpecificationReference
All Known Subinterfaces:
Dependency
All Known Implementing Classes:
DependencyImpl, ImplementationReferenceImpl

public interface ImplementationReference
extends SpecificationReference

Java class for ImplementationReference complex type.

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

 <complexType name="ImplementationReference">
   <complexContent>
     <extension base="{http://jdtaus.org/core/model/container}SpecificationReference">
       <attribute name="implementationName" type="{http://jdtaus.org/core/model/container}Identifier" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 String getImplementationName()
          Gets the value of the implementationName property.
 void setImplementationName(String value)
          Sets the value of the implementationName property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jdtaus.container.SpecificationReference
getIdentifier, getVersion, setIdentifier, setVersion
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Method Detail

getImplementationName

String getImplementationName()
Gets the value of the implementationName property.

Returns:
possible object is String

setImplementationName

void setImplementationName(String value)
Sets the value of the implementationName property.

Parameters:
value - allowed object is String


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