com.ibm.ram.internal.jaxb
Class Comment

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.Comment

public class Comment
extends java.lang.Object

Java class for Comment complex type.

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

 <complexType name="Comment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="body" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="submitter" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link" minOccurs="0"/>
         <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
       <attGroup ref="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}resourceAttrs"/>
       <attribute name="HTML" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String base
           
protected  java.lang.String body
           
protected  java.lang.String etag
           
protected  java.lang.String href
           
protected  java.lang.Boolean html
           
protected  java.lang.String identifier
           
protected  java.lang.String lang
           
protected  javax.xml.datatype.XMLGregorianCalendar lastModified
           
protected  java.lang.String space
           
protected  Link<User> submitter
           
 
Constructor Summary
Comment()
           
 
Method Summary
 java.lang.String getBase()
          Gets the value of the base property.
 java.lang.String getBody()
          Gets the value of the body property.
 java.lang.String getEtag()
          Gets the value of the etag property.
 java.lang.String getHref()
          Gets the value of the href property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 java.lang.String getLang()
          Gets the value of the lang property.
 javax.xml.datatype.XMLGregorianCalendar getLastModified()
          Gets the value of the lastModified property.
 java.lang.String getSpace()
          Gets the value of the space property.
 Link<User> getSubmitter()
          Gets the value of the submitter property.
 boolean isHTML()
          Gets the value of the html property.
 void setBase(java.lang.String value)
          Sets the value of the base property.
 void setBody(java.lang.String value)
          Sets the value of the body property.
 void setEtag(java.lang.String value)
          Sets the value of the etag property.
 void setHref(java.lang.String value)
          Sets the value of the href property.
 void setHTML(java.lang.Boolean value)
          Sets the value of the html property.
 void setIdentifier(java.lang.String value)
          Sets the value of the identifier property.
 void setLang(java.lang.String value)
          Sets the value of the lang property.
 void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the lastModified property.
 void setSpace(java.lang.String value)
          Sets the value of the space property.
 void setSubmitter(Link<User> value)
          Sets the value of the submitter property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

body

protected java.lang.String body

submitter

protected Link<User> submitter

lastModified

protected javax.xml.datatype.XMLGregorianCalendar lastModified

html

protected java.lang.Boolean html

identifier

protected java.lang.String identifier

etag

protected java.lang.String etag

href

protected java.lang.String href

base

protected java.lang.String base

lang

protected java.lang.String lang

space

protected java.lang.String space
Constructor Detail

Comment

public Comment()
Method Detail

getBody

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

Returns:
possible object is String

setBody

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

Parameters:
value - allowed object is String

getSubmitter

public Link<User> getSubmitter()
Gets the value of the submitter property.

Returns:
possible object is Link

setSubmitter

public void setSubmitter(Link<User> value)
Sets the value of the submitter property.

Parameters:
value - allowed object is Link

getLastModified

public javax.xml.datatype.XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.

Returns:
possible object is XMLGregorianCalendar

setLastModified

public void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property.

Parameters:
value - allowed object is XMLGregorianCalendar

isHTML

public boolean isHTML()
Gets the value of the html property.

Returns:
possible object is Boolean

setHTML

public void setHTML(java.lang.Boolean value)
Sets the value of the html property.

Parameters:
value - allowed object is Boolean

getIdentifier

public java.lang.String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getEtag

public java.lang.String getEtag()
Gets the value of the etag property.

Returns:
possible object is String

setEtag

public void setEtag(java.lang.String value)
Sets the value of the etag property.

Parameters:
value - allowed object is String

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getBase

public java.lang.String getBase()
Gets the value of the base property.

Returns:
possible object is String

setBase

public void setBase(java.lang.String value)
Sets the value of the base property.

Parameters:
value - allowed object is String

getLang

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

Returns:
possible object is String

setLang

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

Parameters:
value - allowed object is String

getSpace

public java.lang.String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

public void setSpace(java.lang.String value)
Sets the value of the space property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object