|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.atomservice.EntryType
public class EntryType
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 |
---|
public EntryType()
Method Detail |
---|
public javax.xml.datatype.XMLGregorianCalendar getEdited()
XMLGregorianCalendar
public void setEdited(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
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 ContentType getContent()
ContentType
public void setContent(ContentType value)
value
- allowed object is
ContentType
public ContributorType getContributor()
ContributorType
public void setContributor(ContributorType value)
value
- allowed object is
ContributorType
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 javax.xml.datatype.XMLGregorianCalendar getPublished()
XMLGregorianCalendar
public void setPublished(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public TextstringType getRights()
TextstringType
public void setRights(TextstringType value)
value
- allowed object is
TextstringType
public java.lang.String getSummary()
String
public void setSummary(java.lang.String value)
value
- allowed object is
String
public TextstringType getTitle()
TextstringType
public void setTitle(TextstringType value)
value
- allowed object is
TextstringType
public javax.xml.datatype.XMLGregorianCalendar getUpdated()
XMLGregorianCalendar
public void setUpdated(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |