
public interface SpecificationReference extends ModelObject
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 421)
<complexType name="SpecificationReference">
<complexContent>
<extension base="{http://jdtaus.org/core/model/container}ModelObject">
<attribute name="identifier" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
<attribute name="version" type="{http://jdtaus.org/core/model/container}Version" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Gets the value of the identifier property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getDocumentation, getModelVersion, setDocumentation, setModelVersionString getIdentifier()
StringString getVersion()
Stringvoid setIdentifier(String value)
value - allowed object is
Stringvoid setVersion(String value)
value - allowed object is
StringCopyright © 2005–2014 jDTAUS. All rights reserved.