com.ibm.cics.atomservice
Class EntryType

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

public class EntryType
extends java.lang.Object

Java class for entry_type complex type.

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

 <complexType name="entry_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element ref="{http://www.w3.org/2007/app}edited"/>
         <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="content" type="{http://www.w3.org/2005/Atom}content_type"/>
         <element name="contributor" type="{http://www.w3.org/2005/Atom}contributor_type"/>
         <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="published" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="rights" type="{http://www.w3.org/2005/Atom}textstring_type"/>
         <element name="summary" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2005/Atom}textstring_type"/>
         <element name="updated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
EntryType()
           
 
Method Summary
 AuthorType getAuthor()
          Gets the value of the author property.
 CategoryType getCategory()
          Gets the value of the category property.
 ContentType getContent()
          Gets the value of the content property.
 ContributorType getContributor()
          Gets the value of the contributor property.
 javax.xml.datatype.XMLGregorianCalendar getEdited()
          Gets the value of the edited property.
 java.lang.String getId()
          Gets the value of the id property.
 LinkType getLink()
          Gets the value of the link property.
 javax.xml.datatype.XMLGregorianCalendar getPublished()
          Gets the value of the published property.
 TextstringType getRights()
          Gets the value of the rights property.
 java.lang.String getSummary()
          Gets the value of the summary property.
 TextstringType getTitle()
          Gets the value of the title property.
 javax.xml.datatype.XMLGregorianCalendar getUpdated()
          Gets the value of the updated property.
 void setAuthor(AuthorType value)
          Sets the value of the author property.
 void setCategory(CategoryType value)
          Sets the value of the category property.
 void setContent(ContentType value)
          Sets the value of the content property.
 void setContributor(ContributorType value)
          Sets the value of the contributor property.
 void setEdited(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the edited 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 setPublished(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the published property.
 void setRights(TextstringType value)
          Sets the value of the rights property.
 void setSummary(java.lang.String value)
          Sets the value of the summary property.
 void setTitle(TextstringType value)
          Sets the value of the title property.
 void setUpdated(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the updated property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryType

public EntryType()
Method Detail

getEdited

public javax.xml.datatype.XMLGregorianCalendar getEdited()
Gets the value of the edited property.

Returns:
possible object is XMLGregorianCalendar

setEdited

public void setEdited(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the edited property.

Parameters:
value - allowed object is XMLGregorianCalendar

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

getContent

public ContentType getContent()
Gets the value of the content property.

Returns:
possible object is ContentType

setContent

public void setContent(ContentType value)
Sets the value of the content property.

Parameters:
value - allowed object is ContentType

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

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

getPublished

public javax.xml.datatype.XMLGregorianCalendar getPublished()
Gets the value of the published property.

Returns:
possible object is XMLGregorianCalendar

setPublished

public void setPublished(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the published property.

Parameters:
value - allowed object is XMLGregorianCalendar

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

getSummary

public java.lang.String getSummary()
Gets the value of the summary property.

Returns:
possible object is String

setSummary

public void setSummary(java.lang.String value)
Sets the value of the summary 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

getUpdated

public javax.xml.datatype.XMLGregorianCalendar getUpdated()
Gets the value of the updated property.

Returns:
possible object is XMLGregorianCalendar

setUpdated

public void setUpdated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the updated property.

Parameters:
value - allowed object is XMLGregorianCalendar