public interface ImplementationReference extends SpecificationReference
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 565)
<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>
Modifier and Type | Method and Description |
---|---|
String |
getImplementationName()
Gets the value of the implementationName property.
|
void |
setImplementationName(String value)
Sets the value of the implementationName property.
|
getIdentifier, getVersion, setIdentifier, setVersion
getDocumentation, getModelVersion, setDocumentation, setModelVersion
String getImplementationName()
String
void setImplementationName(String value)
value
- allowed object is
String
Copyright © 2005–2014 jDTAUS. All rights reserved.