|
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.purchase2.CommentDocument.getComment | ( | ) |
Gets the "comment" element
Implemented in com.freemindcafe.purchase2.impl.CommentDocumentImpl.
| void com.freemindcafe.purchase2.CommentDocument.setComment | ( | java.lang.String | comment | ) |
Sets the "comment" element
Implemented in com.freemindcafe.purchase2.impl.CommentDocumentImpl.
| org.apache.xmlbeans.XmlString com.freemindcafe.purchase2.CommentDocument.xgetComment | ( | ) |
Gets (as xml) the "comment" element
Implemented in com.freemindcafe.purchase2.impl.CommentDocumentImpl.
| void com.freemindcafe.purchase2.CommentDocument.xsetComment | ( | org.apache.xmlbeans.XmlString | comment | ) |
Sets (as xml) the "comment" element
Implemented in com.freemindcafe.purchase2.impl.CommentDocumentImpl.
|
static |
Definition at line 19 of file CommentDocument.java.
1.8.9.1