com.sun.syndication.feed.rss
Class Cloud

java.lang.Object
  extended bycom.sun.syndication.common.ObjectBean
      extended bycom.sun.syndication.feed.rss.Cloud
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable, ToString

public class Cloud
extends ObjectBean

Bean for clouds of RSS feeds.

Author:
Alejandro Abdelnur
See Also:
Serialized Form

Constructor Summary
Cloud()
          Default constructor.
 
Method Summary
 java.lang.String getDomain()
          Returns the cloud domain.
 java.lang.String getPath()
          Returns the cloud path.
 int getPort()
          Returns the cloud port.
 java.lang.String getProtocol()
          Returns the cloud protocol.
 java.lang.String getRegisterProcedure()
          Returns the cloud register procedure.
 void setDomain(java.lang.String domain)
          Sets the cloud domain.
 void setPath(java.lang.String path)
          Sets the cloud path.
 void setPort(int port)
          Sets the cloud port.
 void setProtocol(java.lang.String protocol)
          Sets the cloud protocol.
 void setRegisterProcedure(java.lang.String registerProcedure)
          Sets the cloud register procedure.
 
Methods inherited from class com.sun.syndication.common.ObjectBean
clone, equals, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cloud

public Cloud()
Default constructor. All properties are set to null.

Method Detail

getDomain

public java.lang.String getDomain()
Returns the cloud domain.

Returns:
the cloud domain, null if none.

setDomain

public void setDomain(java.lang.String domain)
Sets the cloud domain.

Parameters:
domain - the cloud domain to set, null if none.

getPort

public int getPort()
Returns the cloud port.

Returns:
the cloud port, null if none.

setPort

public void setPort(int port)
Sets the cloud port.

Parameters:
port - the cloud port to set, null if none.

getPath

public java.lang.String getPath()
Returns the cloud path.

Returns:
the cloud path, null if none.

setPath

public void setPath(java.lang.String path)
Sets the cloud path.

Parameters:
path - the cloud path to set, null if none.

getRegisterProcedure

public java.lang.String getRegisterProcedure()
Returns the cloud register procedure.

Returns:
the cloud register procedure, null if none.

setRegisterProcedure

public void setRegisterProcedure(java.lang.String registerProcedure)
Sets the cloud register procedure.

Parameters:
registerProcedure - the cloud register procedure to set, null if none.

getProtocol

public java.lang.String getProtocol()
Returns the cloud protocol.

Returns:
the cloud protocol, null if none.

setProtocol

public void setProtocol(java.lang.String protocol)
Sets the cloud protocol.

Parameters:
protocol - the cloud protocol to set, null if none.


Copyright © 2004 Sun Microsystems. All Rights Reserved.