Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03
Interface SendDocumentRequestDocument.SendDocumentRequest  view SendDocumentRequestDocument.SendDocumentRequest download SendDocumentRequestDocument.SendDocumentRequest.java

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
Enclosing interface:
SendDocumentRequestDocument

public static interface SendDocumentRequestDocument.SendDocumentRequest
extends org.apache.xmlbeans.XmlObject

An XML Send_DocumentRequest(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd). This is a complex type.


Nested Class Summary
static class SendDocumentRequestDocument.SendDocumentRequest.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 DocumentContentType addNewDocumentContent()
          Appends and returns a new empty "document_content" element
 DocumentContentType getDocumentContent()
          Gets the "document_content" element
 java.lang.String getDocumentFormat()
          Gets the "document_format" element
 boolean getLastDocument()
          Gets the "last_document" element
 void setDocumentContent(DocumentContentType documentContent)
          Sets the "document_content" element
 void setDocumentFormat(java.lang.String documentFormat)
          Sets the "document_format" element
 void setLastDocument(boolean lastDocument)
          Sets the "last_document" element
 org.apache.xmlbeans.XmlString xgetDocumentFormat()
          Gets (as xml) the "document_format" element
 org.apache.xmlbeans.XmlBoolean xgetLastDocument()
          Gets (as xml) the "last_document" element
 void xsetDocumentFormat(org.apache.xmlbeans.XmlString documentFormat)
          Sets (as xml) the "document_format" element
 void xsetLastDocument(org.apache.xmlbeans.XmlBoolean lastDocument)
          Sets (as xml) the "last_document" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getLastDocument

public boolean getLastDocument()
Gets the "last_document" element


xgetLastDocument

public org.apache.xmlbeans.XmlBoolean xgetLastDocument()
Gets (as xml) the "last_document" element


setLastDocument

public void setLastDocument(boolean lastDocument)
Sets the "last_document" element


xsetLastDocument

public void xsetLastDocument(org.apache.xmlbeans.XmlBoolean lastDocument)
Sets (as xml) the "last_document" element


getDocumentFormat

public java.lang.String getDocumentFormat()
Gets the "document_format" element


xgetDocumentFormat

public org.apache.xmlbeans.XmlString xgetDocumentFormat()
Gets (as xml) the "document_format" element


setDocumentFormat

public void setDocumentFormat(java.lang.String documentFormat)
Sets the "document_format" element


xsetDocumentFormat

public void xsetDocumentFormat(org.apache.xmlbeans.XmlString documentFormat)
Sets (as xml) the "document_format" element


getDocumentContent

public DocumentContentType getDocumentContent()
Gets the "document_content" element


setDocumentContent

public void setDocumentContent(DocumentContentType documentContent)
Sets the "document_content" element


addNewDocumentContent

public DocumentContentType addNewDocumentContent()
Appends and returns a new empty "document_content" element