yarfraw.generated.rss20.elements
Class TCloud

java.lang.Object
  extended by yarfraw.generated.rss20.elements.TCloud

public class TCloud
extends Object

Specifies a web service that supports the rssCloud interface which can be implemented in HTTP-POST, XML-RPC or SOAP 1.1. Its purpose is to allow processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds.

Java class for tCloud complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tCloud">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="domain" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="port" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="registerProcedure" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="protocol" use="required" type="{}tCloudProtocol" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String domain
           
protected  String path
           
protected  BigInteger port
           
protected  TCloudProtocol protocol
           
protected  String registerProcedure
           
 
Constructor Summary
TCloud()
           
 
Method Summary
 String getDomain()
          Gets the value of the domain property.
 String getPath()
          Gets the value of the path property.
 BigInteger getPort()
          Gets the value of the port property.
 TCloudProtocol getProtocol()
          Gets the value of the protocol property.
 String getRegisterProcedure()
          Gets the value of the registerProcedure property.
 void setDomain(String value)
          Sets the value of the domain property.
 void setPath(String value)
          Sets the value of the path property.
 void setPort(BigInteger value)
          Sets the value of the port property.
 void setProtocol(TCloudProtocol value)
          Sets the value of the protocol property.
 void setRegisterProcedure(String value)
          Sets the value of the registerProcedure property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domain

protected String domain

port

protected BigInteger port

path

protected String path

registerProcedure

protected String registerProcedure

protocol

protected TCloudProtocol protocol
Constructor Detail

TCloud

public TCloud()
Method Detail

getDomain

public String getDomain()
Gets the value of the domain property.

Returns:
possible object is String

setDomain

public void setDomain(String value)
Sets the value of the domain property.

Parameters:
value - allowed object is String

getPort

public BigInteger getPort()
Gets the value of the port property.

Returns:
possible object is BigInteger

setPort

public void setPort(BigInteger value)
Sets the value of the port property.

Parameters:
value - allowed object is BigInteger

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

getRegisterProcedure

public String getRegisterProcedure()
Gets the value of the registerProcedure property.

Returns:
possible object is String

setRegisterProcedure

public void setRegisterProcedure(String value)
Sets the value of the registerProcedure property.

Parameters:
value - allowed object is String

getProtocol

public TCloudProtocol getProtocol()
Gets the value of the protocol property.

Returns:
possible object is TCloudProtocol

setProtocol

public void setProtocol(TCloudProtocol value)
Sets the value of the protocol property.

Parameters:
value - allowed object is TCloudProtocol


Copyright © 2008. All Rights Reserved.