com.ibm.cics.atomservice
Class FeedType

java.lang.Object
  extended by com.ibm.cics.atomservice.FeedType

public class FeedType
extends java.lang.Object

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

FeedType

public FeedType()
Method Detail

getAuthor

public AuthorType getAuthor()
Gets the value of the author property.

Returns:
possible object is AuthorType

setAuthor

public void setAuthor(AuthorType value)
Sets the value of the author property.

Parameters:
value - allowed object is AuthorType

getCategory

public CategoryType getCategory()
Gets the value of the category property.

Returns:
possible object is CategoryType

setCategory

public void setCategory(CategoryType value)
Sets the value of the category property.

Parameters:
value - allowed object is CategoryType

getContributor

public ContributorType getContributor()
Gets the value of the contributor property.

Returns:
possible object is ContributorType

setContributor

public void setContributor(ContributorType value)
Sets the value of the contributor property.

Parameters:
value - allowed object is ContributorType

getEntry

public EntryType getEntry()
Gets the value of the entry property.

Returns:
possible object is EntryType

setEntry

public void setEntry(EntryType value)
Sets the value of the entry property.

Parameters:
value - allowed object is EntryType

getIcon

public java.lang.String getIcon()
Gets the value of the icon property.

Returns:
possible object is String

setIcon

public void setIcon(java.lang.String value)
Sets the value of the icon property.

Parameters:
value - allowed object is String

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getLink

public LinkType getLink()
Gets the value of the link property.

Returns:
possible object is LinkType

setLink

public void setLink(LinkType value)
Sets the value of the link property.

Parameters:
value - allowed object is LinkType

getLogo

public java.lang.String getLogo()
Gets the value of the logo property.

Returns:
possible object is String

setLogo

public void setLogo(java.lang.String value)
Sets the value of the logo property.

Parameters:
value - allowed object is String

getRights

public TextstringType getRights()
Gets the value of the rights property.

Returns:
possible object is TextstringType

setRights

public void setRights(TextstringType value)
Sets the value of the rights property.

Parameters:
value - allowed object is TextstringType

getSubtitle

public java.lang.String getSubtitle()
Gets the value of the subtitle property.

Returns:
possible object is String

setSubtitle

public void setSubtitle(java.lang.String value)
Sets the value of the subtitle property.

Parameters:
value - allowed object is String

getTitle

public TextstringType getTitle()
Gets the value of the title property.

Returns:
possible object is TextstringType

setTitle

public void setTitle(TextstringType value)
Sets the value of the title property.

Parameters:
value - allowed object is TextstringType