Samples JDK
|
Classes | |
class | Factory |
Public Member Functions | |
java.lang.String | getComment () |
org.apache.xmlbeans.XmlString | xgetComment () |
void | setComment (java.lang.String comment) |
void | xsetComment (org.apache.xmlbeans.XmlString comment) |
Static Public Attributes | |
static final org.apache.xmlbeans.SchemaType | type |
java.lang.String com.freemindcafe.purchase3.CommentDocument.getComment | ( | ) |
Gets the "comment" element
Implemented in com.freemindcafe.purchase3.impl.CommentDocumentImpl.
void com.freemindcafe.purchase3.CommentDocument.setComment | ( | java.lang.String | comment | ) |
Sets the "comment" element
Implemented in com.freemindcafe.purchase3.impl.CommentDocumentImpl.
org.apache.xmlbeans.XmlString com.freemindcafe.purchase3.CommentDocument.xgetComment | ( | ) |
Gets (as xml) the "comment" element
Implemented in com.freemindcafe.purchase3.impl.CommentDocumentImpl.
void com.freemindcafe.purchase3.CommentDocument.xsetComment | ( | org.apache.xmlbeans.XmlString | comment | ) |
Sets (as xml) the "comment" element
Implemented in com.freemindcafe.purchase3.impl.CommentDocumentImpl.
|
static |
Definition at line 19 of file CommentDocument.java.