|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.courses.model.sakai.xml.Announcement
public class Announcement
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}attachments"/>
<element ref="{}body"/>
<element ref="{}createdByDisplayName"/>
<element ref="{}createdOn"/>
<element ref="{}id"/>
<element ref="{}siteId"/>
<element ref="{}siteTitle"/>
<element ref="{}title"/>
<element ref="{}entityReference"/>
<element ref="{}entityURL"/>
<element ref="{}entityId"/>
<element ref="{}entityTitle"/>
</sequence>
<attribute name="size" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Attachments |
attachments
|
protected String |
body
|
protected String |
createdByDisplayName
|
protected CreatedOn |
createdOn
|
protected String |
entityId
|
protected String |
entityReference
|
protected String |
entityTitle
|
protected String |
entityURL
|
protected String |
id
|
protected String |
siteId
|
protected String |
siteTitle
|
protected BigInteger |
size
|
protected String |
title
|
protected String |
type
|
| Constructor Summary | |
|---|---|
Announcement()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
Attachments |
getAttachments()
Gets the value of the attachments property. |
String |
getBody()
Gets the value of the body property. |
String |
getCreatedByDisplayName()
Gets the value of the createdByDisplayName property. |
CreatedOn |
getCreatedOn()
Gets the value of the createdOn property. |
String |
getEntityId()
Gets the value of the entityId property. |
String |
getEntityReference()
Gets the value of the entityReference property. |
String |
getEntityTitle()
Gets the value of the entityTitle property. |
String |
getEntityURL()
Gets the value of the entityURL property. |
String |
getId()
Gets the value of the id property. |
String |
getSiteId()
Gets the value of the siteId property. |
String |
getSiteTitle()
Gets the value of the siteTitle property. |
BigInteger |
getSize()
Gets the value of the size property. |
String |
getTitle()
Gets the value of the title property. |
String |
getType()
Gets the value of the type property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setAttachments(Attachments value)
Sets the value of the attachments property. |
void |
setBody(String value)
Sets the value of the body property. |
void |
setCreatedByDisplayName(String value)
Sets the value of the createdByDisplayName property. |
void |
setCreatedOn(CreatedOn value)
Sets the value of the createdOn property. |
void |
setEntityId(String value)
Sets the value of the entityId property. |
void |
setEntityReference(String value)
Sets the value of the entityReference property. |
void |
setEntityTitle(String value)
Sets the value of the entityTitle property. |
void |
setEntityURL(String value)
Sets the value of the entityURL property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setSiteId(String value)
Sets the value of the siteId property. |
void |
setSiteTitle(String value)
Sets the value of the siteTitle property. |
void |
setSize(BigInteger value)
Sets the value of the size property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setType(String value)
Sets the value of the type property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Attachments attachments
protected String body
protected String createdByDisplayName
protected CreatedOn createdOn
protected String id
protected String siteId
protected String siteTitle
protected String title
protected String entityReference
protected String entityURL
protected String entityId
protected String entityTitle
protected BigInteger size
protected String type
| Constructor Detail |
|---|
public Announcement()
| Method Detail |
|---|
public Attachments getAttachments()
Attachmentspublic void setAttachments(Attachments value)
value - allowed object is
Attachmentspublic String getBody()
Stringpublic void setBody(String value)
value - allowed object is
Stringpublic String getCreatedByDisplayName()
Stringpublic void setCreatedByDisplayName(String value)
value - allowed object is
Stringpublic CreatedOn getCreatedOn()
CreatedOnpublic void setCreatedOn(CreatedOn value)
value - allowed object is
CreatedOnpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getSiteId()
Stringpublic void setSiteId(String value)
value - allowed object is
Stringpublic String getSiteTitle()
Stringpublic void setSiteTitle(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getEntityReference()
Stringpublic void setEntityReference(String value)
value - allowed object is
Stringpublic String getEntityURL()
Stringpublic void setEntityURL(String value)
value - allowed object is
Stringpublic String getEntityId()
Stringpublic void setEntityId(String value)
value - allowed object is
Stringpublic String getEntityTitle()
Stringpublic void setEntityTitle(String value)
value - allowed object is
Stringpublic BigInteger getSize()
BigIntegerpublic void setSize(BigInteger value)
value - allowed object is
BigIntegerpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||