com.sun.syndication.feed.rss
クラス Cloud

java.lang.Object
  上位を拡張 com.sun.syndication.feed.rss.Cloud
すべての実装されたインタフェース:
java.io.Serializable, java.lang.Cloneable

public class Cloud
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

Bean for clouds of RSS feeds.

関連項目:
直列化された形式

コンストラクタの概要
Cloud()
          Default constructor.
 
メソッドの概要
 java.lang.Object clone()
          Creates a deep 'bean' clone of the object.
 boolean equals(java.lang.Object other)
          Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
 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.
 int hashCode()
          Returns a hashcode value for the object.
 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.
 java.lang.String toString()
          Returns the String representation for the object.
 
クラス java.lang.Object から継承されたメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Cloud

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

メソッドの詳細

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Creates a deep 'bean' clone of the object.

オーバーライド:
クラス java.lang.Object 内の clone
戻り値:
a clone of the object.
例外:
java.lang.CloneNotSupportedException - thrown if an element of the object cannot be cloned.

equals

public boolean equals(java.lang.Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.

オーバーライド:
クラス java.lang.Object 内の equals
パラメータ:
other - he reference object with which to compare.
戻り値:
true if 'this' object is equal to the 'other' object.

hashCode

public int hashCode()
Returns a hashcode value for the object.

It follows the contract defined by the Object hashCode() method.

オーバーライド:
クラス java.lang.Object 内の hashCode
戻り値:
the hashcode of the bean object.

toString

public java.lang.String toString()
Returns the String representation for the object.

オーバーライド:
クラス java.lang.Object 内の toString
戻り値:
String representation for the object.

getDomain

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

戻り値:
the cloud domain, null if none.

setDomain

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

パラメータ:
domain - the cloud domain to set, null if none.

getPort

public int getPort()
Returns the cloud port.

戻り値:
the cloud port, null if none.

setPort

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

パラメータ:
port - the cloud port to set, null if none.

getPath

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

戻り値:
the cloud path, null if none.

setPath

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

パラメータ:
path - the cloud path to set, null if none.

getRegisterProcedure

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

戻り値:
the cloud register procedure, null if none.

setRegisterProcedure

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

パラメータ:
registerProcedure - the cloud register procedure to set, null if none.

getProtocol

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

戻り値:
the cloud protocol, null if none.

setProtocol

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

パラメータ:
protocol - the cloud protocol to set, null if none.