|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Implementation
Meta-data describing an implementation.
Java class for Implementation complex type.
The following schema fragment specifies the expected content contained within this class.
<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="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="vendor" use="required" type="{http://jdtaus.org/core/model/container}String" />
<attribute name="version" use="required" type="{http://jdtaus.org/core/model/container}Version" />
<attribute name="parent" type="{http://jdtaus.org/core/model/container}Identifier" />
<attribute name="final" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
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)
Sets the value of the dependencies property. |
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)
Sets the value of the messages property. |
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)
Sets the value of the properties property. |
void |
setSpecifications(Specifications value)
Sets the value of the specifications property. |
void |
setVendor(String value)
Sets the value of the vendor property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.ModelObject |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Method Detail |
|---|
Specifications getSpecifications()
Specificationsvoid setSpecifications(Specifications value)
value - allowed object is
SpecificationsDependencies getDependencies()
Dependenciesvoid setDependencies(Dependencies value)
value - allowed object is
DependenciesProperties getProperties()
Propertiesvoid setProperties(Properties value)
value - allowed object is
PropertiesMessages getMessages()
Messagesvoid setMessages(Messages value)
value - allowed object is
MessagesString getIdentifier()
Stringvoid setIdentifier(String value)
value - allowed object is
StringString getName()
Stringvoid setName(String value)
value - allowed object is
StringString getVendor()
Stringvoid setVendor(String value)
value - allowed object is
StringString getVersion()
Stringvoid setVersion(String value)
value - allowed object is
StringString getParent()
Stringvoid setParent(String value)
value - allowed object is
StringBoolean isFinal()
Booleanvoid setFinal(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||