org.apache.tuscany.sca.binding.gdata
Interface GdataBinding

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

public interface GdataBinding
extends Binding

Gdata binding model.


Method Summary
 java.lang.String getPassword()
          Returns the password to be used when authenticating with GData Services
 java.lang.String getServiceType()
          Returns the type os service being used
 java.lang.String getTitle()
          Returns the title of the GData collection.
 java.lang.String getUsername()
          Returns the username to be used when authenticating with GData Services
 void setPassword(java.lang.String password)
          Sets the password to be used when authenticating with GData Services
 void setServiceType(java.lang.String serviceType)
          Sets the type of service being used
 void setTitle(java.lang.String title)
          Sets the title of the GData collection.
 void setUsername(java.lang.String username)
          Sets the username to be used when authenticating with GData Services
 
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 GData collection.

Returns:

setTitle

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

Parameters:
title -

getUsername

java.lang.String getUsername()
Returns the username to be used when authenticating with GData Services

Returns:

setUsername

void setUsername(java.lang.String username)
Sets the username to be used when authenticating with GData Services

Parameters:
username -

getPassword

java.lang.String getPassword()
Returns the password to be used when authenticating with GData Services

Returns:

setPassword

void setPassword(java.lang.String password)
Sets the password to be used when authenticating with GData Services

Parameters:
password -

getServiceType

java.lang.String getServiceType()
Returns the type os service being used

Returns:

setServiceType

void setServiceType(java.lang.String serviceType)
Sets the type of service being used

Parameters:
serviceType -