
public interface Dependency extends ImplementationReference
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 618)
<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="bound" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="name" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
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)
Properties to be set with the object.
|
getImplementationName, setImplementationNamegetIdentifier, getVersion, setIdentifier, setVersiongetDocumentation, getModelVersion, setDocumentation, setModelVersionProperties getProperties()
Properties
PropertiesElementboolean isBound()
void setBound(boolean value)
void setName(String value)
value - allowed object is
Stringvoid setProperties(Properties value)
value - allowed object is
Properties
PropertiesElementCopyright © 2005–2014 jDTAUS. All rights reserved.