org.apache.tuscany.sca.binding.atom
Interface AtomBinding

All Superinterfaces:
Base, Binding, java.lang.Cloneable

public interface AtomBinding
extends Binding

Atom binding model.


Method Summary
 java.lang.String getTitle()
          Returns the title of the Atom collection.
 void setTitle(java.lang.String title)
          Sets the title of the Atom collection.
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Binding
clone, getName, getURI, setName, setURI
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
isUnresolved, setUnresolved
 

Method Detail

getTitle

java.lang.String getTitle()
Returns the title of the Atom collection.

Returns:

setTitle

void setTitle(java.lang.String title)
Sets the title of the Atom collection.

Parameters:
title -