org.jasig.portlet.courses.model.sakai.xml
Class Announcement

java.lang.Object
  extended by org.jasig.portlet.courses.model.sakai.xml.Announcement
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class Announcement
extends Object
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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>
 

See Also:
Serialized Form

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

attachments

protected Attachments attachments

body

protected String body

createdByDisplayName

protected String createdByDisplayName

createdOn

protected CreatedOn createdOn

id

protected String id

siteId

protected String siteId

siteTitle

protected String siteTitle

title

protected String title

entityReference

protected String entityReference

entityURL

protected String entityURL

entityId

protected String entityId

entityTitle

protected String entityTitle

size

protected BigInteger size

type

protected String type
Constructor Detail

Announcement

public Announcement()
Method Detail

getAttachments

public Attachments getAttachments()
Gets the value of the attachments property.

Returns:
possible object is Attachments

setAttachments

public void setAttachments(Attachments value)
Sets the value of the attachments property.

Parameters:
value - allowed object is Attachments

getBody

public String getBody()
Gets the value of the body property.

Returns:
possible object is String

setBody

public void setBody(String value)
Sets the value of the body property.

Parameters:
value - allowed object is String

getCreatedByDisplayName

public String getCreatedByDisplayName()
Gets the value of the createdByDisplayName property.

Returns:
possible object is String

setCreatedByDisplayName

public void setCreatedByDisplayName(String value)
Sets the value of the createdByDisplayName property.

Parameters:
value - allowed object is String

getCreatedOn

public CreatedOn getCreatedOn()
Gets the value of the createdOn property.

Returns:
possible object is CreatedOn

setCreatedOn

public void setCreatedOn(CreatedOn value)
Sets the value of the createdOn property.

Parameters:
value - allowed object is CreatedOn

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getSiteId

public String getSiteId()
Gets the value of the siteId property.

Returns:
possible object is String

setSiteId

public void setSiteId(String value)
Sets the value of the siteId property.

Parameters:
value - allowed object is String

getSiteTitle

public String getSiteTitle()
Gets the value of the siteTitle property.

Returns:
possible object is String

setSiteTitle

public void setSiteTitle(String value)
Sets the value of the siteTitle property.

Parameters:
value - allowed object is String

getTitle

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

Returns:
possible object is String

setTitle

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

Parameters:
value - allowed object is String

getEntityReference

public String getEntityReference()
Gets the value of the entityReference property.

Returns:
possible object is String

setEntityReference

public void setEntityReference(String value)
Sets the value of the entityReference property.

Parameters:
value - allowed object is String

getEntityURL

public String getEntityURL()
Gets the value of the entityURL property.

Returns:
possible object is String

setEntityURL

public void setEntityURL(String value)
Sets the value of the entityURL property.

Parameters:
value - allowed object is String

getEntityId

public String getEntityId()
Gets the value of the entityId property.

Returns:
possible object is String

setEntityId

public void setEntityId(String value)
Sets the value of the entityId property.

Parameters:
value - allowed object is String

getEntityTitle

public String getEntityTitle()
Gets the value of the entityTitle property.

Returns:
possible object is String

setEntityTitle

public void setEntityTitle(String value)
Sets the value of the entityTitle property.

Parameters:
value - allowed object is String

getSize

public BigInteger getSize()
Gets the value of the size property.

Returns:
possible object is BigInteger

setSize

public void setSize(BigInteger value)
Sets the value of the size property.

Parameters:
value - allowed object is BigInteger

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 Jasig. All Rights Reserved.