|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.ModelObject
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.Implementation
public class 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>
| Field Summary | |
|---|---|
protected Boolean |
_final
|
protected Dependencies |
dependencies
|
protected String |
identifier
|
protected Messages |
messages
|
protected String |
name
|
protected String |
parent
|
protected Properties |
properties
|
protected Specifications |
specifications
|
protected String |
vendor
|
protected String |
version
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.ModelObject |
|---|
documentation, modelVersion |
| Constructor Summary | |
|---|---|
Implementation()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.Implementation instance. |
|
Implementation(Implementation o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.Implementation instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Implementation |
clone()
Creates and returns a copy of this object. |
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 class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.ModelObject |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Specifications specifications
protected Dependencies dependencies
protected Properties properties
protected Messages messages
protected String identifier
protected String name
protected String vendor
protected String version
protected String parent
protected Boolean _final
| Constructor Detail |
|---|
public Implementation()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.Implementation instance.
public Implementation(Implementation o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.Implementation instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Specifications getSpecifications()
Specificationspublic void setSpecifications(Specifications value)
value - allowed object is
Specificationspublic Dependencies getDependencies()
Dependenciespublic void setDependencies(Dependencies value)
value - allowed object is
Dependenciespublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic Messages getMessages()
Messagespublic void setMessages(Messages value)
value - allowed object is
Messagespublic String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getParent()
Stringpublic void setParent(String value)
value - allowed object is
Stringpublic Boolean isFinal()
Booleanpublic void setFinal(Boolean value)
value - allowed object is
Booleanpublic Implementation clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||