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, setModelVersion
void setName(String value)
value
- allowed object is
String
Messages getMessages()
MessagesElement
Messages
void setMessages(Messages value)
value
- allowed object is
MessagesElement
Messages
String getParent()
String
void setParent(String value)
value
- allowed object is
String
boolean isFinal()
void setFinal(boolean value)
String getVendor()
String
void setVendor(String value)
value
- allowed object is
String
Dependencies getDependencies()
DependenciesElement
Dependencies
void setDependencies(Dependencies value)
value
- allowed object is
DependenciesElement
Dependencies
String getVersion()
String
void setVersion(String value)
value
- allowed object is
String
String getIdentifier()
String
void setIdentifier(String value)
value
- allowed object is
String
Specifications getSpecifications()
Specifications
SpecificationsElement
void setSpecifications(Specifications value)
value
- allowed object is
Specifications
SpecificationsElement
Properties getProperties()
Properties
PropertiesElement
void setProperties(Properties value)
value
- allowed object is
Properties
PropertiesElement
Copyright © 2005-2012 jDTAUS. All Rights Reserved.