|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.ModelObject
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.SpecificationReference
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.ImplementationReference
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.Dependency
public class Dependency
Object an implementation depends on.
Java class for Dependency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dependency">
<complexContent>
<extension base="{http://jdtaus.org/core/model/container}ImplementationReference">
<sequence>
<element ref="{http://jdtaus.org/core/model/container}properties" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
<attribute name="bound" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
bound
|
protected String |
name
|
protected Properties |
properties
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.ImplementationReference |
|---|
implementationName |
| Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.SpecificationReference |
|---|
identifier, version |
| Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.ModelObject |
|---|
documentation, modelVersion |
| Constructor Summary | |
|---|---|
Dependency()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.Dependency instance. |
|
Dependency(Dependency o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.Dependency instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Dependency |
clone()
Creates and returns a copy of this object. |
String |
getName()
Gets the value of the name property. |
Properties |
getProperties()
Properties to be set with the object. |
boolean |
isBound()
Gets the value of the bound property. |
void |
setBound(boolean value)
Sets the value of the bound property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.ImplementationReference |
|---|
getImplementationName, setImplementationName |
| Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.SpecificationReference |
|---|
getIdentifier, getVersion, setIdentifier, setVersion |
| Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.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 Properties properties
protected String name
protected boolean bound
| Constructor Detail |
|---|
public Dependency()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.Dependency instance.
public Dependency(Dependency o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.jdtaus.container.Dependency instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isBound()
public void setBound(boolean value)
public Dependency clone()
clone in class ImplementationReference
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||