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