Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.model
Class Include

java.lang.Object
  extended by org.apache.tuscany.spi.model.ModelObject
      extended by org.apache.tuscany.spi.model.Include

public class Include
extends ModelObject

Model object that represents the include of a composite by value.

Version:
$Rev: 430937 $ $Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $

Constructor Summary
Include()
           
 
Method Summary
 CompositeComponentType getIncluded()
          Returns the composite that was included.
 String getName()
          Returns the name of the composite that is being included.
 URL getScdlLocation()
          Returns the location of the SCDL for composite being included.
 void setIncluded(CompositeComponentType included)
          Sets the composite that was included.
 void setName(String name)
          Sets the name of the composite that is being included.
 void setScdlLocation(URL scdlLocation)
          Sets the location of the SCDL for composite being included.
 
Methods inherited from class org.apache.tuscany.spi.model.ModelObject
getExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Include

public Include()
Method Detail

getName

public String getName()
Returns the name of the composite that is being included.

Returns:
the name of the composite that is being included

setName

public void setName(String name)
Sets the name of the composite that is being included.

Parameters:
name - the name of the composite that is being included

getScdlLocation

public URL getScdlLocation()
Returns the location of the SCDL for composite being included.

Returns:
the location of the SCDL for composite being included

setScdlLocation

public void setScdlLocation(URL scdlLocation)
Sets the location of the SCDL for composite being included.

Parameters:
scdlLocation - the location of the SCDL for composite being included

getIncluded

public CompositeComponentType getIncluded()
Returns the composite that was included.

Returns:
the composite that was included

setIncluded

public void setIncluded(CompositeComponentType included)
Sets the composite that was included.

Parameters:
included - the composite that was included

Apache Tuscany SCA Kernel Sub-Project

-