|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstorage.rosternotes.Note
public class Note
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 XMLGregorianCalendar |
cdate
|
protected String |
jid
|
protected XMLGregorianCalendar |
mdate
|
protected String |
value
|
Constructor Summary | |
---|---|
Note()
|
Method Summary | |
---|---|
XMLGregorianCalendar |
getCdate()
Gets the value of the cdate property. |
String |
getJid()
Gets the value of the jid property. |
XMLGregorianCalendar |
getMdate()
Gets the value of the mdate property. |
String |
getValue()
Gets the value of the value property. |
void |
setCdate(XMLGregorianCalendar value)
Sets the value of the cdate property. |
void |
setJid(String value)
Sets the value of the jid property. |
void |
setMdate(XMLGregorianCalendar value)
Sets the value of the mdate property. |
void |
setValue(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 |
---|
protected String value
protected String jid
protected XMLGregorianCalendar cdate
protected XMLGregorianCalendar mdate
Constructor Detail |
---|
public Note()
Method Detail |
---|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getJid()
String
public void setJid(String value)
value
- allowed object is
String
public XMLGregorianCalendar getCdate()
XMLGregorianCalendar
public void setCdate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getMdate()
XMLGregorianCalendar
public void setMdate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |