storage.rosternotes
Class Note

java.lang.Object
  extended by storage.rosternotes.Note

public class Note
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="jid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="cdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="mdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar cdate
           
protected  java.lang.String jid
           
protected  javax.xml.datatype.XMLGregorianCalendar mdate
           
protected  java.lang.String value
           
 
Constructor Summary
Note()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getCdate()
          Gets the value of the cdate property.
 java.lang.String getJid()
          Gets the value of the jid property.
 javax.xml.datatype.XMLGregorianCalendar getMdate()
          Gets the value of the mdate property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setCdate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the cdate property.
 void setJid(java.lang.String value)
          Sets the value of the jid property.
 void setMdate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the mdate property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.String value

jid

protected java.lang.String jid

cdate

protected javax.xml.datatype.XMLGregorianCalendar cdate

mdate

protected javax.xml.datatype.XMLGregorianCalendar mdate
Constructor Detail

Note

public Note()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getJid

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

Returns:
possible object is String

setJid

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

Parameters:
value - allowed object is String

getCdate

public javax.xml.datatype.XMLGregorianCalendar getCdate()
Gets the value of the cdate property.

Returns:
possible object is XMLGregorianCalendar

setCdate

public void setCdate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the cdate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getMdate

public javax.xml.datatype.XMLGregorianCalendar getMdate()
Gets the value of the mdate property.

Returns:
possible object is XMLGregorianCalendar

setMdate

public void setMdate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the mdate property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2005-2012 FuseSource, Corp.. All Rights Reserved.