|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.atomservice.FeedType
public class FeedType
Java class for feed_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="feed_type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="author" type="{http://www.w3.org/2005/Atom}author_type"/> <element name="category" type="{http://www.w3.org/2005/Atom}category_type"/> <element name="contributor" type="{http://www.w3.org/2005/Atom}contributor_type"/> <element name="entry" type="{http://www.w3.org/2005/Atom}entry_type"/> <element name="icon" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="link" type="{http://www.w3.org/2005/Atom}link_type"/> <element name="logo" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="rights" type="{http://www.w3.org/2005/Atom}textstring_type"/> <element name="subtitle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="title" type="{http://www.w3.org/2005/Atom}textstring_type"/> </all> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
FeedType()
|
Method Summary | |
---|---|
AuthorType |
getAuthor()
Gets the value of the author property. |
CategoryType |
getCategory()
Gets the value of the category property. |
ContributorType |
getContributor()
Gets the value of the contributor property. |
EntryType |
getEntry()
Gets the value of the entry property. |
java.lang.String |
getIcon()
Gets the value of the icon property. |
java.lang.String |
getId()
Gets the value of the id property. |
LinkType |
getLink()
Gets the value of the link property. |
java.lang.String |
getLogo()
Gets the value of the logo property. |
TextstringType |
getRights()
Gets the value of the rights property. |
java.lang.String |
getSubtitle()
Gets the value of the subtitle property. |
TextstringType |
getTitle()
Gets the value of the title property. |
void |
setAuthor(AuthorType value)
Sets the value of the author property. |
void |
setCategory(CategoryType value)
Sets the value of the category property. |
void |
setContributor(ContributorType value)
Sets the value of the contributor property. |
void |
setEntry(EntryType value)
Sets the value of the entry property. |
void |
setIcon(java.lang.String value)
Sets the value of the icon property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setLink(LinkType value)
Sets the value of the link property. |
void |
setLogo(java.lang.String value)
Sets the value of the logo property. |
void |
setRights(TextstringType value)
Sets the value of the rights property. |
void |
setSubtitle(java.lang.String value)
Sets the value of the subtitle property. |
void |
setTitle(TextstringType value)
Sets the value of the title property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeedType()
Method Detail |
---|
public AuthorType getAuthor()
AuthorType
public void setAuthor(AuthorType value)
value
- allowed object is
AuthorType
public CategoryType getCategory()
CategoryType
public void setCategory(CategoryType value)
value
- allowed object is
CategoryType
public ContributorType getContributor()
ContributorType
public void setContributor(ContributorType value)
value
- allowed object is
ContributorType
public EntryType getEntry()
EntryType
public void setEntry(EntryType value)
value
- allowed object is
EntryType
public java.lang.String getIcon()
String
public void setIcon(java.lang.String value)
value
- allowed object is
String
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public LinkType getLink()
LinkType
public void setLink(LinkType value)
value
- allowed object is
LinkType
public java.lang.String getLogo()
String
public void setLogo(java.lang.String value)
value
- allowed object is
String
public TextstringType getRights()
TextstringType
public void setRights(TextstringType value)
value
- allowed object is
TextstringType
public java.lang.String getSubtitle()
String
public void setSubtitle(java.lang.String value)
value
- allowed object is
String
public TextstringType getTitle()
TextstringType
public void setTitle(TextstringType value)
value
- allowed object is
TextstringType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |