
public interface Implementation 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 475)
<complexType name="Implementation">
<complexContent>
<extension base="{http://jdtaus.org/core/model/container}ModelObject">
<sequence>
<element ref="{http://jdtaus.org/core/model/container}specifications" minOccurs="0"/>
<element ref="{http://jdtaus.org/core/model/container}dependencies" minOccurs="0"/>
<element ref="{http://jdtaus.org/core/model/container}properties" minOccurs="0"/>
<element ref="{http://jdtaus.org/core/model/container}messages" minOccurs="0"/>
</sequence>
<attribute name="final" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="identifier" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
<attribute name="name" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
<attribute name="parent" type="{http://jdtaus.org/core/model/container}Identifier" />
<attribute name="vendor" use="required" type="{http://jdtaus.org/core/model/container}String" />
<attribute name="version" use="required" type="{http://jdtaus.org/core/model/container}Version" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
Dependencies |
getDependencies()
Implementations the implementation depends on.
|
String |
getIdentifier()
Gets the value of the identifier property.
|
Messages |
getMessages()
Messages of the implementation.
|
String |
getName()
Gets the value of the name property.
|
String |
getParent()
Gets the value of the parent property.
|
Properties |
getProperties()
Properties of the implementation.
|
Specifications |
getSpecifications()
Specifications implemented by this implementation.
|
String |
getVendor()
Gets the value of the vendor property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isFinal()
Gets the value of the final property.
|
void |
setDependencies(Dependencies value)
Implementations the implementation depends on.
|
void |
setFinal(boolean value)
Sets the value of the final property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setMessages(Messages value)
Messages of the implementation.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(String value)
Sets the value of the parent property.
|
void |
setProperties(Properties value)
Properties of the implementation.
|
void |
setSpecifications(Specifications value)
Specifications implemented by this implementation.
|
void |
setVendor(String value)
Sets the value of the vendor property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getDocumentation, getModelVersion, setDocumentation, setModelVersionDependencies getDependencies()
Dependencies
DependenciesElementString getIdentifier()
StringMessages getMessages()
Messages
MessagesElementString getParent()
StringProperties getProperties()
Properties
PropertiesElementSpecifications getSpecifications()
SpecificationsElement
SpecificationsString getVendor()
StringString getVersion()
Stringboolean isFinal()
void setDependencies(Dependencies value)
value - allowed object is
Dependencies
DependenciesElementvoid setFinal(boolean value)
void setIdentifier(String value)
value - allowed object is
Stringvoid setMessages(Messages value)
value - allowed object is
Messages
MessagesElementvoid setName(String value)
value - allowed object is
Stringvoid setParent(String value)
value - allowed object is
Stringvoid setProperties(Properties value)
value - allowed object is
Properties
PropertiesElementvoid setSpecifications(Specifications value)
value - allowed object is
SpecificationsElement
Specificationsvoid setVendor(String value)
value - allowed object is
Stringvoid setVersion(String value)
value - allowed object is
StringCopyright © 2005–2014 jDTAUS. All rights reserved.