net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container
Interface Dependency

All Superinterfaces:
ImplementationReference, ModelObject, SpecificationReference
All Known Implementing Classes:
DependencyImpl

public interface Dependency
extends ImplementationReference

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>
 


Method Summary
 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 interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.ImplementationReference
getImplementationName, setImplementationName
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.SpecificationReference
getIdentifier, getVersion, setIdentifier, setVersion
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Method Detail

getProperties

Properties getProperties()
Properties to be set with the object.

Returns:
possible object is Properties

setProperties

void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isBound

boolean isBound()
Gets the value of the bound property.


setBound

void setBound(boolean value)
Sets the value of the bound property.



Copyright © 2009 The CC-XJC Community. All Rights Reserved.