Samples JDK
List of all members | Classes | Public Member Functions | Static Public Attributes
com.freemindcafe.purchase3.CommentDocument Interface Reference
Inheritance diagram for com.freemindcafe.purchase3.CommentDocument:
com.freemindcafe.purchase3.impl.CommentDocumentImpl

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
 

Member Function Documentation

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.

Member Data Documentation

final org.apache.xmlbeans.SchemaType com.freemindcafe.purchase3.CommentDocument.type
static
Initial value:
= (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CommentDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3415DA2FD2301C0CF5A1A9BAB0E726C4").resolveHandle("comment6f40doctype")

Definition at line 19 of file CommentDocument.java.


The documentation for this interface was generated from the following file: