|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.rss20.elements.TCloud
public class TCloud
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 |
---|
protected String domain
protected BigInteger port
protected String path
protected String registerProcedure
protected TCloudProtocol protocol
Constructor Detail |
---|
public TCloud()
Method Detail |
---|
public String getDomain()
String
public void setDomain(String value)
value
- allowed object is
String
public BigInteger getPort()
BigInteger
public void setPort(BigInteger value)
value
- allowed object is
BigInteger
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public String getRegisterProcedure()
String
public void setRegisterProcedure(String value)
value
- allowed object is
String
public TCloudProtocol getProtocol()
TCloudProtocol
public void setProtocol(TCloudProtocol value)
value
- allowed object is
TCloudProtocol
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |